All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- N/A
- No default export.
- Corrected links in
package.json
to distributed type definition files.
v2.1.0 - 2023-06-17
- #12 Ability to produce Roman numerals.
v2.0.1 - 2022-09-26
- Default tolerance documentation was incorrect.
v2.0.0 - 2022-09-15
defaultTolerance
is now0.0075
.
- Support for sixteenths.
v1.1.0 - 2022-04-08
- Handles values greater than -1 and less than zero correctly.
- New
tolerance
andfractionSlash
options. - Handle more fractions.
v1.0.2 - 2022-04-16
- Build with Vite.
v1.0.1 - 2021-02-15
- Description to package.json.
v1.0.0 - 2021-02-11
- Build with (tsdx).
- UMD build.
v0.6.1 - 2021-02-08
- Updated README.md.
v0.6.0 - 2019-08-31
- Ability to produce unicode vulgar fractions (pass
true
as the second argument).
v0.5.0 - 2019-08-24
- Invalid inputs now return
null
instead of"-1"
.
- Handles negative numbers properly.
v0.4.2 - 2019-08-23
- Only publish
dist
directory.
v0.4.1 - 2019-08-23
- Removed bower.json.
- Rewritten with TypeScript.
- ...
v0.4.0 - 2019-08-22
- CJS/ESM/UMD builds.
v0.3.4 - 2019-07-21
- Updated README.md.
v0.3.3 - 2019-07-20
- JSDoc comments.
- Parameter type.
v0.3.2 - 2018-09-21
- TypeScript definitions.
v0.3.1 - 2015-07-16
- Updated README.md.
v0.3.0 - 2015-07-16
- Bower & AMD support.
v0.1.0 - 2015-03-18
- Initial release