# Change log ## master (unreleased) * Your contribution ## 0.2.4 (2021-02-19) * Try symbol and string keys when the object to serialize is an Hash ([#54](https://github.com/petalmd/bright_serializer/pull/54)) ## 0.2.3 (2021-01-04) * Update dependencies ([v0.2.2...v0.2.3](https://github.com/petalmd/bright_serializer/compare/v0.2.2...v0.2.3)) ## 0.2.2 (2020-07-22) * Run CI build on all supported Ruby versions ([#11](https://github.com/petalmd/bright_serializer/pull/11)) * Update Rubocop 0.78.0 => 0.88.0 and run auto-correction * Deep transform entity keys ([#12](https://github.com/petalmd/bright_serializer/pull/12)) ## 0.2.1 (2020-07-21) * Handle set_key_transform inherited from a parent serializer ([#10](https://github.com/petalmd/bright_serializer/pull/10)) ## 0.2.0 (2020-07-17) * Add RubyGems version badge * Handle inherit from a parent serializer * Define entity in serializer for grape_swagger ([#9](https://github.com/petalmd/bright_serializer/pull/9)) ## 0.1.1 (2020-07-13) * Add description in gemspec file * Add content in CHANGELOG.md ## 0.1.0 (2020-07-13) * First release