Releases: ideal-postcodes/uk-clear-addressing
Releases · ideal-postcodes/uk-clear-addressing
2.1.1
2.1.0
[2.1.0] 2018-06-28
- Project reorganisation
- Typescript files omitted from npm package
- Compiled js and typing files omitted from project repository
- Moved compiled files to
dist/
- Dropped unused assets from npm module
- Fix: typings for
Address.sort
(previously returned inappropriate type) - Fix: address sort comparator
- Fix: formatting for corner case on rule6
2.0.0
Changelog
[2.0.0] 2018-04-05
Breaking Changes
- Node.js 6.x and above supported only
- Premise elements are no longer capitalised by default. PAF data should be appropriately capitalised
- Address class must be extracted from the library. E.g.
// New method of retrieving class
const { Address } = require("uk-clear-addressing");
Other Changes
Address.sort
implements a sorting method which allows twoaddress
objects to be compared- This project has been ported to typescript. Typings now available