Changelog
*Sourced from [bignumber.js's changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md).*
> #### 8.1.1
> * 24/02/2019
> * [BUGFIX] [#222](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/222) Restore missing `var` to `export BigNumber`.
> * Allow any key in BigNumber.Instance in *bignumber.d.ts*.
>
> #### 8.1.0
> * 23/02/2019
> * [NEW FEATURE] [#220](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/220) Create a BigNumber using `{s, e, c}`.
> * [NEW FEATURE] `isBigNumber`: if `BigNumber.DEBUG` is `true`, also check that the BigNumber instance is well-formed.
> * Remove `instanceof` checks; just use `_isBigNumber` to identify a BigNumber instance.
> * Add `_isBigNumber` to prototype in *bignumber.mjs*.
> * Add tests for BigNumber creation from object.
> * Update *API.html*.
>
> #### 8.0.2
> * 13/01/2019
> * [#209](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/209) `toPrecision` without argument should follow `toString`.
> * Improve *Use* section of *README*.
> * Optimise `toString(10)`.
> * Add verson number to API doc.
>
> #### 8.0.1
> * 01/11/2018
> * Rest parameter must be array type in *bignumber.d.ts*.
>
> #### 8.0.1
> * 01/11/2018
> * Rest parameter must be array type in *bignumber.d.ts*.
>
> #### 8.0.0
> * 01/11/2018
> * [NEW FEATURE] Add `BigNumber.sum` method.
> * [NEW FEATURE]`toFormat`: add `prefix` and `suffix` options.
> * [NEW FEATURE] [#178](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/178) Pass custom formatting to `toFormat`.
> * [BREAKING CHANGE] [#184](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/184) `toFraction`: return array of BigNumbers not strings.
> * [NEW FEATURE] [#185](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/185) Enable overwrite of `valueOf` to prevent accidental addition to string.
> * [#183](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/183) Add Node.js `crypto` requirement to documentation.
> * [BREAKING CHANGE] [#198](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/198) Disallow signs and whitespace in custom alphabet.
> * [NEW FEATURE] [#188](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/188) Implement `util.inspect.custom` for Node.js REPL.
> * [#170](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/170) Make `isBigNumber` a type guard in *bignumber.d.ts*.
> * [BREAKING CHANGE] `BigNumber.min` and `BigNumber.max`: don't accept an array.
> * Update *.travis.yml*.
> * Remove *bower.json*.
>
> #### 7.2.1
> * 24/05/2018
> * Add `browser` field to *package.json*.
>
> #### 7.2.0
> * 22/05/2018
> ... (truncated)
Commits
- [`2601c3e`](https://github.com/MikeMcl/bignumber.js/commit/2601c3eda90da68c22bec168df3b709b2d42a638) v8.1.1
- [`165c9bc`](https://github.com/MikeMcl/bignumber.js/commit/165c9bccab58f7c98d0e57de1d624eb5154e25f7) Typescript: allow any key in BigNumber.Instance
- [`e453266`](https://github.com/MikeMcl/bignumber.js/commit/e4532665e811908248e1a1c9896a68e1fa93cb6a) [#222](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/222) Restore missing var to export.
- [`c316b1f`](https://github.com/MikeMcl/bignumber.js/commit/c316b1f84ebe254943b325a497cfb654d7ebe435) v8.1.0
- [`18bf82a`](https://github.com/MikeMcl/bignumber.js/commit/18bf82ad90bb04115ea5bba3106e24238d470f10) fix formatting
- [`788335b`](https://github.com/MikeMcl/bignumber.js/commit/788335bc99c1c42b567655edad5be507b2e0a993) Remove [key: string] from BigNumber.Object, improve BigNumber.Object by addin...
- [`8c34396`](https://github.com/MikeMcl/bignumber.js/commit/8c34396eb4a08344ac9332b4eb9dcc00bc147f39) Allow { s: null, e: null, c: null } (NaN)
- [`cefa7c8`](https://github.com/MikeMcl/bignumber.js/commit/cefa7c8e55444716acf1dd168784ead15f15ac87) Rename interface BigNumber.BigNumberData to BigNumber.Object
- [`5606fa9`](https://github.com/MikeMcl/bignumber.js/commit/5606fa9f03e37abfd6efe151ae3ba896ae822383) Allow creating BigNumber with {s, e, c}
- [`bde4ac1`](https://github.com/MikeMcl/bignumber.js/commit/bde4ac1f6380eae9ba54e5015cdf02f866cd5be4) Correct version number
- Additional commits viewable in [compare view](https://github.com/MikeMcl/bignumber.js/compare/v2.4.0...v8.1.1)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps bignumber.js from 2.4.0 to 8.1.1.
Changelog
*Sourced from [bignumber.js's changelog](https://github.com/MikeMcl/bignumber.js/blob/master/CHANGELOG.md).* > #### 8.1.1 > * 24/02/2019 > * [BUGFIX] [#222](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/222) Restore missing `var` to `export BigNumber`. > * Allow any key in BigNumber.Instance in *bignumber.d.ts*. > > #### 8.1.0 > * 23/02/2019 > * [NEW FEATURE] [#220](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/220) Create a BigNumber using `{s, e, c}`. > * [NEW FEATURE] `isBigNumber`: if `BigNumber.DEBUG` is `true`, also check that the BigNumber instance is well-formed. > * Remove `instanceof` checks; just use `_isBigNumber` to identify a BigNumber instance. > * Add `_isBigNumber` to prototype in *bignumber.mjs*. > * Add tests for BigNumber creation from object. > * Update *API.html*. > > #### 8.0.2 > * 13/01/2019 > * [#209](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/209) `toPrecision` without argument should follow `toString`. > * Improve *Use* section of *README*. > * Optimise `toString(10)`. > * Add verson number to API doc. > > #### 8.0.1 > * 01/11/2018 > * Rest parameter must be array type in *bignumber.d.ts*. > > #### 8.0.1 > * 01/11/2018 > * Rest parameter must be array type in *bignumber.d.ts*. > > #### 8.0.0 > * 01/11/2018 > * [NEW FEATURE] Add `BigNumber.sum` method. > * [NEW FEATURE]`toFormat`: add `prefix` and `suffix` options. > * [NEW FEATURE] [#178](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/178) Pass custom formatting to `toFormat`. > * [BREAKING CHANGE] [#184](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/184) `toFraction`: return array of BigNumbers not strings. > * [NEW FEATURE] [#185](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/185) Enable overwrite of `valueOf` to prevent accidental addition to string. > * [#183](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/183) Add Node.js `crypto` requirement to documentation. > * [BREAKING CHANGE] [#198](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/198) Disallow signs and whitespace in custom alphabet. > * [NEW FEATURE] [#188](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/188) Implement `util.inspect.custom` for Node.js REPL. > * [#170](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/170) Make `isBigNumber` a type guard in *bignumber.d.ts*. > * [BREAKING CHANGE] `BigNumber.min` and `BigNumber.max`: don't accept an array. > * Update *.travis.yml*. > * Remove *bower.json*. > > #### 7.2.1 > * 24/05/2018 > * Add `browser` field to *package.json*. > > #### 7.2.0 > * 22/05/2018 > ... (truncated)Commits
- [`2601c3e`](https://github.com/MikeMcl/bignumber.js/commit/2601c3eda90da68c22bec168df3b709b2d42a638) v8.1.1 - [`165c9bc`](https://github.com/MikeMcl/bignumber.js/commit/165c9bccab58f7c98d0e57de1d624eb5154e25f7) Typescript: allow any key in BigNumber.Instance - [`e453266`](https://github.com/MikeMcl/bignumber.js/commit/e4532665e811908248e1a1c9896a68e1fa93cb6a) [#222](https://github-redirect.dependabot.com/MikeMcl/bignumber.js/issues/222) Restore missing var to export. - [`c316b1f`](https://github.com/MikeMcl/bignumber.js/commit/c316b1f84ebe254943b325a497cfb654d7ebe435) v8.1.0 - [`18bf82a`](https://github.com/MikeMcl/bignumber.js/commit/18bf82ad90bb04115ea5bba3106e24238d470f10) fix formatting - [`788335b`](https://github.com/MikeMcl/bignumber.js/commit/788335bc99c1c42b567655edad5be507b2e0a993) Remove [key: string] from BigNumber.Object, improve BigNumber.Object by addin... - [`8c34396`](https://github.com/MikeMcl/bignumber.js/commit/8c34396eb4a08344ac9332b4eb9dcc00bc147f39) Allow { s: null, e: null, c: null } (NaN) - [`cefa7c8`](https://github.com/MikeMcl/bignumber.js/commit/cefa7c8e55444716acf1dd168784ead15f15ac87) Rename interface BigNumber.BigNumberData to BigNumber.Object - [`5606fa9`](https://github.com/MikeMcl/bignumber.js/commit/5606fa9f03e37abfd6efe151ae3ba896ae822383) Allow creating BigNumber with {s, e, c} - [`bde4ac1`](https://github.com/MikeMcl/bignumber.js/commit/bde4ac1f6380eae9ba54e5015cdf02f866cd5be4) Correct version number - Additional commits viewable in [compare view](https://github.com/MikeMcl/bignumber.js/compare/v2.4.0...v8.1.1)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.