Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scurker committed Sep 26, 2018
1 parent 20cc056 commit fddfcda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**1.2.0**

* 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)
* Added new formatting options, `pattern` and `negativePattern` allowing for greater flexibility of currency formats. ([#95](https://github.com/scurker/currency.js/issues/95))

**1.1.4**

* Fixed rounding for string values. ([#116](https://github.com/scurker/currency.js/issues/116)) thanks [@pdcmoreira](https://github.com/pdcmoreira)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "currency.js",
"homepage": "http://scurker.github.io/currency.js",
"version": "1.2.0-beta.1",
"version": "1.2.0",
"description": "A small, lightweight javascript library for working with currency values.",
"main": "dist/currency.js",
"module": "dist/currency.es.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ yarn add currency.js
Via cdn:

```html
<script src="https://unpkg.com/currency.js@~1.1.0/dist/currency.min.js"></script>
<script src="https://unpkg.com/currency.js@~1.2.0/dist/currency.min.js"></script>
```

### Usage
Expand Down

0 comments on commit fddfcda

Please sign in to comment.