Sha256: 76823a9bcbc51ddeb4b48abd2c98e8927b71429b5532a861ec08fe24535c34d3
Contents?: true
Size: 1.84 KB
Versions: 1
Compression:
Stored size: 1.84 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [1.3.0] 2021-05-31 - [Perf] Improve performance for `many` [641d8f9] - https://github.com/okuramasafumi/alba/pull/125 - [Feat] Add custom inflector feature (#126) [ad73291] - https://github.com/okuramasafumi/alba/pull/126 - Thank you @wuarmin ! - [Feat] Support params in if condition [6e9915e] - https://github.com/okuramasafumi/alba/pull/128 - [Fix] fundamentally broken "circular association control" [fbbc9a1] - https://github.com/okuramasafumi/alba/pull/130 ## [1.2.0] 2021-05-09 - [Fix] multiple word key inference [6c18e73] - https://github.com/okuramasafumi/alba/pull/120 - Thank you @alfonsojimenez ! - [Feat] Add `Alba.enable_root_key_transformation!` [f172839] - https://github.com/okuramasafumi/alba/pull/121 - [Feat] Implement type validation and auto conversion [cbe00c7] - https://github.com/okuramasafumi/alba/pull/122 ## [1.1.0] - 2021-04-23 - [Feat] Implement circular associations control [71e1543] - [Feat] Support :oj_rails backend [76e519e] ## [1.0.1] - 2021-04-15 - [Fix] Don't cache resource class for `Alba.serialize` [9ed5253] - [Improve] Warn when `ActiveSupport` or `Oj` are absent [d3ab3eb] - [Fix] Delete unreachable `to_hash` method on Association [1ba1f90] - [Fix] Stringify key before transforming [b4eb79e] - [Misc] Support Ruby 2.5.0 and above, not 2.5.7 and above [43f1d17] - [Fix] Remove accidentally added `p` debug [5d0324b] ## [1.0.0] - 2021-04-07 This is the first major release of Alba and it includes so many features. To see all the features you can have a look at [README](https://github.com/okuramasafumi/alba/blob/master/README.md#features).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
alba-1.3.0 | CHANGELOG.md |