Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bignumber.js to the latest version 🚀 #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Nov 27, 2017

Version 5.0.0 of bignumber.js was just published.

Dependency bignumber.js
Current Version 4.1.0
Type dependency

The version 5.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of bignumber.js.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 2 commits.

  • 861ecdc v5.0.0
  • ede35b5 #81 Don't throw on constructor call without new

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Jan 26, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 26, 2018

Version 6.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 33e7d0a v6.0.0
  • d7e89ec Refactor tests. Rewrite declaration file. Add and rename methods etc.
  • ac8bd47 Remove ERRORS option. Refactor error messages
  • feb9ba6 Add configurable base-conversion alphabet

See the full diff

greenkeeper bot added a commit that referenced this pull request May 17, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 17, 2018

Version 7.0.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 93f9209 v7.0.2
  • 612e29d #165 Bugfix: upper-case letters for bases 11-36 in a custom alphabet
  • d1c28e5 Add note to README regarding creating BigNumbers from Number values
  • 14b9082 Merge pull request #159 from sun-zheng-an/patch-1
  • 7a0e7e2 Fix the declarations of decimalPlaces and dp
  • f070571 v7.0.1
  • 8c3e52d #158 Fix global object variable name typo
  • 5d31744 v7.0.0
  • 09a636f #144 Enable compatibility with Object.freeze(Object.prototype).
  • 4d6f8e9 Clean-up typings
  • e5538ac Only throw on bad value or 16+ sig. dig. number if BigNumber.DEBUG is true
  • 3d34eb4 #143 Remove global BigNumber from typings
  • 8e887cb Comment-out excess tests
  • 0365d12 Whitespace
  • e6ec119 #154 exponentiatedBy: allow BigNumber exponent

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 18, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 18, 2018

Version 7.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 7f6504b v7.1.0
  • 3df0084 Add module field to package.json for bignumber.mjs

See the full diff

greenkeeper bot added a commit that referenced this pull request May 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 22, 2018

Version 7.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 0f8d126 v7.2.0
  • 336a54f #166 Correct .mjs file. Remove extension from main field in package.json.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 24, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented May 24, 2018

Version 7.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2018

  • The dependency bignumber.js was updated from 4.1.0 to 8.0.0.

Update to this version instead 🚀

Commits

The new version differs by 27 commits.

  • 42d6b6d v8.0.0
  • ab4c727 Remove bower.json
  • 0280915 Remove isArray. min, max and sum: no arrays. Update bignumber.d.ts
  • 7614b58 Document BigNumber.sum method. Update bignumber.d.ts
  • 73591e8 #185 Type coercion: document valueOf overwrite
  • b1b0067 toFormat: add prefix and suffix options
  • 7307f9f #178 Pass custom formatting to toFormat
  • 0eb7d20 #184 toFraction: return an array of BigNumbers not strings
  • 4595671 #185 Enable overwrite of valueOf to prevent accidental addition to string
  • 8d34c37 #183 Add Node.js crypto requirement to documentation
  • eaa4969 #198 Disallow signs and whitespace in custom alphabet
  • afe4d50 #188 util.inspect.custom for node REPL
  • 238a9c2 Merge pull request #170 from sz-piotr/master
  • e47d50b Merge pull request #186 from youfoundron/patch-1
  • 7136b8c Merge pull request #201 from noelyoo/update-node-versions

There are 27 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Nov 1, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 1, 2018

  • The dependency bignumber.js was updated from 4.1.0 to 8.0.1.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

  • 01bfc34 v8.0.1
  • dbe94d3 Typescript definitions: rest parameter must be array type
  • 286efa6 Update CHANGELOG

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 13, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 13, 2019

  • The dependency bignumber.js was updated from 4.1.0 to 8.0.2.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 90672e7 v8.0.2
  • 73097f5 Improve Use section of README
  • 3bcba45 Optimise toString(10)
  • 171e195 Add verson number to API doc
  • c324fc8 #209 toPrecision without argument should follow toString

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 23, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 23, 2019

  • The dependency bignumber.js was updated from 4.1.0 to 8.1.0.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 398b54f Merge branch 'dev'
  • b86c22c Merge pull request #220 from iamdoron/master
  • 7b8eeb9 v8.1.0
  • 18bf82a fix formatting
  • 788335b Remove [key: string] from BigNumber.Object, improve BigNumber.Object by adding a union with NaNObject
  • 8c34396 Allow { s: null, e: null, c: null } (NaN)
  • cefa7c8 Rename interface BigNumber.BigNumberData to BigNumber.Object
  • ccd14b4 Merge pull request #221 from matthew1534/master
  • cd65f21 Corrected docs using method that doesn't exist
  • 5606fa9 Allow creating BigNumber with {s, e, c}
  • bde4ac1 Correct version number

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 24, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2019

  • The dependency bignumber.js was updated from 4.1.0 to 8.1.1.

Update to this version instead 🚀

Commits

The new version differs by 4 commits ahead by 4, behind by 5.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 27, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented May 27, 2019

  • The dependency bignumber.js was updated from 4.1.0 to 9.0.0.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

  • 986fd70 v9.0.0
  • 97a83d7 For compatibility with legacy browsers, remove Symbol references

See the full diff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants