You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
The minor version will be incremented upon a breaking change and the patch version will be
10
10
incremented for features.
11
11
12
+
## [0.6.0] - 2024-05-03
13
+
14
+
### Breaking
15
+
- Updated `ApplicationTypes` related to Works to Trees (`wtt`) to reflect legal distinction of consent & notification ([#150](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/150))
16
+
- Updated `data.applicant.interest` to `data.applicant.ownership.interest` for better service alignment ([#168](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/168))
17
+
- Updated all `LondonProperty` subfields to be optional, as not all application types are subject to the extra Greater London Authority reporting requirements ([#164](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/164))
18
+
- Fixed a typo in the `ProtectedSpaceDesignation` type ([#155](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/155))
19
+
20
+
### Added
21
+
- Added a `validListedBuildingConsent` example payload ([#158](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/158))
22
+
- Added `data.application.fee.category` to communicate breakdown of total calculated fee by category of development ([#157](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/157/files), [#167](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/167))
23
+
- Added union type definition `ApplicationFeeNotApplicable` to signal when a specific application type or journey does not have any associated costs, rather than displaying `data.application.fee.payable = 0` ([#165](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/165))
24
+
25
+
### Changed
26
+
- Split Outline application types in Minor & Major to better align to legislation ([#151](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/151))
27
+
- Updated `ProjectTypes` to reflect Listed Building Consent and Minor & Major Planning Permission journeys ([#152](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/152), [#153](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/153))
28
+
- Updated `Ownership` type definition to capture more information about agricultural tenants and a discrete declaration of accuracy related to notifying any owners ([#159](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/159))
29
+
- Upgraded a number of technical dependencies via Dependabot
0 commit comments