SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.0-rubygem-aasm-5.5.0-1.17.x86_64.rpm :

* Tue Nov 14 2023 Dan Čermák - New upstream release 5.5.0, no changelog found
* Mon Oct 10 2022 Stephan Kulow updated to version 5.4.0 CHANGELOG.md removed upstream
* Thu Aug 04 2022 Stephan Kulow updated to version 5.3.0 see installed CHANGELOG.md [#]# 5.3.0
* Add Ruby 3.1 and Rails 7 to the CI matrix [#775](https://github.com/aasm/aasm/pull/775), thanks to [petergoldstein](https://github.com/petergoldstein)
* Fixed an error in Ruby 3 when specifying a method that takes keyword arguments, such as event\'s before hook [#777](https://github.com/aasm/aasm/pull/777), thanks to [pocari](https://github.com/pocari)
* Fix multi-threading bug not firing success callbacks [#778](https://github.com/aasm/aasm/pull/778), thanks to [guewen](https://github.com/guewen)
* Raise AASM::UndefinedState when calling fire or fire! with undefined event names [#753](https://github.com/aasm/aasm/pull/753), thanks to [danielvdao](https://github.com/danielvdao)
* Fixing Readme typos [#745](https://github.com/aasm/aasm/pull/745) [#772](https://github.com/aasm/aasm/pull/772) [#774](https://github.com/aasm/aasm/pull/774) [#781](https://github.com/aasm/aasm/pull/781), thanks to [jaredsmithse](https://github.com/jaredsmithse) [jcat4](https://github.com/jcat4) [ChandanChainani](https://github.com/ChandanChainani) [TessHuelskamp](https://github.com/TessHuelskamp)
* Add github actions config [#750](https://github.com/aasm/aasm/pull/750), thanks to [aka47](https://github.com/aka47)
* Test against for Rails 6.0 and improve ci [#719](https://github.com/aasm/aasm/pull/719), thanks to [yujideveloper](https://github.com/yujideveloper)
* Fix migration class name to work with zeitwerk [#720](https://github.com/aasm/aasm/pull/720), thanks to [rwegrzyniak](https://github.com/rwegrzyniak)
* Thu Jun 24 2021 Stephan Kulow updated to version 5.2.0 see installed CHANGELOG.md [#]# 5.2.0
* Fri Sep 25 2020 Stephan Kulow updated to version 5.1.1 see installed CHANGELOG.md [#]# 5.1.0
* Fix Depreciation message for after_commit_everywhere [#695](https://github.com/aasm/aasm/issues/695) in PR [#696](https://github.com/aasm/aasm/pull/696)
* Fix human_state to use display option [#684](https://github.com/aasm/aasm/issues/684) in PR [#697](https://github.com/aasm/aasm/pull/697)
* Remove support for ruby 2.3 [#]# 5.1.0
* Fix after_commit in nested transactions [#536](https://github.com/aasm/aasm/issues/536) without explicit AR dependency in PR [#668](https://github.com/aasm/aasm/pull/668), thanks to [stokarenko](https://github.com/stokarenko)
* Remove support for Rails 3.2
* Thu May 07 2020 Stephan Kulow - updated to version 5.0.8 see installed CHANGELOG.md [#]# 5.0.8
* Revert Fix for :after_commit within nested transaction because it adds after_commit_action dependency which is dependent on many gems. [#]# 5.0.7
* Fix :after_commit within nested transaction [#666](https://github.com/aasm/aasm/pull/666), thanks to [stokarenko](https://github.com/stokarenko)
* Add permitted_transitions to group permitted event with state [#664](https://github.com/aasm/aasm/pull/664), thanks to [dnamsons](https://github.com/dnamsons)
* Add Ruby 2.7.0 & 2.6.5 to Travis CI Test Matrix [#661](https://github.com/aasm/aasm/pull/661), thanks to [the-spectator](https://github.com/the-spectator)
* Handle InvalidTransition in transition_from matcher [#653](https://github.com/aasm/aasm/pull/653), thanks to [ryanwood](https://github.com/ryanwood)
* Mon Feb 10 2020 Stephan Kulow - updated to version 5.0.6 see installed CHANGELOG.md [#]# 5.0.6
* Fix no_direct_assignment, couldn\'t be turned off pragmatically [#636](https://github.com/aasm/aasm/issues/636)
* Add instance level validation skip option [#644](https://github.com/aasm/aasm/pull/644), thanks to [Nitin-Salunke](https://github.com/Nitin-Salunke)
* Fixed aasm.current_event incorrectly yields nil when calling aasm.fire!(:event) [#551](https://github.com/aasm/aasm/issues/551) in [#638](https://github.com/aasm/aasm/pull/638), thanks to [DoubleJarvis](https://github.com/DoubleJarvis)
* Code Refactor [#634](https://github.com/aasm/aasm/pull/634) , thanks to [rahulknojha](https://github.com/rahulknojha)
* Fixed callback argument for :before_success & :success callback, [#630](https://github.com/aasm/aasm/pull/630)
* Fri Jul 19 2019 Stephan Kulow - updated to version 5.0.5 see installed CHANGELOG.md [#]# 5.0.5
* Independent of ActiveSupport methods, [#627](https://github.com/aasm/aasm/pull/627), thanks to [tristandruyen](https://github.com/tristandruyen). Fixes [#508](https://github.com/aasm/aasm/issues/508) [#]# 5.0.4
* Specify dynamoid version for Rails > 5, [#625](https://github.com/aasm/aasm/pull/625), thanks to [waghanza](https://github.com/waghanza)
* Add travis runner for Rails 5.2, [#624](https://github.com/aasm/aasm/pull/624), thanks to [waghanza](https://github.com/waghanza)
* Cleanup Abstract class issue, [#620](https://github.com/aasm/aasm/pull/620), thanks to [dennym](https://github.com/dennym)
* Sun May 05 2019 Stephan Kulow - updated to version 5.0.3 see installed CHANGELOG.md [#]# 5.0.3
* Fix Abstract class issue, [#619](https://github.com/aasm/aasm/pull/619)
* Thu Mar 14 2019 Stephan Kulow - updated to version 5.0.2 see installed CHANGELOG.md [#]# 5.0.2
* Clear failed callbacks, [#600](https://github.com/aasm/aasm/pull/600), thanks to [nedgar](https://github.com/nedgar)
* README improvements, [#594](https://github.com/aasm/aasm/pull/594), [#589](https://github.com/aasm/aasm/pull/589), [#587](https://github.com/aasm/aasm/pull/587), [#597](https://github.com/aasm/aasm/pull/597), thanks to [jackscotti](https://github.com/jackscotti), [krmbzds](https://github.com/krmbzds), [zegomesjf](https://github.com/zegomesjf), [BKSpurgeon](https://github.com/BKSpurgeon)
* Update InvalidTransition to include state_machine_name [#592](https://github.com/aasm/aasm/pull/592), thanks to [a14m](https://github.com/a14m)
* Do not add migration if model and column already exists [#586](https://github.com/aasm/aasm/pull/586), thanks to [KiranJosh](https://github.com/KiranJosh)
 
ICM