Skip to content

Commit e8612a1

Browse files
committed
Merge branch 'master' of github.com:jakeboone02/numeric-quantity
2 parents be50936 + 290ef24 commit e8612a1

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
## 1.0.0 (2021-02-11)
2+
3+
- New build system ([tsdx](https://tsdx.io/))
4+
5+
## 0.5.1 (2019-08-24)
6+
7+
- Fixed README.md note about return values
8+
9+
## 0.5.0 (2019-08-24)
10+
11+
### Breaking change
12+
13+
- Returns `NaN` for invalid inputs instead of `-1`
14+
15+
### Bug fixes
16+
17+
- Handles negative numbers properly (fixes [#3](https://github.com/jakeboone02/numeric-quantity/issues/3))
18+
19+
## 0.4.2 (2019-08-23)
20+
21+
- Rewritten with TypeScript
22+
23+
## 0.3.2 (2018-09-21)
24+
25+
## 0.3.1 (2015-07-16)
26+
27+
## 0.3.0 (2015-07-16)
28+
29+
## 0.1.2 (2015-03-20)
30+
31+
## 0.1.1 (2015-03-19)
32+
33+
## 0.1.0 (2015-03-18)

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
Converts a string to a number. The string can include mixed numbers or vulgar fractions.
1010

11-
For the inverse operation, converting a number to an imperial measurement, check out [format-quantity](https://www.npmjs.com/package/format-quantity).
11+
For the inverse operation (converting a number to an imperial measurement), check out [format-quantity](https://www.npmjs.com/package/format-quantity).
12+
13+
For a more complete solution to parsing recipe ingredients, try [parse-ingredient](https://www.npmjs.com/package/parse-ingredient).
1214

1315
## Installation
1416

0 commit comments

Comments
 (0)