Commit Graph

  • ea61253cbc v5.0.3 v5.0.3 Michael Mclaughlin 2016-02-06 17:53:18 +0000
  • caad23d669 refactor tests Michael Mclaughlin 2016-02-06 17:51:29 +0000
  • f091b82d6c v5.0.2 Michael Mclaughlin 2016-02-05 00:07:45 +0000
  • 587b9fe82f v5.0.2 v5.0.2 Michael Mclaughlin 2016-02-05 00:04:05 +0000
  • 9c419dabfe Minor clean-up. Remove duplicate code. Michael Mclaughlin 2016-02-04 23:54:04 +0000
  • c8e12eb6a0 Add API change warning Michael Mclaughlin 2016-02-04 23:52:52 +0000
  • c2c4480881 Add immutability tests Michael Mclaughlin 2016-02-04 23:52:10 +0000
  • a62bb62b6b Merge pull request #22 from Hypercubed/tests/mutation Michael M 2016-02-01 18:57:54 +0000
  • ec0955c28e Mutation tests #22 Jayson Harshbarger 2016-01-29 11:50:16 +0900
  • e5c8181f8e v5.0.1 Michael Mclaughlin 2016-01-28 23:17:46 +0000
  • b8b2ed7a2b v5.0.1 v5.0.1 Michael Mclaughlin 2016-01-28 23:12:34 +0000
  • c39ab46529 Add pi info Michael Mclaughlin 2016-01-28 23:10:26 +0000
  • cefd7f5db8 Merge pull request #21 from Hypercubed/fix/cosine Michael M 2016-01-28 22:46:32 +0000
  • 08263d4305 Fix for issue #20 #21 Jayson Harshbarger 2016-01-28 22:11:59 +0900
  • 3a0f921e03 Amend title image Michael Mclaughlin 2016-01-26 00:05:54 +0000
  • 05e698aba6 Fix typo. Add serialization feature. Michael M 2016-01-26 00:01:20 +0000
  • 131ff3a71b Removed outdated file size. Michael M 2016-01-25 08:40:08 +0000
  • 03b3be724d v5.0.0 Michael Mclaughlin 2016-01-25 00:15:46 +0000
  • 8a6f8fe412 v5.0.0 v5.0.0 Michael Mclaughlin 2016-01-25 00:11:32 +0000
  • bc66aa91a5 v4.0.3 v4.0.3 Michael Mclaughlin 2015-10-02 13:00:23 +0100
  • 277e8a8ad3 Internal round function bugfix Michael Mclaughlin 2015-10-02 12:56:34 +0100
  • bd6e6381b3 update bower.json Michael Mclaughlin 2015-07-07 10:09:20 +0100
  • aaa0794f69 v4.0.2 v4.0.2 Michael Mclaughlin 2015-02-20 16:01:25 +0000
  • d136e91d66 v4.0.1 v4.0.1 Michael Mclaughlin 2014-12-11 17:34:52 +0000
  • cd88cd7f07 Assign correct constructor when duplicating Decimals. Michael Mclaughlin 2014-12-11 17:28:20 +0000
  • 82cfa090c7 Merge fad2446f27 into 8ca98c1735 #12 Favian Contreras 2014-12-08 21:12:30 +0000
  • fad2446f27 Did not apply change to one of the shifts. #12 Favian Contreras 2014-12-08 13:12:18 -0800
  • 35052bdac5 Memoized powers of two for bitwise ops (all except for NOT). Favian Contreras 2014-12-08 12:59:57 -0800
  • c3fd516671 Shortened test lengths, and made the shifts slightly faster. Favian Contreras 2014-12-08 03:05:05 -0800
  • dd381f11c7 All completed. It's a little slow, so I will try something new. Favian Contreras 2014-12-07 01:54:50 -0800
  • 65eb4aae51 Fully tested NOT, all that is left are the shifts. Favian Contreras 2014-12-04 21:56:29 -0800
  • b9287583e6 Fixed bitwise gate ops. Will test NOT soon, and will finish the shifts. Favian Contreras 2014-12-04 21:21:54 -0800
  • c0ca644b6b Finally created good test cases, shrunk bitwise code a bit, updated infinite corner cases for or.js, and still having precision problems. Favian Contreras 2014-12-03 05:17:10 -0800
  • 316b416bf4 No longer use bits to express output. Still need to streamline the xBits and yBits (aka remove the usage of toString(2)), but hopefully the owner can help on that part. Favian Contreras 2014-12-02 14:43:09 -0800
  • bed0e20df3 Added testGen file, and or test file. Favian Contreras 2014-12-01 05:05:22 -0800
  • c671ef841c Re-added older style that only worked for positive numbers, just in case it's faster. Favian Contreras 2014-12-01 04:55:58 -0800
  • da6ae2b716 Corrected config comments re toFormat Michael Mclaughlin 2014-11-25 20:28:56 +0000
  • f7cee42cba Initial addition of bitwise functions; will add tests soon. Favian Contreras 2014-11-24 04:42:38 -0800
  • 6ece3c863e Revert "Initial addition of bitwise functions; will add tests soon." Favian Contreras 2014-11-24 04:32:11 -0800
  • 8df8c45b41 Initial addition of bitwise functions; will add tests soon. Favian Contreras 2014-11-24 04:25:49 -0800
  • 8ca98c1735 Travis CI Michael Mclaughlin 2014-11-11 10:44:42 +0000
  • feb84f5409 Merge branch 'develop' of https://github.com/MikeMcl/decimal.js into develop #10 Michael Mclaughlin 2014-11-10 17:45:11 +0000
  • 8d7a9969de v4.0.0 toFormat amended v4.0.0 Michael Mclaughlin 2014-11-10 16:00:14 +0000
  • 8ca5bda422 v4.0.0 Updated API doc and image re format Michael Mclaughlin 2014-11-10 15:55:57 +0000
  • 24e4434dfa Merge pull request #8 from jsantirso/patch-1 Michael M 2014-07-02 20:05:52 +0100
  • 08efe8935c Adapt format #8 Joel Santirso 2014-07-02 12:49:25 +0200
  • 5e1ff23060 Merge 4bfa454944 into 67bb6b838f #7 Joel Santirso 2014-06-30 17:44:20 +0000
  • 4bfa454944 Add optional decimal separator to "toFormat" #7 Joel Santirso 2014-06-30 19:37:37 +0200
  • e49ebd094d Remove the ± character Joel Santirso 2014-06-30 19:35:20 +0200
  • 67bb6b838f v3.0.1 v3.0.1 Michael Mclaughlin 2014-06-08 23:17:31 +0100
  • aed581dfb6 try catch crypto require Michael Mclaughlin 2014-06-08 23:08:33 +0100
  • ab74d01112 v3.0.0 Michael Mclaughlin 2014-06-05 00:08:09 +0100
  • e02587a173 v3.0.0 v3.0.0 Michael Mclaughlin 2014-06-04 23:59:07 +0100
  • 7524fbaefe v2.1.0 Amend UMD for browserify v2.1.0 Michael Mclaughlin 2014-06-04 23:07:51 +0100
  • 0dd64b05c2 v2.0.3 Michael Mclaughlin 2014-05-08 19:32:45 +0100
  • cb4c245896 v2.0.3 v2.0.3 Michael Mclaughlin 2014-05-08 19:30:40 +0100
  • 800cef4c1f Fix NaN toNumber Michael Mclaughlin 2014-05-08 19:27:25 +0100
  • ba0ca1ee14 v2.0.2 v2.0.2 Michael Mclaughlin 2014-04-30 17:42:49 +0100
  • f68b25fdc8 Correct doc links Michael Mclaughlin 2014-04-30 17:28:20 +0100
  • 8e667ffe55 Correct links Michael Mclaughlin 2014-04-30 17:24:46 +0100
  • fb9a83cb18 Create component.json #3 Matthew Davidson 2014-04-20 19:14:52 -0700
  • 2b82e3e492 Minor image correction Michael Mclaughlin 2014-04-17 16:12:12 +0100
  • 8bf858ab59 v2.0.1 v2.0.1 Michael Mclaughlin 2014-04-10 19:55:23 +0100
  • eea444d2f9 v2.0.0 Michael Mclaughlin 2014-04-10 19:46:16 +0100
  • b141f3480d v2.0.0 Michael Mclaughlin 2014-04-10 19:30:38 +0100
  • 26ecb823dd Image updated Michael Mclaughlin 2014-04-10 10:36:00 +0100
  • 714eb63369 Minor doc clean-up. v1.0.1 Michael Mclaughlin 2014-04-07 17:17:26 +0100
  • a5a42f4712 Minor doc clean-up. v1.0.1 Michael Mclaughlin 2014-04-07 17:15:36 +0100
  • 7501506a9c Added index.html and images to gh-pages Michael Mclaughlin 2014-04-02 16:31:40 +0100
  • b92f900a93 Initial commit Michael Mclaughlin 2014-04-02 16:28:08 +0100