1
0
mirror of https://github.com/MikeMcl/decimal.js.git synced 2024-09-28 22:40:48 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Michael Mclaughlin
e48bddf45a v7.0.0 2016-11-09 17:08:38 +00:00
Michael Mclaughlin
fb37ca6bde v6.0.0 2016-06-30 19:27:50 +01:00
Jonah Dahlquist
7d9b530aa2 Fixed wrong package name in Node require 2016-03-02 11:50:36 -08:00
Michael Mclaughlin
03cf981dcf Add decimal.js-light link 2016-02-29 19:24:47 +00:00
Prayag Verma
c029df316a Add Syntax highlighting language to code blocks
Added HTML, JavaScript and bash syntax highlighting to code blocks
2016-02-23 15:37:52 +05:30
Michael Mclaughlin
c8e12eb6a0 Add API change warning 2016-02-04 23:52:52 +00:00
Michael M
05e698aba6 Fix typo. Add serialization feature. 2016-01-26 00:01:20 +00:00
Michael M
131ff3a71b Removed outdated file size. 2016-01-25 08:40:08 +00:00
Michael Mclaughlin
8a6f8fe412 v5.0.0 2016-01-25 00:11:32 +00:00
Michael Mclaughlin
bc66aa91a5 v4.0.3 2015-10-02 13:00:23 +01:00
Michael Mclaughlin
aaa0794f69 v4.0.2 2015-02-20 16:01:25 +00:00
Michael Mclaughlin
d136e91d66 v4.0.1 2014-12-11 17:34:52 +00:00
Michael Mclaughlin
8ca98c1735 Travis CI 2014-11-11 10:44:42 +00:00
Michael Mclaughlin
8d7a9969de v4.0.0 toFormat amended 2014-11-10 16:00:14 +00:00
Michael Mclaughlin
67bb6b838f v3.0.1 2014-06-08 23:17:31 +01:00
Michael Mclaughlin
e02587a173 v3.0.0 2014-06-04 23:59:07 +01:00
Michael Mclaughlin
7524fbaefe v2.1.0 Amend UMD for browserify 2014-06-04 23:07:51 +01:00
Michael Mclaughlin
cb4c245896 v2.0.3 2014-05-08 19:30:40 +01:00
Michael Mclaughlin
ba0ca1ee14 v2.0.2 2014-04-30 17:42:49 +01:00
Michael Mclaughlin
8bf858ab59 v2.0.1 2014-04-10 19:55:23 +01:00
Michael Mclaughlin
b141f3480d v2.0.0
Avoid potential confusion over the round method: ceil, floor, round and
trunc no longer accept arguments and so they match their JS Math object
equivalents. Removed toInteger as round now handles rounding to integer. Added
toSignificantDigits as round no longer rounds to precision. Updated tests
accordingly. Calling config without argument no longer throws.
2014-04-10 19:30:38 +01:00
Michael Mclaughlin
714eb63369 Minor doc clean-up. v1.0.1 2014-04-07 17:17:26 +01:00
Michael Mclaughlin
b92f900a93 Initial commit 2014-04-02 16:28:08 +01:00