ember-cli-accounting icon indicating copy to clipboard operation
ember-cli-accounting copied to clipboard

Ember CLI addon for using accounting.js

Results 17 ember-cli-accounting issues
Sort by recently updated
recently updated
newest added

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [qs](https://github.com/ljharb/qs), [qs](https://github.com/ljharb/qs) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `qs` from 6.5.1 to 6.11.0 Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add...

dependencies

Bumps [engine.io](https://github.com/socketio/engine.io) to 3.6.1 and updates ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Updates `engine.io` from 1.8.0 to 3.6.1 Release notes Sourced from engine.io's releases. 3.6.1 :warning:...

dependencies

Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 3.4.2 and updates ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Updates `socket.io-parser` from 2.3.1 to 3.4.2 Release notes Sourced from socket.io-parser's releases. 3.4.1 Bug...

dependencies

Removes [xmldom](https://github.com/xmldom/xmldom). It's no longer used after updating ancestor dependency [ember-cli](https://github.com/ember-cli/ember-cli). These dependencies need to be updated together. Removes `xmldom` Updates `ember-cli` from 2.17.0 to 4.7.0 Release notes Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.4 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Hi Milind - many thanks for this great addon which has been very useful to us in our app! I discovered an inconsistency in the way that this addon parses...

Hi when I m using **{format-number number} getting NAN as an o/p in hbs,** using ember version 3.12 and 3.2 Please help and thanks in advance

Found that rounding was not working as expected. -0.95 was rounding to 0 when I used 1 significant digit, when I was expecting -1.0. Updated to treat +/- numbers symmetrically