Releases: kufu/activerecord-bitemporal
Releases · kufu/activerecord-bitemporal
5.2.0
5.1.0
5.0.1
What's Changed
- Fix a typo by @cafedomancer in #157
- Remove unused
without_ignore
option by @wata727 in #160 - update auto assign by @QWYNG in #161
- Remove unneeded unscope values by @wata727 in #159
- Bump up version to v5.0.1 by @wata727 in #163
New Contributors
- @cafedomancer made their first contribution in #157
Full Changelog: v5.0.0...v5.0.1
5.0.0
What's Changed
- Don't use appraisal in CI by @krororo in #145
- Support date type of valid time by @krororo in #149
- CI against Ruby 3.2, 3.3, Drop Ruby 2.7 and Rails 6.0 by @krororo in #150
- Add support Rails 7.1 by @osyo-manga in #151
- Add Persistence#bitemporal_at and ActiveRecord::Bitemporal.bitemporal_at by @wata727 in #152
- Remove code for Active Record 6.0 by @krororo in #153
- Fix deleted time order between associations by @wata727 in #154
- Bump up version to v5.0.0 by @wata727 in #155
Full Changelog: v4.3.0...v5.0.0
4.3.0
4.2.0
What's Changed
- Fix for RSpec deprecated warning by @osyo-manga in #132
- Add some files to .gitignore by @krororo in #134
- Allow passing operated_at to destroy by @wata727 in #138
- Change not to create history when destroying with
force_update
by @wata727 in #135 - Raise ValidDatetimeRangeError instead of RecordInvalid in _update_row by @wata727 in #136
- Bump up version to v4.2.0 by @wata727 in #141
Full Changelog: v4.1.0...v4.2.0
4.1.0
4.0.0
What's Changed
- Update License and CoC files by @kinoppyd in #115
- Add required_ruby_version >= 2.7.0 by @Dooor in #125
- Remove Gemfile.lock by @osyo-manga in #126
- Update auto asgn by @osyo-manga in #124
- [proposal]When bitemporal_at exists inside the nest, the specified date was not prioritized, so the date of the inner bitemporal_at is now prioritized. by @bonobono555 in #121
- Add support
bitemporal_callbacks
by @Dooor in #123 - Drop support Rails 5.2 by @krororo in #122
- Remove test cases for using bitemporal_option_merge! of ActiveRecord:::Bitemporal::Callbacks by @Dooor in #129
- Bump up version to v4.0.0 by @Dooor in #128
New Contributors
- @bonobono555 made their first contribution in #121
- @krororo made their first contribution in #122
Full Changelog: v3.0.0...v4.0.0
3.0.0
What's Changed
- Bump activerecord from 6.1.3 to 7.0.4.1 by @dependabot in #112
- Bump activesupport from 6.1.3 to 7.0.4.1 by @dependabot in #113
- Assign updated bitemporal times to the receiver after update/destroy by @wata727 in #118
- Bump up version to v3.0.0 by @wata727 in #120
Full Changelog: v2.3.0...v3.0.0