Sha256: c0428b980e9b6d8692a32943253810837ecf9662e6fc4007fba6c52b94e2274a
Contents?: true
Size: 1.8 KB
Versions: 1
Compression:
Stored size: 1.8 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.1.0 (2021-08-05) ### Added - Allow to call transactional callbacks directly on `AfterCommitEverywhere` module: ```ruby AfterCommitEverywhere.after_commit { puts "If you see me then transaction has been successfully commited!" } ``` - Allow to call `in_transaction?` helper method from instance methods in classes that includes `AfterCommitEverywhere` module. ## 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.1.0 | CHANGELOG.md |