File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 1.0.0-alpha.1] - 2023-06-21
11
+
10
12
- ** New class-based API.** More ergonomic for managing large resource definitions and
11
13
inheriting/overriding behavior. Complex fields can be extracted into their own classes and
12
14
reused across resources.
@@ -128,10 +130,13 @@ Still to come:
128
130
129
131
- Fix pagination next link appearing when it shouldn't
130
132
133
+ [ 1.0.0-alpha.1 ] : https://github.com/tobyzerner/json-api-server/compare/v0.2.0...v1.0.0-alpha.1
131
134
[ 0.2.0 ] : https://github.com/tobyzerner/json-api-server/compare/v0.2.0...v0.2.0-beta.6
132
135
[ 0.2.0-beta.6 ] : https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.6...v0.2.0-beta.5
133
136
[ 0.2.0-beta.5 ] : https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.5...v0.2.0-beta.4
134
137
[ 0.2.0-beta.4 ] : https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.4...v0.2.0-beta.3
135
138
[ 0.2.0-beta.3 ] : https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.3...v0.2.0-beta.2
136
139
[ 0.2.0-beta.2 ] : https://github.com/tobyzerner/json-api-server/compare/v0.2.0-beta.2...v0.2.0-beta.1
137
140
[ 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
You can’t perform that action at this time.
0 commit comments