Skip to content

Commit 7524a2c

Browse files
committedJun 21, 2023
Release v1.0.0-alpha.1
1 parent 0228a03 commit 7524a2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
## [1.0.0-alpha.1] - 2023-06-21
11+
1012
- **New class-based API.** More ergonomic for managing large resource definitions and
1113
inheriting/overriding behavior. Complex fields can be extracted into their own classes and
1214
reused across resources.
@@ -128,10 +130,13 @@ Still to come:
128130

129131
- Fix pagination next link appearing when it shouldn't
130132

133+
[1.0.0-alpha.1]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0...v1.0.0-alpha.1
131134
[0.2.0]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0...v0.2.0-beta.6
132135
[0.2.0-beta.6]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.6...v0.2.0-beta.5
133136
[0.2.0-beta.5]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.5...v0.2.0-beta.4
134137
[0.2.0-beta.4]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.4...v0.2.0-beta.3
135138
[0.2.0-beta.3]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.3...v0.2.0-beta.2
136139
[0.2.0-beta.2]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.2...v0.2.0-beta.1
137140
[0.2.0-beta.1]: https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.1...v0.1.0-beta.1
141+
142+
[unreleased]: https://github.com/tobyzerner/json-api-server/compare/v1.0.0-alpha.1...HEAD

0 commit comments

Comments
 (0)
Please sign in to comment.