Skip to content

Commit fddfcda

Browse files
committed
v1.2.0
1 parent 20cc056 commit fddfcda

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**1.2.0**
2+
3+
* Adjusted internal precision to better account for some edge case precision issues. ([#133](https://github.com/scurker/currency.js/issues/133)) thanks [@tvainika](https://github.com/tvainika)
4+
* Added new formatting options, `pattern` and `negativePattern` allowing for greater flexibility of currency formats. ([#95](https://github.com/scurker/currency.js/issues/95))
5+
16
**1.1.4**
27

38
* Fixed rounding for string values. ([#116](https://github.com/scurker/currency.js/issues/116)) thanks [@pdcmoreira](https://github.com/pdcmoreira)

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "currency.js",
33
"homepage": "http://scurker.github.io/currency.js",
4-
"version": "1.2.0-beta.1",
4+
"version": "1.2.0",
55
"description": "A small, lightweight javascript library for working with currency values.",
66
"main": "dist/currency.js",
77
"module": "dist/currency.es.js",

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ yarn add currency.js
4242
Via cdn:
4343

4444
```html
45-
<script src="https://unpkg.com/currency.js@~1.1.0/dist/currency.min.js"></script>
45+
<script src="https://unpkg.com/currency.js@~1.2.0/dist/currency.min.js"></script>
4646
```
4747

4848
### Usage

0 commit comments

Comments
 (0)