Skip to content

Releases: yosiat/panko_serializer

v0.8.2

13 Jul 17:44
Compare
Choose a tag to compare

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

Full Changelog: v0.8.1...v0.8.2

v0.8.1

13 Jul 17:43
Compare
Choose a tag to compare

Moving the repo to yosiat/panko_serializer

v0.8.0

10 Jun 14:39
ad7b077
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.9...v0.8.0

v0.7.9

29 Dec 15:41
5d72390
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.7...v0.7.9

v0.7.7

04 Jun 13:19
Compare
Choose a tag to compare

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

Full Changelog: v0.7.6...v0.7.7

v0.7.6

21 Sep 11:44
Compare
Choose a tag to compare
  • Oj version was relaxed - so you can install any 3.minor version, only if minor version is greater than 11.
  • Dropped Support on CI for Ruby 2.5, next release will increase the required ruby version in gemspec.
  • Support only Rails 6 and later versions

v0.7.5

15 Feb 16:52
Compare
Choose a tag to compare
  • 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

21 Nov 14:39
Compare
Choose a tag to compare

Changes

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).

v0.7.3

11 Feb 09:22
Compare
Choose a tag to compare

Changes

v0.7.2

11 Feb 09:24
Compare
Choose a tag to compare

Changes

  • CI Changes: Test with ruby 2.7.0 and allow failures when testing with ruby-head
  • Allow to inherit from method_added when inheriting from Panko::Serializer