Skip to content

Releases: ideal-postcodes/uk-clear-addressing

4.2.1

14 Dec 09:27
Compare
Choose a tag to compare

4.2.1 (2023-12-14)

Bug Fixes

  • Acronyms: Building name check (f43a741)

4.2.0

31 Dec 14:44
Compare
Choose a tag to compare

4.2.0 (2021-12-31)

Features

  • Sort: Export pure sort scoring method (2e6b9de)

4.1.1

17 Nov 12:21
Compare
Choose a tag to compare

4.1.1 (2021-11-17)

Bug Fixes

  • Sub + Building Name: Detect address range (cbffe30)

4.1.0

17 May 11:18
Compare
Choose a tag to compare

4.1.0 (2021-05-17)

Features

  • Sort: Export sorting attributes (f0625f4)

4.0.0

05 Mar 06:59
Compare
Choose a tag to compare

4.0.0 (2021-03-05)

Bug Fixes

  • Release: Trigger release (764d1e4)

Documentation

  • Premise Attributes: Document number and unit (a363dc9)

Features

  • Building Numbers: Experimental attempt at returning actual (0f653e9)
  • Building Units: Experimental attempt at returning a building unit (e72d7c4)
  • ES Module: Add ESM build (e6b5632)

BREAKING CHANGES

  • Premise Attributes: - formattedADdress now returns unit and number
  • FormattedPremise interface includes unit and number

3.0.0

10 Dec 05:34
Compare
Choose a tag to compare

3.0.0 (2020-12-10)

Bug Fixes

  • Semantic Release: Automate npm release (06ff64f)

chore

  • Node: Drop explicit support for Node 8 (195cc59)
  • Node: Drop support for node 8, add 14 (e69e64d)

BREAKING CHANGES

  • Node: Node 8 no longer supported
  • Node: Node 8 no longer forms part of CI testing

2.2.2

24 Apr 12:50
69c5650
Compare
Choose a tag to compare

[2.2.2] 2019-04-24

  • Update dependencies
  • Update documentation
    • Reference PAF API
    • Reference typedocs

2.2.1

02 Apr 09:06
Compare
Choose a tag to compare

[2.2.1] 2019-04-02

  • Fix: Handle building names that contain range on rule 6

2.2.0

28 Mar 07:10
Compare
Choose a tag to compare

[2.2.0] 2019-03-11

  • Formatting updates with guidance and examples outlined in the latest PAF Programmers Guide (Edition 7, Version 6):
    • Where a building name exception exists in rule 3, these names are no longer lower cased as documented in Table 27a. They now adhere to the (conflicting) example defined in Table 22
    • Building ranges which contain specific prefixes (e.g. Back of, Stalls, Maisonette) are no longer broken up across lines
  • Added line_1, line_2, line_3 and premise accessor methods on Address instances
  • Standardise project with prettier and @cablanchard/tslint
  • Use stardardised compile options from @cablanchard/tsconfig
  • Added benchmark suite

2.1.2

12 Feb 16:54
Compare
Choose a tag to compare

[2.1.2] 2019-02-12

  • Add runkit example
  • Use whitelist to generate npm package