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

85 Commits

Author SHA1 Message Date
Michael M
1a552b2d6c
Merge pull request #73 from mkutny/doc
docs: typos fixed
2017-11-29 23:22:05 +00:00
Max Kutny
074a97d06a docs: typos fixed 2017-11-29 16:25:43 +02:00
Michael Mclaughlin
a0b78b6275 v7.4.0 2017-11-25 23:45:15 +00:00
Michael Mclaughlin
df5ed821f3 Add Typescript typings 2017-11-25 23:42:03 +00:00
Michael Mclaughlin
433759294a v7.3.0 2017-09-26 18:23:56 +01:00
Michael Mclaughlin
4ca749e352 Rename decimal.es6.js to decimal.mjs 2017-09-26 18:19:06 +01:00
Michael Mclaughlin
9f3875a54d Remove node 0.6 from .travis.yml 2017-09-26 18:16:37 +01:00
Michael Mclaughlin
2ed8a040c7 v7.2.4 2017-09-09 18:53:23 +01:00
Michael Mclaughlin
9ae7ca7088 Fix import issues 2017-09-09 18:50:00 +01:00
Michael Mclaughlin
3cbfd6da08 Update docs re global.crypto 2017-09-09 18:47:57 +01:00
Michael Mclaughlin
784a38a8db v7.2.3 2017-06-27 22:08:50 +01:00
Michael Mclaughlin
22ac9377c6 Bugfix: #58 pow sometimes throws when result is Infinity 2017-06-27 22:07:37 +01:00
Michael Mclaughlin
32f0a63095 v7.2.2 2017-06-25 23:39:53 +01:00
Michael Mclaughlin
4d05267ba8 Bugfix: #57 Powers of -1 for integers over Number.MAX_SAFE_INTEGER 2017-06-25 23:35:15 +01:00
Michael Mclaughlin
3566299686 v7.2.1 2017-05-04 20:12:26 +01:00
Michael M
f2410a712a Merge pull request #51 from lukaskollmer/patch-1
Fix broken Readme badges
2017-05-04 20:06:59 +01:00
Lukas Kollmer
981ba5c749 Update README.md 2017-05-04 14:05:38 +02:00
Michael Mclaughlin
2be14dfdd7 v7.2.0 Add decimal.es6.js 2017-04-09 23:07:52 +01:00
Michael Mclaughlin
85a499eb86 v7.1.2 2017-04-05 19:03:17 +01:00
Michael Mclaughlin
eec7273c19 Decimal.default to Decimal['default'] IE8 issue 2017-04-05 18:59:11 +01:00
Michael Mclaughlin
5547cc805d Minor doc edit 2017-01-10 23:37:36 +00:00
Michael M
d199c97af4 Merge pull request #44 from qwe19272375/add-cdnjs-badge
Add CDNJS badge
2017-01-10 23:33:02 +00:00
Michael Mclaughlin
45eec0b863 v7.1.1 2017-01-10 19:34:40 +00:00
Michael Mclaughlin
27de48c4c3 Remove duplicated for-loop. Minor refactoring. 2017-01-10 19:19:28 +00:00
Brian Hsieh
e6c234f109 add CDNJS badge in README.md
This badge will show the version on CDNJS!
2017-01-03 00:20:11 +08:00
Michael Mclaughlin
148be72e6f v7.1.0 2016-11-10 00:08:25 +00:00
Michael Mclaughlin
4df9158a1a Support ES6 imports 2016-11-09 23:41:31 +00:00
Michael Mclaughlin
e48bddf45a v7.0.0 2016-11-09 17:08:38 +00:00
Michael Mclaughlin
46b1aad320 Remove crypto require. Add set as config alias. 2016-11-09 17:01:36 +00:00
Michael Mclaughlin
fb37ca6bde v6.0.0 2016-06-30 19:27:50 +01:00
Michael M
28451fb05c Amend main field 2016-04-04 21:00:57 +01:00
Michael Mclaughlin
8a631cc327 v5.0.8 2016-03-09 22:57:25 +00:00
Michael Mclaughlin
45e9752280 Correct year 2016-03-09 22:55:02 +00:00
Michael Mclaughlin
ff621c1e35 Add newline to single test results 2016-03-09 22:54:34 +00:00
Michael M
6ec2449a07 Merge pull request #29 from jonahbron/master
Correct package name in Node require example
2016-03-03 16:34:32 +00:00
Jonah Dahlquist
7d9b530aa2 Fixed wrong package name in Node require 2016-03-02 11:50:36 -08:00
Michael Mclaughlin
6785556026 v5.0.7 2016-02-29 19:25:04 +00:00
Michael Mclaughlin
03cf981dcf Add decimal.js-light link 2016-02-29 19:24:47 +00:00
Michael Mclaughlin
5a916a1de2 Remove outdated example 2016-02-29 19:24:10 +00:00
Michael M
dc642c0429 Merge pull request #28 from pra85/patch-1
Add syntax highlighting
2016-02-23 19:07:28 +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
6a663287f0 v5.0.6 2016-02-22 19:51:10 +00:00
Michael Mclaughlin
f3777d8baf Add bower.json 2016-02-22 19:50:52 +00:00
Michael Mclaughlin
6effe2db27 v5.0.5 2016-02-20 22:21:48 +00:00
Michael Mclaughlin
1a1a0ace51 bugfix: #26 wrong precision applied from ONE 2016-02-20 22:15:20 +00:00
Michael Mclaughlin
8df4a72aaa bitwise floor ok 2016-02-18 19:56:50 +00:00
Michael Mclaughlin
50f63bec5c v5.0.4 2016-02-14 21:15:21 +00:00
Michael Mclaughlin
c512eb9a5a Bugfix: #26 clone 2016-02-14 21:13:04 +00:00
Michael Mclaughlin
948d368527 Correct link 2016-02-10 20:45:40 +00:00
Michael Mclaughlin
ea61253cbc v5.0.3 2016-02-06 17:53:18 +00:00