Commit Graph

130 Commits

Author SHA1 Message Date
Roman Volosovskyi cc066a0a3d
fix regexps with lookahead 2017-08-13 11:11:20 +03:00
Michael M a601a702b2 Merge pull request #129 from FireFlame74/master
Remove invalid style definition
2017-07-31 23:54:56 +01:00
Sandro Figo 88f3b94d10 Removed invalid h1 style definition
"!h1{font:400 3em Consolas,monaco,monospace;color:#000;margin-bottom:1em}"
Using "!" in css is not allowed.
2017-07-30 00:48:20 +02:00
Michael Mclaughlin b12705646d v4.0.2 2017-05-03 19:30:39 +01:00
Michael M d7aa36f269 Merge pull request #122 from jamsinclair/master
Temporarily mimic shift/unshift methods to workaround Safari/Webkit bug
2017-05-03 19:15:31 +01:00
jamsinclair 31661274aa Mimic unshift method with array concat to workaround safari bug 2017-05-04 00:32:15 +12:00
jamsinclair fd60264aca Mimic shift method with splice to workaround safari bug 2017-05-03 10:50:05 +12:00
Michael Mclaughlin b2ed4a015a v4.0.1 2017-04-05 10:24:04 +01:00
Michael Mclaughlin da1bd8888f #121 BigNumber.default to BigNumber['default'] 2017-04-05 10:20:56 +01:00
Michael Mclaughlin 8946411793 Correct typo in toFormat example 2017-01-18 11:50:48 +00:00
Michael Mclaughlin 46ed093a78 v4.0.0 2017-01-09 11:15:14 +00:00
Michael Mclaughlin 18bbdc8836 Replace BigNumber.isBigNumber with isBigNumber prototype property 2017-01-09 11:14:36 +00:00
Michael Mclaughlin 2ccc3a7d28 v3.1.2 2017-01-08 17:26:15 +00:00
Michael Mclaughlin c1784169d4 v3.1.1 2017-01-08 13:03:59 +00:00
Michael Mclaughlin 543ad5e768 Ignore dot files 2017-01-08 13:01:29 +00:00
Michael Mclaughlin dffb04b5d9 Uncomment isBigNumber tests 2017-01-08 12:41:24 +00:00
Michael Mclaughlin ab87238049 v3.1.0 2017-01-08 12:20:12 +00:00
Michael M 6a0c00daaf Merge pull request #101 from stcherenkov/master
Add isBigNumber method
2017-01-08 12:12:33 +00:00
Michael Mclaughlin bcd57e5324 v3.0.2 2017-01-08 11:54:36 +00:00
Michael Mclaughlin 55560347ec Bugfix: parseNumeric declared in outer scope 2017-01-07 23:50:17 +00:00
Michael M dfbbbbf22f Merge pull request #104 from mcdickenson/update_readme_3xx
Update readme to reflect version 3.x.x
2016-11-30 17:56:29 +00:00
Matthew Dickenson b61e93840f Update readme to reflect version 3.x.x 2016-11-30 10:41:01 -07:00
Michael Mclaughlin 9b63331703 v3.0.1 2016-11-23 19:07:56 +00:00
Michael Mclaughlin ba0fd7319f Minor error message fix 2016-11-23 19:01:06 +00:00
Michael M e9c598ab82 Merge pull request #103 from zpratt/fix-coefficient-issue-on-old-ipads
Apply the proposed change from @MikeMcl to fix an issue on old ipads
2016-11-23 18:53:39 +00:00
zach pratt af783aac59 Apply the proposed change from @MikeMcl to fix an issue on old ipads
Fixes https://github.com/MikeMcl/bignumber.js/issues/102
2016-11-23 12:26:55 -06:00
Michael Mclaughlin b2f963c331 v3.0.0 2016-11-09 22:51:43 +00:00
Michael Mclaughlin 4a80c36372 Remove crypto require. Default POW_PRECISION to 0. Add set as config alias. 2016-11-09 22:51:14 +00:00
Stanislav Cherenkov b5ee2eceb0 Add isBigNumber method
add tests
add doc
2016-09-16 08:49:53 +03:00
Michael Mclaughlin 4bc0fe696c v2.4.0 2016-07-14 20:29:44 +01:00
Michael Mclaughlin 34b79d1a0c Amend export to support ES6 imports 2016-07-14 20:26:41 +01:00
Michael M 5a63a16955 Correct method name 2016-06-18 11:24:26 +01:00
Michael M 67468f6453 Merge pull request #93 from dalexj/patch-1
Fix main file in package.json
2016-04-04 19:46:58 +01:00
Alex 37497dc729 fix main file in package.json 2016-04-04 09:44:18 -06:00
Michael M 0caaada74f Remove io.js link 2016-03-14 23:43:57 +00:00
Michael Mclaughlin 65e21f202a v2.3.0 2016-03-07 23:10:58 +00:00
Michael Mclaughlin 99067bdbf8 Add modulus parameter to toPower 2016-03-07 23:10:15 +00:00
Michael Mclaughlin 2182c5948e v2.2.0 2016-03-03 23:54:38 +00:00
Michael Mclaughlin b4f21813df #91 Permit larger JS integers 2016-03-03 23:51:44 +00:00
Michael Mclaughlin 8ecbc2faf1 Correct link 2016-02-10 20:55:26 +00:00
Michael M 451e7cc90d Correct version number 2016-02-06 11:01:33 +00:00
Michael Mclaughlin ad704dc44f v2.1.4 2015-12-15 21:12:17 +00:00
Michael Mclaughlin ea4278907e Correct UMD 2015-12-15 21:10:41 +00:00
Michael Mclaughlin 2b7d123180 v2.1.3 2015-12-13 23:46:26 +00:00
Michael Mclaughlin 4f93b20ea9 Refactor re global object and crypto availability when bundling 2015-12-13 23:45:53 +00:00
Michael Mclaughlin 9a312f5b87 v2.1.2 2015-12-10 19:52:33 +00:00
Michael Mclaughlin b5285dda35 bugfix: omission of `crypto = global.crypto` 2015-12-10 19:47:18 +00:00
Michael Mclaughlin 003231086e v2.1.1 2015-12-09 19:49:56 +00:00
Michael Mclaughlin 94501c0b28 v2.1.0 2015-10-26 15:56:59 +00:00
Michael Mclaughlin 1100ceea4d Include minus sign for valueOf() negative zero 2015-10-26 15:48:44 +00:00