Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2020

Bumps big.js from 5.2.2 to 6.0.0.

Release notes

Sourced from big.js's releases.

v6.0.0

No bug fixes and no real breaking changes except toJSON now returning exponential notation (because its often more compact) and getting rid of the minified version and the Big.version property:

Added an optional rounding mode parameter to toExponential, toFixed and toPrecision. Added a strict mode to disallow imprecise number/Big conversions when Big.strict = true. Added a toNumber method. Added a prec method to round a Big to a specified number of significant digits. Added a version selector to the API documentation. Changed toJSON to return exponential format. Removed big.min.js. Removed Big.version. Renamed doc folder to docs to use it as the GitHub publishing source. Added legacy API documentation to docs. Added README to perf directory. Refactored test suite, and add toNumber and prec tests. Updated README.

Changelog

Sourced from big.js's changelog.

6.0.0

  • 25/09/20
  • Add optional rounding mode parameter to toExponential, toFixed and toPrecision.
  • Add a strict mode to disallow imprecise number/Big conversions when Big.strict = true.
  • Add toNumber method.
  • Add prec method to round a Big to a specified number of significant digits.
  • Add version selector to API documentation.
  • Change toJSON to return exponential format.
  • Remove big.min.js.
  • Remove Big.version.
  • Rename doc folder to docs to use it as the Github publishing source.
  • Add legacy API documentation to docs.
  • Add README to perf directory.
  • Refactor test suite, and add toNumber and prec tests.
  • Update README.
Commits
  • db8091b v6.0.0
  • b14a15f Merge pull request #144 from nutboltu/feat/rm
  • 0614409 fix: rm 0 check
  • 33d43d8 refactor: revert big.min and big.min.map
  • e8a74a3 doc: update toExponential, toFixed and toPrecision docs with rm mode
  • 021ff7e feat: add rm support to strigify and uglify-js as package dependencies
  • b4f32ae Merge pull request #138 from nycdotnet/patch-1
  • 8ebbddd Update docs to explain behavior of calling Big with undefined without new
  • 7c990e6 Merge pull request #126 from jsyt/master
  • 4d91cdd fix issue #125
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [big.js](https://github.com/MikeMcl/big.js) from 5.2.2 to 6.0.0.
- [Release notes](https://github.com/MikeMcl/big.js/releases)
- [Changelog](https://github.com/MikeMcl/big.js/blob/master/CHANGELOG.md)
- [Commits](MikeMcl/big.js@v5.2.2...v6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2020
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2020

Superseded by #16.

@dependabot dependabot bot closed this Oct 1, 2020
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/big.js-6.0.0 branch October 1, 2020 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant