Skip to content

Releases: ideal-postcodes/uk-clear-addressing

2.1.1

02 Jul 13:05
b18e3c1
Compare
Choose a tag to compare

[2.1.1] 2018-07-02

  • Fix: Drop nyc_output from npm package

2.1.0

02 Jul 12:54
3129f62
Compare
Choose a tag to compare

[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

10 Apr 09:22
c3032f9
Compare
Choose a tag to compare

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 two address objects to be compared
  • This project has been ported to typescript. Typings now available