Sha256: 454476143bda6dc6f9da81e5448a5e7022a9dd5fc0d017970f1e5399c2ca3b31
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## 1.0.0 (2021-02-17) Declare gem as stable. No changes since 0.1.5. See [#11](https://github.com/Envek/after_commit_everywhere/issues/11) for discussion. ## 0.1.5 (2020-03-22) ### Fixed - [PR [#8](https://github.com/Envek/after_commit_everywhere/pull/8)] Callback registration when callback methods are aliased. ([@stokarenko]) ## 0.1.4 (2019-09-10) - [PR [#6](https://github.com/Envek/after_commit_everywhere/pull/6)] ActiveRecord 6.0 compatibility. ([@joevandyk]) ## 0.1.3 (2019-02-18) - Make `in_transaction?` helper method public. ([@Envek]) ## 0.1.2 (2018-05-01) - [PR [#1](https://github.com/Envek/after_commit_everywhere/pull/1)] Enable ActiveRecord 4.2 support. ([@arjun810], [@Envek]) ## 0.1.1 (2018-03-29) - Do not issue warning on `after_commit` invocation outside of transaction as it is expected behaviour. ([@Envek]) ## 0.1.0 (2018-03-18) - Initial version with `after_commit`, `before_commit`. and `after_rollback` callbacks. ([@Envek]) [@Envek]: https://github.com/Envek "Andrey Novikov" [@arjun810]: https://github.com/arjun810 "Arjun Singh" [@joevandyk]: https://github.com/joevandyk "Joe Van Dyk" [@stokarenko]: https://github.com/stokarenko "Sergey Tokarenko"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
after_commit_everywhere-1.0.0 | CHANGELOG.md |