2016-02-22 19:51:10 +00:00
|
|
|
####5.0.6
|
|
|
|
* 22/02/2015
|
|
|
|
* Add bower.json.
|
|
|
|
|
2016-02-20 22:21:48 +00:00
|
|
|
####5.0.5
|
|
|
|
* 20/02/2015
|
|
|
|
* Bugfix: #26 wrong precision applied.
|
|
|
|
|
2016-02-14 21:15:21 +00:00
|
|
|
####5.0.4
|
2016-02-20 22:21:48 +00:00
|
|
|
* 14/02/2015
|
2016-02-14 21:15:21 +00:00
|
|
|
* Bugfix: #26 clone.
|
|
|
|
|
2016-02-06 17:53:18 +00:00
|
|
|
####5.0.3
|
2016-02-20 22:21:48 +00:00
|
|
|
* 06/02/2015
|
2016-02-06 17:53:18 +00:00
|
|
|
* Refactor tests.
|
|
|
|
|
2016-02-05 00:04:05 +00:00
|
|
|
####5.0.2
|
2016-02-20 22:21:48 +00:00
|
|
|
* 05/02/2015
|
2016-02-05 00:04:05 +00:00
|
|
|
* Added immutability tests.
|
|
|
|
* Minor *decimal.js* clean-up.
|
|
|
|
|
2016-01-28 23:12:34 +00:00
|
|
|
####5.0.1
|
2016-02-20 22:21:48 +00:00
|
|
|
* 28/01/2015
|
2016-01-28 23:12:34 +00:00
|
|
|
* Bugfix: #20 cos mutates value.
|
|
|
|
* Add pi info to docs.
|
|
|
|
|
2016-01-25 00:11:32 +00:00
|
|
|
####5.0.0
|
|
|
|
* 25/01/2016
|
|
|
|
* Added trigonometric functions and `cubeRoot` method.
|
|
|
|
* Added most of JavaScript's `Math` object methods as Decimal methods.
|
|
|
|
* Added `toBinary`, `toHexadecimal` and `toOctal` methods.
|
|
|
|
* Added `isPositive` method.
|
2016-02-20 22:21:48 +00:00
|
|
|
* Removed the 15 significant digit limit for numbers.
|
2016-01-28 23:12:34 +00:00
|
|
|
* `toFraction` now returns an array of two Decimals, not two strings.
|
2016-01-25 00:11:32 +00:00
|
|
|
* String values containing whitespace or a plus sign are no longer accepted.
|
|
|
|
* `valueOf` now returns `'-0'` for minus zero.
|
|
|
|
* `comparedTo` now returns `NaN` not `null` for comparisons with `NaN`.
|
|
|
|
* `Decimal.max` and `Decimal.min` no longer accept an array.
|
2016-02-20 22:21:48 +00:00
|
|
|
* The Decimal constructor and `toString` no longer accept a base argument.
|
2016-01-25 00:11:32 +00:00
|
|
|
* Binary, hexadecimal and octal prefixes are now recognised for string values.
|
|
|
|
* Removed `Decimal.errors` configuration property.
|
2016-02-05 00:04:05 +00:00
|
|
|
* Removed `toFormat` method.
|
2016-01-25 00:11:32 +00:00
|
|
|
* Removed `Decimal.ONE`.
|
2016-02-20 22:21:48 +00:00
|
|
|
* Renamed `exponential` method to `naturalExponential`.
|
2016-01-25 00:11:32 +00:00
|
|
|
* Renamed `Decimal.constructor` method to `Decimal.clone`.
|
|
|
|
* Simplified error handling and amended error messages.
|
|
|
|
* Refactored the test suite.
|
|
|
|
* `Decimal.crypto` is now `undefined` by default, and the `crypto` object will be used if available.
|
|
|
|
* Major internal refactoring.
|
|
|
|
* Removed *bower.json*.
|
|
|
|
|
|
|
|
####4.0.2
|
|
|
|
* 20/02/2015 Add bower.json. Add source map. Amend travis CI. Amend doc/comments.
|
|
|
|
|
|
|
|
####4.0.1
|
|
|
|
* 11/12/2014 Assign correct constructor when duplicating a Decimal.
|
|
|
|
|
|
|
|
####4.0.0
|
|
|
|
* 10/11/2014 `toFormat` amended to use `Decimal.format` object for more flexible configuration.
|
|
|
|
|
|
|
|
####3.0.1
|
|
|
|
* 8/06/2014 Surround crypto require in try catch. See issue #5
|
|
|
|
|
|
|
|
####3.0.0
|
|
|
|
* 4/06/2014 `random` simplified. Major internal changes mean the properties of a Decimal must now be considered read-only
|
|
|
|
|
|
|
|
####2.1.0
|
|
|
|
* 4/06/2014 Amend UMD
|
|
|
|
|
|
|
|
####2.0.3
|
|
|
|
* 8/05/2014 Fix NaN toNumber
|
|
|
|
|
|
|
|
####2.0.2
|
|
|
|
* 30/04/2014 Correct doc links
|
|
|
|
|
|
|
|
####2.0.1
|
|
|
|
* 10/04/2014 Update npmignore
|
|
|
|
|
|
|
|
####2.0.0
|
|
|
|
* 10/04/2014 Add `toSignificantDigits`
|
|
|
|
* Remove `toInteger`
|
|
|
|
* No arguments to `ceil`, `floor`, `round` and `trunc`
|
|
|
|
|
|
|
|
####1.0.1
|
|
|
|
* 07/04/2014 Minor documentation clean-up
|
|
|
|
|
|
|
|
####1.0.0
|
|
|
|
* 02/04/2014 Initial release
|