File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ v1.0.0] ( https://github.com/AlchemyCMS/alchemy-json_api/tree/v1.0.0 ) (2022-09-09)
4
+
5
+ [ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.26.0...v1.0.0 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Allow key transforms [ \# 64] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/64 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
10
+ - Add deserializer JS files [ \# 63] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/63 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
11
+ - Add nodes API controller [ \# 61] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/61 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
12
+ - Add a session store to dummy app [ \# 60] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/60 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
13
+
3
14
## [ v0.26.0] ( https://github.com/AlchemyCMS/alchemy-json_api/tree/v0.26.0 ) (2022-05-10)
4
15
5
16
[ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-json_api/compare/v0.25.0...v0.26.0 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
module Alchemy
3
3
module JsonApi
4
- VERSION = "0.26 .0"
4
+ VERSION = "1.0 .0"
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments