1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2026-03-02 03:49:24 +00:00

Commit Graph

  • df5ed821f3 Add Typescript typings Michael Mclaughlin 2017-11-25 23:42:03 +00:00
  • 433759294a v7.3.0 v7.3.0 Michael Mclaughlin 2017-09-26 18:23:56 +01:00
  • 4ca749e352 Rename decimal.es6.js to decimal.mjs Michael Mclaughlin 2017-09-26 18:19:06 +01:00
  • 9f3875a54d Remove node 0.6 from .travis.yml Michael Mclaughlin 2017-09-26 18:16:37 +01:00
  • 3f0322f339 v7.2.4 Michael Mclaughlin 2017-09-09 18:59:14 +01:00
  • 2ed8a040c7 v7.2.4 v7.2.4 Michael Mclaughlin 2017-09-09 18:53:23 +01:00
  • 9ae7ca7088 Fix import issues Michael Mclaughlin 2017-09-09 18:50:00 +01:00
  • 3cbfd6da08 Update docs re global.crypto Michael Mclaughlin 2017-09-09 18:47:57 +01:00
  • bb84577789 v7.2.3 Michael Mclaughlin 2017-06-27 22:11:27 +01:00
  • 784a38a8db v7.2.3 v7.2.3 Michael Mclaughlin 2017-06-27 22:08:50 +01:00
  • 22ac9377c6 Bugfix: #58 pow sometimes throws when result is Infinity Michael Mclaughlin 2017-06-27 22:07:37 +01:00
  • 160f4210f0 v7.2.2 Michael Mclaughlin 2017-06-25 23:44:36 +01:00
  • 32f0a63095 v7.2.2 v7.2.2 Michael Mclaughlin 2017-06-25 23:39:53 +01:00
  • 4d05267ba8 Bugfix: #57 Powers of -1 for integers over Number.MAX_SAFE_INTEGER Michael Mclaughlin 2017-06-25 23:35:15 +01:00
  • 3566299686 v7.2.1 v7.2.1 Michael Mclaughlin 2017-05-04 20:12:26 +01:00
  • f2410a712a Merge pull request #51 from lukaskollmer/patch-1 Michael M 2017-05-04 20:06:59 +01:00
  • 981ba5c749 Update README.md Lukas Kollmer 2017-05-04 14:05:38 +02:00
  • 2be14dfdd7 v7.2.0 Add decimal.es6.js v7.2.0 Michael Mclaughlin 2017-04-09 23:07:52 +01:00
  • 85a499eb86 v7.1.2 v7.1.2 Michael Mclaughlin 2017-04-05 19:03:17 +01:00
  • eec7273c19 Decimal.default to Decimal['default'] IE8 issue Michael Mclaughlin 2017-04-05 18:59:11 +01:00
  • 5547cc805d Minor doc edit Michael Mclaughlin 2017-01-10 23:37:36 +00:00
  • d199c97af4 Merge pull request #44 from qwe19272375/add-cdnjs-badge Michael M 2017-01-10 23:33:02 +00:00
  • 327153d7a4 v7.1.1 Michael Mclaughlin 2017-01-10 23:25:40 +00:00
  • c9273ccb08 v7.1.1 Michael Mclaughlin 2017-01-10 23:11:14 +00:00
  • 45eec0b863 v7.1.1 v7.1.1 Michael Mclaughlin 2017-01-10 19:34:40 +00:00
  • 27de48c4c3 Remove duplicated for-loop. Minor refactoring. Michael Mclaughlin 2017-01-10 19:19:28 +00:00
  • e6c234f109 add CDNJS badge in README.md Brian Hsieh 2017-01-03 00:20:11 +08:00
  • 148be72e6f v7.1.0 Michael Mclaughlin 2016-11-09 23:43:42 +00:00
  • 475e0925ff v7.1.0 Michael Mclaughlin 2016-11-10 00:03:25 +00:00
  • 3e2d380a41 Support ES6 imports v7.0.1 Michael Mclaughlin 2016-11-09 23:43:42 +00:00
  • 4df9158a1a Support ES6 imports Michael Mclaughlin 2016-11-09 23:41:31 +00:00
  • e48bddf45a v7.0.0 v7.0.0 Michael Mclaughlin 2016-11-09 17:08:38 +00:00
  • 46b1aad320 Remove crypto require. Add set as config alias. Michael Mclaughlin 2016-11-09 17:01:36 +00:00
  • 8981da3357 v7.0.0 Michael Mclaughlin 2016-11-09 16:51:37 +00:00
  • 1745df7487 crypto default to false. rename config to set Michael Mclaughlin 2016-11-09 12:48:04 +00:00
  • efee22cd70 Merge branch 'gh-pages' of https://github.com/MikeMcl/decimal.js into gh-pages Michael Mclaughlin 2016-06-30 19:56:32 +01:00
  • 5f67ae26de v6.0.0 Michael Mclaughlin 2016-06-30 19:55:23 +01:00
  • acebfe9265 v6.0.0 Michael Mclaughlin 2016-06-30 19:35:31 +01:00
  • fb37ca6bde v6.0.0 v6.0.0 Michael Mclaughlin 2016-06-30 19:27:50 +01:00
  • 28451fb05c Amend main field Michael M 2016-04-04 21:00:57 +01:00
  • 8a631cc327 v5.0.8 v5.0.8 Michael Mclaughlin 2016-03-09 22:57:25 +00:00
  • 45e9752280 Correct year Michael Mclaughlin 2016-03-09 22:55:02 +00:00
  • ff621c1e35 Add newline to single test results Michael Mclaughlin 2016-03-09 22:54:34 +00:00
  • 6ec2449a07 Merge pull request #29 from jonahbron/master Michael M 2016-03-03 16:34:32 +00:00
  • 7d9b530aa2 Fixed wrong package name in Node require Jonah Dahlquist 2016-03-02 11:50:36 -08:00
  • a4d8f8afb3 Remove outdated example Michael Mclaughlin 2016-02-29 19:32:19 +00:00
  • 6785556026 v5.0.7 v5.0.7 Michael Mclaughlin 2016-02-29 19:25:04 +00:00
  • 03cf981dcf Add decimal.js-light link Michael Mclaughlin 2016-02-29 19:24:47 +00:00
  • 5a916a1de2 Remove outdated example Michael Mclaughlin 2016-02-29 19:24:10 +00:00
  • dc642c0429 Merge pull request #28 from pra85/patch-1 Michael M 2016-02-23 19:07:28 +00:00
  • c029df316a Add Syntax highlighting language to code blocks Prayag Verma 2016-02-23 15:37:52 +05:30
  • 6a663287f0 v5.0.6 v5.0.6 Michael Mclaughlin 2016-02-22 19:51:10 +00:00
  • f3777d8baf Add bower.json Michael Mclaughlin 2016-02-22 19:50:52 +00:00
  • 625680f050 v5.0.5 Michael Mclaughlin 2016-02-20 22:24:50 +00:00
  • 6effe2db27 v5.0.5 v5.0.5 Michael Mclaughlin 2016-02-20 22:21:48 +00:00
  • 1a1a0ace51 bugfix: #26 wrong precision applied from ONE Michael Mclaughlin 2016-02-20 22:15:20 +00:00
  • b060c29184 v4.0.4 v4.x.x Michael Mclaughlin 2016-02-18 20:15:27 +00:00
  • 8df4a72aaa bitwise floor ok Michael Mclaughlin 2016-02-18 19:56:50 +00:00
  • 50250d8c83 Fixing crypto require for older version of decimal, needed for a project I'm working on v4.0.4 andrewd 2016-02-17 16:56:27 +00:00
  • 1879798c2c v5.0.4 Michael Mclaughlin 2016-02-14 21:18:36 +00:00
  • 50f63bec5c v5.0.4 v5.0.4 Michael Mclaughlin 2016-02-14 21:15:21 +00:00
  • c512eb9a5a Bugfix: #26 clone Michael Mclaughlin 2016-02-14 21:13:04 +00:00
  • 7c6fc4a829 Correct link Michael Mclaughlin 2016-02-10 20:49:04 +00:00
  • 948d368527 Correct link Michael Mclaughlin 2016-02-10 20:45:40 +00:00
  • ea61253cbc v5.0.3 v5.0.3 Michael Mclaughlin 2016-02-06 17:53:18 +00:00
  • caad23d669 refactor tests Michael Mclaughlin 2016-02-06 17:51:29 +00:00
  • f091b82d6c v5.0.2 Michael Mclaughlin 2016-02-05 00:07:45 +00:00
  • 587b9fe82f v5.0.2 v5.0.2 Michael Mclaughlin 2016-02-05 00:04:05 +00:00
  • 9c419dabfe Minor clean-up. Remove duplicate code. Michael Mclaughlin 2016-02-04 23:54:04 +00:00
  • c8e12eb6a0 Add API change warning Michael Mclaughlin 2016-02-04 23:52:52 +00:00
  • c2c4480881 Add immutability tests Michael Mclaughlin 2016-02-04 23:52:10 +00:00
  • a62bb62b6b Merge pull request #22 from Hypercubed/tests/mutation Michael M 2016-02-01 18:57:54 +00:00
  • ec0955c28e Mutation tests Jayson Harshbarger 2016-01-29 11:50:16 +09:00
  • e5c8181f8e v5.0.1 Michael Mclaughlin 2016-01-28 23:17:46 +00:00
  • b8b2ed7a2b v5.0.1 v5.0.1 Michael Mclaughlin 2016-01-28 23:12:34 +00:00
  • c39ab46529 Add pi info Michael Mclaughlin 2016-01-28 23:10:26 +00:00
  • cefd7f5db8 Merge pull request #21 from Hypercubed/fix/cosine Michael M 2016-01-28 22:46:32 +00:00
  • 08263d4305 Fix for issue #20 Jayson Harshbarger 2016-01-28 22:11:59 +09:00
  • 3a0f921e03 Amend title image Michael Mclaughlin 2016-01-26 00:05:54 +00:00
  • 05e698aba6 Fix typo. Add serialization feature. Michael M 2016-01-26 00:01:20 +00:00
  • 131ff3a71b Removed outdated file size. Michael M 2016-01-25 08:40:08 +00:00
  • 03b3be724d v5.0.0 Michael Mclaughlin 2016-01-25 00:15:46 +00:00
  • 8a6f8fe412 v5.0.0 v5.0.0 Michael Mclaughlin 2016-01-25 00:11:32 +00:00
  • bc66aa91a5 v4.0.3 v4.0.3 Michael Mclaughlin 2015-10-02 13:00:23 +01:00
  • 277e8a8ad3 Internal round function bugfix Michael Mclaughlin 2015-10-02 12:56:34 +01:00
  • bd6e6381b3 update bower.json Michael Mclaughlin 2015-07-07 10:09:20 +01:00
  • aaa0794f69 v4.0.2 v4.0.2 Michael Mclaughlin 2015-02-20 16:01:25 +00:00
  • d136e91d66 v4.0.1 v4.0.1 Michael Mclaughlin 2014-12-11 17:34:52 +00:00
  • cd88cd7f07 Assign correct constructor when duplicating Decimals. Michael Mclaughlin 2014-12-11 17:28:20 +00:00
  • da6ae2b716 Corrected config comments re toFormat Michael Mclaughlin 2014-11-25 20:28:56 +00:00
  • 8ca98c1735 Travis CI Michael Mclaughlin 2014-11-11 10:44:42 +00:00
  • 8d7a9969de v4.0.0 toFormat amended v4.0.0 Michael Mclaughlin 2014-11-10 16:00:14 +00:00
  • 8ca5bda422 v4.0.0 Updated API doc and image re format Michael Mclaughlin 2014-11-10 15:55:57 +00:00
  • 67bb6b838f v3.0.1 v3.0.1 Michael Mclaughlin 2014-06-08 23:17:31 +01:00
  • aed581dfb6 try catch crypto require Michael Mclaughlin 2014-06-08 23:08:33 +01:00
  • ab74d01112 v3.0.0 Michael Mclaughlin 2014-06-05 00:08:09 +01:00
  • e02587a173 v3.0.0 v3.0.0 Michael Mclaughlin 2014-06-04 23:59:07 +01:00
  • 7524fbaefe v2.1.0 Amend UMD for browserify v2.1.0 Michael Mclaughlin 2014-06-04 23:07:51 +01:00
  • 0dd64b05c2 v2.0.3 Michael Mclaughlin 2014-05-08 19:32:45 +01:00
  • cb4c245896 v2.0.3 v2.0.3 Michael Mclaughlin 2014-05-08 19:30:40 +01:00