Releases: ideal-postcodes/uk-clear-addressing
Releases · ideal-postcodes/uk-clear-addressing
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
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
andnumber
- FormattedPremise interface includes
unit
andnumber
3.0.0
2.2.2
2.2.1
2.2.0
[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
andpremise
accessor methods onAddress
instances - Standardise project with prettier and @cablanchard/tslint
- Use stardardised compile options from @cablanchard/tsconfig
- Added benchmark suite