pull/3/head v2.0.1
Michael Mclaughlin 10 years ago
parent b141f3480d
commit 8bf858ab59

@ -1 +1,2 @@
test
test
excluded

@ -200,9 +200,12 @@ See LICENCE.
## Change Log
####2.0.1
* 10/04/2014 Update npmignore
####2.0.0
* 10/04/2014 Added `toSignificantDigits`
* Removed `toInteger`
* 10/04/2014 Add `toSignificantDigits`
* Remove `toInteger`
* No arguments to `ceil`, `floor`, `round` and `trunc`
####1.0.1

@ -1,10 +1,10 @@
/*! decimal.js v2.0.0 https://github.com/MikeMcl/decimal.js/LICENCE */
/*! decimal.js v2.0.1 https://github.com/MikeMcl/decimal.js/LICENCE */
;(function (global) {
'use strict';
/*
* decimal.js v2.0.0
* decimal.js v2.0.1
* An arbitrary-precision Decimal type for JavaScript.
* https://github.com/MikeMcl/decimal.js
* Copyright (c) 2014 Michael Mclaughlin <M8ch88l@gmail.com>

2
decimal.min.js vendored

File diff suppressed because one or more lines are too long

@ -1,7 +1,7 @@
{
"name": "decimal.js",
"description": "An arbitrary-precision Decimal type for JavaScript.",
"version": "2.0.0",
"version": "2.0.1",
"keywords": [
"arbitrary",
"precision",

Loading…
Cancel
Save