File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v2.2.0] ( https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.2.0 ) (2024-05-16)
4+
5+ [ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.1.0...v2.2.0 )
6+
7+ ** Merged pull requests:**
8+
9+ - Do not convert cache duration to hours [ \# 81] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/81 ) ([ mamhoff] ( https://github.com/mamhoff ) )
10+ - Improve etag generation [ \# 80] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/80 ) ([ mamhoff] ( https://github.com/mamhoff ) )
11+ - Fix specs by traveling to the past [ \# 79] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/79 ) ([ mamhoff] ( https://github.com/mamhoff ) )
12+
313## [ v2.1.0] ( https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.1.0 ) (2024-05-07)
414
515[ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.0.1...v2.1.0 )
1020- CI fixes [ \# 77] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/77 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
1121- fix\( HTTP Cache\) : Use cache\_ key\_ with\_ version for etag [ \# 76] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/76 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
1222- Allow jsonapi.rb 2.x [ \# 75] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/75 ) ([ mamhoff] ( https://github.com/mamhoff ) )
23+ - Fix page search [ \# 71] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/71 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
1324
1425## [ v2.0.1] ( https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.1 ) (2023-07-18)
1526
1627[ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.0.0...v2.0.1 )
1728
18- ** Merged pull requests:**
19-
20- - Fix page search [ \# 71] ( https://github.com/AlchemyCMS/alchemy-json_api/pull/71 ) ([ tvdeyen] ( https://github.com/tvdeyen ) )
21-
2229## [ v2.0.0] ( https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.0 ) (2023-03-31)
2330
2431[ Full Changelog] ( https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.2.0...v2.0.0 )
Original file line number Diff line number Diff line change 22
33module Alchemy
44 module JsonApi
5- VERSION = "2.1 .0"
5+ VERSION = "2.2 .0"
66 end
77end
You can’t perform that action at this time.
0 commit comments