Sha256: 650b62f7b8069365f53baafce54520cfe3c4d27658a578502f1e5d77f7137d2e
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 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] ## 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-0.1.5 | CHANGELOG.md |