Releases: yosiat/panko_serializer
Releases · yosiat/panko_serializer
v0.8.2
What's Changed
- Fixes typos in README.md by @khall in #146
- ci: update all actions to utilize Node16 instead of Node12 by @tnir in #147
- chore: Rails 7.1 support by default by @tnir in #148
- docs: clarify example in Nested Filters by @jolekszyk in #150
- ci: ruby.yml: test with ruby 3.3 by @yosiat in #152
- Migrate to Appraisals by @yosiat in #154
- Add fast-path for type-casting Jsonb/Timestamp by @yosiat in #159
New Contributors
- @khall made their first contribution in #146
- @tnir made their first contribution in #147
- @jolekszyk made their first contribution in #150
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8.0
What's Changed
- Fix memory leak which caused by exception by @Watson1978 in #132
- Fixed build status image by @deanpcmad in #134
- Keep alias_name when method_added (#135) by @hkdnet in #136
- Maintenance by @yosiat in #138
New Contributors
- @Watson1978 made their first contribution in #132
- @deanpcmad made their first contribution in #134
- @hkdnet made their first contribution in #136
Full Changelog: v0.7.9...v0.8.0
v0.7.9
What's Changed
- docs: fix typo by @danielmalaton in #125
- Linting - standardrb & clang-format by @yosiat in #127
- Ruby 3.2 by @codingspartan in #129
New Contributors
- @danielmalaton made their first contribution in #125
- @codingspartan made their first contribution in #129
Full Changelog: v0.7.7...v0.7.9
v0.7.7
What's Changed
- Fix for Windows build (fixes #81) by @charlieamer in #113
- Serializer: add support for passing serializer as string by @yosiat in #108
- Ruby 3.1 and Rails 7 by @yosiat in #110
- Docs maintenance by @yosiat in #116
- Add support for passing serializer as string in has_many association by @ryoung in #118
- Allow more flexibility in how serializers are resolved when strings are passed to the serializer option by @ryoung in #119
New Contributors
- @charlieamer made their first contribution in #113
- @ryoung made their first contribution in #118
Full Changelog: v0.7.6...v0.7.7
v0.7.6
v0.7.5
- Oj minimum version bumped to 3.11
- Respect namespace in SerializerResolver - #93 - thanks @casperisfine
- Register global variables to the GC - #91 - thanks @casperisfine
- Allow to dynamically skip a field by returning SKIP - #91 - thanks @casperisfine
v0.7.4
Changes
- Typos and grammar fixes
- #64 - thanks @oyeanuj
- #82 - thanks @brunoarueira
- Allow to pass context in
Panko::Response
- #84 - thanks @bbay - Moving to Github Actions - #68
- Rails 6.1 (rc1) support - #85
Notice
Supporting only Ruby >= 2.5 and dropped support for Rails 4.2!
This version of Panko doesn't contain any breaking changes (so rails 4.2 apps should still work), but future versions might not work (with Rails 4.2 / Ruby < 2.5).