Commit Graph

130 Commits

Author SHA1 Message Date
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
Albert Engelbrecht 180406bdf7 Add source compilation to build step.
This adds a .map file in the docs directory, allowing users to be
able to use sourcemaps when in a supported enviroment.
2015-02-18 13:37:11 -06:00
Michael Mclaughlin e7fd7c1578 v2.0.2 2015-02-18 13:35:24 +00:00
Michael Mclaughlin 5484f5fe83 Correct links 2015-02-18 13:14:00 +00:00
Michael Mclaughlin 44c4ab72b5 v2.0.1 2015-02-18 12:53:28 +00:00
Michael Mclaughlin bc66fcfed1 v2.0.0 2014-12-29 00:24:38 +00:00
Michael Mclaughlin e8130405e4 v1.5.0 2014-11-13 23:23:45 +00:00
Michael Mclaughlin 5bcec4a44b Add dp method to docs 2014-11-13 23:11:22 +00:00
Michael Mclaughlin eba42a9238 Add tests for dp method 2014-11-13 23:10:15 +00:00
Michael Mclaughlin fa2d71ba6a Add decimalPlaces method 2014-11-13 22:32:36 +00:00
Michael Mclaughlin 6d318fd92a Add BigNumber.prototype.toJSON 2014-11-13 20:17:39 +00:00
Michael Mclaughlin 844a1ae664 Minor README edit 2014-06-19 16:42:16 +01:00
Michael Mclaughlin f8b43328d2 Minor README edit 2014-06-19 15:58:45 +01:00
Michael Mclaughlin 665b70a3ba v1.4.1 2014-06-08 23:45:03 +01:00
Michael M d22793823b Update README.md 2014-06-04 22:41:14 +01:00
Michael M 61c5dbffb9 Merge pull request #35 from cshenoy/patch-1
Update to Readme to reflect node require
2014-06-04 22:39:44 +01:00
Chetan Shenoy 0614224b2e Update to Readme to reflect node require
Since the package is named bignumber.js the user must `require('bignumber.js')` when installing via npm.
2014-06-04 11:29:48 -04:00
Michael Mclaughlin 09a7f9dfb2 v1.4.0 Added toNumber 2014-05-08 23:31:53 +01:00
Michael Mclaughlin 1f9f40055c Reinstate Travis build image. 2013-11-28 10:34:47 +00:00
Michael Mclaughlin 25c6d7f75c Merge pull request #26 from Frost/master
Don't publish tests to npm
2013-11-28 02:25:50 -08:00
Michael Mclaughlin a5236199d3 Travis build image exit 2013-11-28 10:22:02 +00:00
Martin Frost 08cc97f255 Don't publish tests to npm 2013-11-27 15:40:30 +01:00
Michael Mclaughlin 9bacce8d1c Merge pull request #19 from Xotic750/missingSemicolon
semicolons
2013-11-19 08:59:41 -08:00
Xotic750 300387445a Add missing smemicolons 2013-11-18 21:22:25 +01:00
Michael Mclaughlin d53cc83e7b Added build status image. 2013-11-16 23:55:34 +00:00
Michael Mclaughlin 7816dba52f Test against multiple node versions. 2013-11-16 23:46:30 +00:00
Michael Mclaughlin 93f754d5ec Merge pull request #16 from benjojo/master
Add a travis.yml
2013-11-16 15:41:42 -08:00
Ben Cox 573381e169 Added a travis CI config 2013-11-14 21:58:38 +00:00
Ben Cox 37eeef5477 Create .travis.yml 2013-11-14 21:51:40 +00:00
Michael Mclaughlin ad793ad674 Added link to API 2013-11-08 16:56:48 +00:00