Commit Graph

109 Commits

Author SHA1 Message Date
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
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
Michael Mclaughlin f549554c8c Update changelog 2015-10-02 13:22:04 +01:00
Michael Mclaughlin 94a44180d5 v2.0.8 2015-10-02 11:59:12 +01:00
Michael M c8437914a7 Internal round function bugfix 2015-10-02 10:16:27 +01:00
Michael M 6bb22d94f7 Merge pull request #71 from pbakondy/master
add missing parentheses
2015-08-05 20:45:17 +01:00
Peter Bakondy e335786b31 add missing parentheses 2015-08-05 16:47:41 +02:00
Michael M 4e21964fc8 Merge pull request #63 from droppedoncaprica/master
Fix README's location of JS map.
2015-04-09 18:52:16 +01:00
Albert Engelbrecht c6770d7743 Fix README's location of JS map.
The README says that after building the map file will be available
in the doc directory.  This isn't true after commit SHA
3661d1caf3
2015-04-09 11:23:10 -05:00
Michael Mclaughlin 3661d1caf3 v2.0.7 2015-04-02 20:52:21 +01:00
Michael Mclaughlin 5340e9ea65 Move source map to root dir 2015-04-02 20:46:34 +01:00
Michael M 4c453ac6ff Merge pull request #60 from Mikke/patch-1
Update bower.json
2015-03-31 20:19:38 +01:00
Mikke a8d8b8e3ee Update bower.json
remove unexpected token
2015-03-31 19:11:11 +03:00
Michael Mclaughlin c5e0545944 v2.0.6 2015-03-31 16:24:16 +01:00
Michael Mclaughlin 1458a7279f Add bower.json 2015-03-31 16:15:30 +01:00
Michael Mclaughlin ee0b636d27 Tweaks and comments to div, post review 2015-03-31 16:15:02 +01:00
Michael Mclaughlin c5eeb7e9de v2.0.5 2015-03-25 23:07:41 +00:00
Michael Mclaughlin 4d009c2cc3 v2.0.4 2015-03-25 21:18:36 +00:00
Michael Mclaughlin 3c24e500e9 Bugfix #58: division
Due to using base 1e14 and the consequent imprecision of the trial digit calculation, in very rare circumstances the trial digit may be 2 less than the correct value, not just 1 as previously thought.
2015-03-25 21:09:20 +00:00
Michael Mclaughlin 75682d5ea2 Add div test re #58 2015-03-25 21:08:14 +00:00
Michael Mclaughlin f08a35ca03 Fix typo 2015-03-25 21:05:56 +00:00
Michael Mclaughlin 9eb3bf841a v2.0.3 Add source map 2015-02-18 20:47:38 +00:00
Michael M abc37aca3b Merge pull request #54 from droppedoncaprica/master
Add source compilation to build step.
2015-02-18 20:20:09 +00:00