decimal.js-light is the light version of decimal.js, providing an arbitrary-precision Decimal type for JavaScript. It’s useful when you want big number support with a smaller footprint, with an API that is mostly a subset of decimal.js.
Project status
- The repository appears quiet and not actively maintained, with the last upstream push dated 2024-04-24, and the most recent tagged update v2.5.1 from 2020-09-30 (well over a year before today).
- Apparent update cadence is very low, with sparse tagged updates: v2.5.1 in 2020, then v2.5.0 in 2018, and earlier versions in 2018 and 2017.
AI summary generated
Recent updates
v2.5.1
This release bumps decimal.js-light from v2.5.0 to v2.5.1 and updates build/version headers. The only functional code change appears to be a modification to the square root (P.sqrt) initial estimate logic, plus CI and metadata updates.
v2.5.0
This release bumps decimal.js-light from v2.4.1 to v2.5.0. The code changes are small, centered on packaging and developer ergonomics, specifically TypeScript typings and Node.js custom inspection behavior.
Featuresv2.4.1
Release v2.4.1 was published on 2018-05-24, but no release notes were provided by the publisher. As a result, there is no stated information about new features, fixes, security updates, or breaking changes in the release notes.
v2.2.0
Release v2.2.0 (published 2017-01-10) is listed as the latest release, but no release notes were provided. As a result, there is no documented information about new features, bug fixes, security fixes, or breaking changes for this upgrade.