Skip to content

Releases: 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

v0.7.1

11 Feb 09:27
Compare
Choose a tag to compare

Changes

  • Use latest Oj 3.10
  • @elthariel did two enhancements to the docs, thanks! - #60 #61

v0.7.0

26 Aug 12:33
Compare
Choose a tag to compare

Changes

  • Use latest Oj 3.9
  • Raise an error if serialized is reused - #49, thanks @mikebaldry
  • Support serializing hashes - #50, thanks @mikebaldry
  • Added documentation for alias with associations - #53, thanks @phelios