source: node_modules/fraction.js/CHANGELOG.md@ e4c61dd

Last change on this file since e4c61dd was 2058e5c, checked in by istevanoska <ilinastevanoska@…>, 6 months ago

Working / before login

  • Property mode set to 100644
File size: 1016 bytes
RevLine 
[2058e5c]1# CHANGELOG
2
3v5.2.2
4 - Improved documentation and removed unecessary check
5
6v5.2.1:
7 - 2bb7b05: Added negative sign check
8
9v5.2:
10 - 6f9d124: Implemented log and improved simplify
11 - b773e7a: Added named export to TS definition
12 - 70304f9: Fixed merge conflict
13 - 3b940d3: Implemented other comparing functions
14 - 10acdfc: Update README.md
15 - ba41d00: Update README.md
16 - 73ded97: Update README.md
17 - acabc39: Fixed param parsing
18
19v5.0.5:
20 - 2c9d4c2: Improved roundTo() and param parser
21
22v5.0.4:
23 - 39e61e7: Fixed bignum param passing
24
25v5.0.3:
26 - 7d9a3ec: Upgraded bundler for code quality
27
28v5.0.2:
29 - c64b1d6: fixed esm export
30
31v5.0.1:
32 - e440f9c: Fixed CJS export
33 - 9bbdd29: Fixed CJS export
34
35v5.0.0:
36 - ac7cd06: Fixed readme
37 - 33cc9e5: Added crude build
38 - 1adcc76: Release breaking v5.0. Fraction.js now builds on BigInt. The API stays the same as v4, except that the object attributes `n`, `d`, and `s`, are not Number but BigInt and may break code that directly accesses these attributes.
Note: See TracBrowser for help on using the repository browser.