Commit 3553afd
committed
chore(release): 5.0.0 [skip ci]
# [5.0.0](4.0.0...5.0.0) (2020-07-29)
### Features
* **5.0.0:** API Updates ([9d576c8](9d576c8))
* **ES Modules:** Create ES Module compatible build ([44ef920](44ef920))
* **Match:** Implement match ([95f1d0e](95f1d0e))
* **Regex:** Exports and documents used Regexs ([dd1315d](dd1315d))
* **Replace:** Implement replace ([deb348b](deb348b))
### BREAKING CHANGES
* **5.0.0:** - `postcode` no longer uses default exports. All exports are named
- `postcode` no longer exports a class
- Legacy `new Postcode()` functionality has been removed. Methods attached to `Postcode` are all available as named exports. E.g. `new Postcode(postcode).unit()` becomes `toUnit(postcode)`;1 parent a49d90b commit 3553afd
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
1 | 19 | | |
2 | 20 | | |
3 | 21 | | |
| |||
0 commit comments