File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Any changes, including backwards incompatible changes will be listed here
44
5- ## 1.1 .0 (12/02/2019)
5+ ## 2.0 .0 (12/02/2019)
66
7+ - * Breaking Change* : Require minimum node.js of 8.0.0
78- Ported to typescript (now exports typings)
8- - New methods (cleaner instance methods, more static methods)
9+ - Provides a cleaner, more modern API to extract and parse while supporting old methods
10+ - Add static methods to extract single datapoints
11+ - Add a ValidPostcode class with accessor methods which can be destructured
912- Updated documentation
10- - Added benchmarks
13+ - Added benchmarking
1114
1215## 1.0.1 (12/02/2019)
1316
Original file line number Diff line number Diff line change 11{
22 "name" : " postcode" ,
3- "version" : " 1 .0.1 " ,
3+ "version" : " 2 .0.0 " ,
44 "description" : " UK Postcode helper methods" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
7+ "engines" : {
8+ "node" : " >= 8.0.0"
9+ },
710 "dependencies" : {},
811 "prettier" : {},
912 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments