Skip to content

Commit b598d6e

Browse files
authored
Merge pull request #386 from adamwdraper/develop
1.5.6
2 parents b50f4c9 + 8af3253 commit b598d6e

File tree

8 files changed

+331
-258
lines changed

8 files changed

+331
-258
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Develop [![Build Status](https://travis-ci.org/adamwdraper/Numeral-js.svg?branch
1717

1818
# Contributing
1919

20-
#### Please submit all pull requests to the `develop` branch.
20+
#### Important: Please create your branch from and submit pull requests to the `develop` branch.
2121

2222
1. Fork the library
2323

@@ -47,12 +47,22 @@ See [the english unit tests](https://github.com/adamwdraper/Numeral-js/blob/mast
4747

4848
# Changelog
4949

50+
### 1.5.6
51+
52+
Bug fix: numeral converts strings to numbers
53+
54+
Bug fix: Null values return same as 0
55+
5056
### 1.5.5
5157

58+
Contained breaking changes, recommended to use 1.5.6
59+
5260
Bug fix: Switch bytes back to `b` and change iecBinary to `ib`, and calculate both using 1024 for backwards compatibility
5361

5462
### 1.5.4
5563

64+
Contained breaking changes, recommended to use 1.5.6
65+
5666
Tests: Changed all tests to use Mocha and Chai
5767

5868
Tests: Added browser tests for Chrome, Firefox, and IE using saucelabs

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "numeral",
33
"repo": "adamwdraper/Numeral-js",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"description": "Format and manipulate numbers.",
66
"keywords": [
77
"numeral",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "numeral",
33
"repo": "adamwdraper/Numeral-js",
4-
"version": "1.5.5",
4+
"version": "1.5.6",
55
"description": "Format and manipulate numbers.",
66
"keywords": [
77
"numeral",

min/numeral.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)