Skip to content

Commit

Permalink
v0.7.1 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Nov 7, 2024
1 parent 41cc0e1 commit a1f03f8
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 11,332 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The minor version will be incremented upon a breaking change and the patch version will be
incremented for features.

## [0.7.1] - 2024-11-07

### Added
- Explicit support for address ranges ([#248](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/248))
- Additional application types synced to PlanX service development - notably `ldc.listedBuildingWorks` and `approval.conditions` ([#197](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/197))

## [0.7.0] - 2024-07-12

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digital-planning-data-schemas",
"version": "0.7.0",
"version": "0.7.1",
"description": "Digital Planning Data schemas",
"main": "schema/schema.json",
"scripts": {
Expand Down
17 changes: 17 additions & 0 deletions schemas/application.json
Original file line number Diff line number Diff line change
Expand Up @@ -7935,11 +7935,28 @@
"type": "string"
},
"pao": {
"description": "Combined `PAO_START_NUMBER`, `PAO_START_SUFFIX`, `PAO_TEXT` OS LPI properties",
"title": "Primary Addressable Object start range and/or building description",
"type": "string"
},
"paoEnd": {
"description": "Combined `PAO_END_NUMBER`, `PAO_END_SUFFIX` OS LPI properties",
"title": "Primary Addressable Object (PAO) end range",
"type": "string"
},
"postcode": {
"type": "string"
},
"sao": {
"description": "Combined `SAO_START_NUMBER`, `SAO_START_SUFFIX`, `SAO_TEXT` OS LPI properties",
"title": "Secondary Addressable Object (SAO) start range and/or building description",
"type": "string"
},
"saoEnd": {
"description": "Combined `SAO_END_NUMBER`, `SAO_END_SUFFIX` OS LPI properties",
"title": "Secondary Addressable Object (SAO) end range",
"type": "string"
},
"singleLine": {
"type": "string"
},
Expand Down
Loading

0 comments on commit a1f03f8

Please sign in to comment.