-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.2.0 #74
v0.2.0 #74
Conversation
## [0.2.0] - 2023-11-17 | ||
|
||
### Breaking | ||
- Renamed `result` to `preAssessment` and made optional, as applications from sources other than Planx are unlikely to provide this ([#66](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/66)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is our first proper truly breaking change which bumps us up to v0.2.0
, others agree? There's been a lot of "changing" types in these first weeks that I haven't classified as breaking yet because they began as optional, but that's not the case for result
which was originally required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep - this makes sense to me.
It's all a little abstract until third-parties (BOPS, Uniform) are really using this but it's good to follow best practice here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small typo / issue!
## [0.2.0] - 2023-11-17 | ||
|
||
### Breaking | ||
- Renamed `result` to `preAssessment` and made optional, as applications from sources other than Planx are unlikely to provide this ([#66](https://github.com/theopensystemslab/digital-planning-data-schemas/pull/66)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep - this makes sense to me.
It's all a little abstract until third-parties (BOPS, Uniform) are really using this but it's good to follow best practice here.
Co-authored-by: Dafydd Llŷr Pearson <[email protected]>
No description provided.