|
|
|
|
Changelog for ruby2.1-rubygem-aasm-5.0.1-1.1.x86_64.rpm :
* Thu Nov 22 2018 Stephan Kulow - updated to version 5.0.1 see installed CHANGELOG.md [#]# unreleased [#]# 5.0.1 * Fix failures array in transition not being reset [#383](https://github.com/aasm/aasm/issues/383) * Enable AASM scopes to be defined on abstract classes. * Wed Sep 05 2018 cooloAATTsuse.com- updated to version 5.0.0 see installed CHANGELOG.md * Thu Oct 26 2017 cooloAATTsuse.com- updated to version 4.12.3 see installed CHANGELOG.md [#]# 4.12.3 * Add to AASM fire(event) and fire!(event) methods [#494](https://github.com/aasm/aasm/pull/494), thanks to [slayer](https://github.com/slayer) * Add `use_transactions` flag to persist changes to the database even when some error occurs. [#493](https://github.com/aasm/aasm/pull/493), thanks to Peter Lampesberger. * Mon Aug 28 2017 cooloAATTsuse.com- updated to version 4.12.2 see installed CHANGELOG.md [#]# 4.12.2 * Thu Aug 03 2017 cooloAATTsuse.com- updated to version 4.12.1 see installed CHANGELOG.md [#]# 4.12.1 * DRY-up Mongoid and ActiveRecord Persistence, Add Sequel transactions and locking #475, thanks to [AATTAryk] (https://github.com/Aryk) * Add aliases for event methods #476, thanks to [AATTAryk] (https://github.com/Aryk) * Support Minitest spec expectations (#387), thanks to [AATTfaragorn] (https://github.com/faragorn) * Wed Mar 22 2017 cooloAATTsuse.com- updated to version 4.12.0 see installed CHANGELOG.md [#]# unreleased [#]# 4.12.0 * Fix thread safe issue with concurrent-ruby gem [see [pull-request #422](https://github.com/aasm/aasm/pull/442), thanks to [AATTreidmorrison](https://github.com/reidmorrison) * Drop Support for Mongo Mapper [see [pull-request #439](https://github.com/aasm/aasm/pull/439)], thanks to [AATTreidmorrison](https://github.com/reidmorrison) * add :binding_event option to event [see [pull-request #438](https://github.com/aasm/aasm/pull/438)], thanks to [AATTleanhdaovn](https://github.com/leanhdaovn) * fix: `skip_validation_on_save: true` for default_scope records, [see [pull-request #433](https://github.com/aasm/aasm/pull/433)], thanks to [AATTlarissa](https://github.com/larissa) * Deep clone state machine during inheritance so that state machines in child classes can be modified (see [pull-request #429](https://github.com/aasm/aasm/pull/429)), thanks to [AATTreidmorrison](https://github.com/reidmorrison) and [AATTTybot204](https://github.com/Tybot204) * add before_success callback for event (see [pull-request #422](https://github.com/aasm/aasm/pull/422)), thanks to [AATTtimsly ](https://github.com/timsly) * fix: multiple transitions in a single event with the same to and from states (see [issue #372](https://github.com/aasm/aasm/issues/372) and [issue #362](https://github.com/aasm/aasm/issues/362) for details, fixed with [pull-request #408](https://github.com/aasm/aasm/pull/408), thanks to [AATTdathanb](https://github.com/dathanb)) * fix: passing nil as a argument to callbacks (see [issue #404](https://github.com/aasm/aasm/issues/404) for details, fixed with [pull-request #406](https://github.com/aasm/aasm/pull/406), thanks to [AATTyogeshjain999](https://github.com/yogeshjain999)) * Thu Sep 22 2016 cooloAATTsuse.com- updated to version 4.11.1 see installed CHANGELOG.md [#]# 4.11.1 * fix: generator file name when using custom column name instead of aasm_state (see [issue #398](https://github.com/aasm/aasm/pull/398) for details, thanks to [AATTbastianwegge](https://github.com/bastianwegge)) * fix: Scopes when states are defined as a series of symbols (see [issue #397](https://github.com/aasm/aasm/pull/397) for details, thanks to [AATTevheny0](https://github.com/evheny0)) * fix: Multiple transition behavior when one of the transitions does not have a \"from\" parameter (see [issue #392](https://github.com/aasm/aasm/issues/392) for details) * fix: permissible states not respecting guard parameters (see [issue #388](https://github.com/aasm/aasm/issues/388)) with [pull-request #389](https://github.com/aasm/aasm/pull/389) * Mon Jun 20 2016 cooloAATTsuse.com- updated to version 4.11.0 see installed CHANGELOG.md [#]# 4.11.0 * support `logger` configuration (see [issue #370](https://github.com/aasm/aasm/pull/370) for details, thanks to [AATTHoyaBoya](https://github.com/HoyaBoya)) * support configuration to let bang transitions fail if object is invalid (see [issue #366](https://github.com/aasm/aasm/pull/366) and [issue #262](https://github.com/aasm/aasm/issues/262) for details, thanks to [AATTWildebeest](https://github.com/Wildebeest)) * Tue May 17 2016 cooloAATTsuse.com- updated to version 4.10.1 see installed CHANGELOG.md [#]# 4.10.1 * fix: suppress warnings when using ActiveRecord enums feature (see [issue #346](https://github.com/aasm/aasm/pull/346) for details, thanks to [AATT110y](https://github.com/110y), and [issue #353](https://github.com/aasm/aasm/pull/353) for details, thanks to [AATTnathanstitt](https://github.com/nathanstitt)) * fix: handle array of success callbacks for transitions properly (see [issue #363](https://github.com/aasm/aasm/pull/363) for details, thanks to [AATTshunichi](https://github.com/shunichi)) * support `permitted: false` for states and events query/inspection methods (see [issue #364](https://github.com/aasm/aasm/pull/364) for details, thanks to [AATThspazio](https://github.com/hspazio)) * Wed Apr 06 2016 cooloAATTsuse.com- updated to version 4.10.0 see installed CHANGELOG.md [#]# 4.10.0 * fix: some issues with RubyMotion (see [issue #320](https://github.com/aasm/aasm/pull/320) and [issue #343](https://github.com/aasm/aasm/pull/343) for details, thanks to [AATTInfotaku](https://github.com/Infotaku)) * fix: transitions now work in dup\'ed copies (see [issue #325](https://github.com/aasm/aasm/pull/325) which fixes [issue #273](https://github.com/aasm/aasm/pull/273) for details, thanks to [AATTlingceng](https://github.com/lingceng)) * fix: allow skipping the `aasm_ensure_initial_state` callback (see [issue #326](https://github.com/aasm/aasm/pull/326) for details, thanks to [AATTsineed](https://github.com/sineed)) * fix: has_many association helper works again for Mongoid (see [issue #333](https://github.com/aasm/aasm/pull/333) which fixes [issue #332](https://github.com/aasm/aasm/pull/332) for details, thanks to [AATTanilmaurya](https://github.com/anilmaurya)) * improve performance / refactor: load and run only code which is needed (see [issue #336](https://github.com/aasm/aasm/pull/336) for details, thanks to [AATTcsmuc](https://github.com/csmuc)) * improve: warn when overriding an existing method (see [issue #340](https://github.com/aasm/aasm/pull/340) which fixes [issue #335](https://github.com/aasm/aasm/pull/335) for details, thanks to [AATTpirj](https://github.com/pirj)) * fix: correct error message (by not evaluating the current state lazily) (see [issue #341](https://github.com/aasm/aasm/pull/341) which fixes [issue #312](https://github.com/aasm/aasm/pull/312) for details, thanks to [AATTpirj](https://github.com/pirj)) * addition: support for Redis as persistence layer (see [issue #190](https://github.com/aasm/aasm/pull/190) for details, thanks to [AATTjavajax](https://github.com/javajax)) * addition: support transition `:success` callbacks (see [issue #239](https://github.com/aasm/aasm/pull/239) which fixes [issue #236](https://github.com/aasm/aasm/pull/236) for details, thanks to [AATTbrega](https://github.com/brega)) * addition: support for namespacing methods and state names (see [issue #259](https://github.com/aasm/aasm/pull/259) for details, thanks to [AATTallspiritseve](https://github.com/allspiritseve)) * addition: support for defining multiple states in one line (see [issue #288](https://github.com/aasm/aasm/pull/288) which fixes [issue #146](https://github.com/aasm/aasm/pull/146) for details, thanks to [AATTHParker](https://github.com/HParker)) * fix: uninitialised constant when running Rails generator (see [issue #339](https://github.com/aasm/aasm/pull/339) for details, thanks to [AATTlong-long-float](https://github.com/long-long-float)) * Tue Feb 23 2016 cooloAATTsuse.com- updated to version 4.9.0 see installed CHANGELOG.md [#]# 4.9.0 * add support for callback classes (`after` only) (see [issue #316](https://github.com/aasm/aasm/pull/316) for details, thanks to [AATTmlr](https://github.com/mlr)) * allow easier extension of _AASM_ (utilising the idea of _ApplicationRecords_ from _Rails 5_) (see [issue #296](https://github.com/aasm/aasm/pull/296) for details, thanks to [AATTmlr](https://github.com/mlr)) * support pessimistic locking for _ActiveRecord_ (see [issue #283](https://github.com/aasm/aasm/pull/283) for details, thanks to [AATTHoyaBoya](https://github.com/HoyaBoya)) * fix: support database sharding for _ActiveRecord_ (see [issue #289](https://github.com/aasm/aasm/pull/289) for details, thanks to [AATTscambra](https://github.com/scambra)) * fix: some issues with RubyMotion (see [issue #318](https://github.com/aasm/aasm/pull/318) for details, thanks to [AATTInfotaku](https://github.com/Infotaku)) * fix: Rails generator now features the correct namespace (see [issue #328](https://github.com/aasm/aasm/pull/328) and [issue #329](https://github.com/aasm/aasm/pull/329) for details, thanks to [AATTanilmaurya](https://github.com/anilmaurya)) * Fri Feb 05 2016 cooloAATTsuse.com- updated to version 4.8.0 see installed CHANGELOG.md [#]# 4.8.0 * add support for [dynamoid](http://joshsymonds.com/Dynamoid/) (see [issue #300](https://github.com/aasm/aasm/pull/300) for details, thanks to [AATTLeeChSien](https://github.com/LeeChSien)) * make compatible with [RubyMotion](http://www.rubymotion.com) (see [issue #315](https://github.com/aasm/aasm/pull/315) for details, thanks to [AATTInfotaku](https://github.com/Infotaku)) * improve error handling in case of an exception during transitioning (see [issue #275](https://github.com/aasm/aasm/pull/275) for details, thanks to [AATTchriswoodrich](https://github.com/chriswoodrich)) * rspec matcher `on_event` now supports arguments (see [issue #309](https://github.com/aasm/aasm/pull/309) for details, thanks to [AATTzacviandier](https://github.com/zacviandier)) * fix: permitted states now respect guards (see [issue #308](https://github.com/aasm/aasm/pull/308) for details, thanks to [AATTeebs](https://github.com/eebs)) * fix: reloading the env now doesn\'t add callbacks twice anymore (see [issue #311](https://github.com/aasm/aasm/pull/311) for details, thanks to [AATTlingceng](https://github.com/lingceng)) * Thu Jan 21 2016 cooloAATTsuse.com- updated to version 4.7.0 see installed CHANGELOG.md [#]# 4.7.0 * fix: allow :send as event name (see [issue #257](https://github.com/aasm/aasm/issues/257) for details) * add new callbacks: transactions, all events, ensure (see [issue #282](https://github.com/aasm/aasm/issues/282) for details, thanks to [AATTHoyaBoya](https://github.com/HoyaBoya)) [#]# 4.6.0 * fix: make sure the column is actually present for _ActiveRecord_ enums (see [issue #265](https://github.com/aasm/aasm/issues/265) and [issue #152](https://github.com/aasm/aasm/issues/152) for details, thanks to [AATTanilmaurya](https://github.com/anilmaurya)) * add generators to configure active_record and mongoid after install (see [issue #261](https://github.com/aasm/aasm/issues/261) for details, thanks to [AATTanilmaurya](https://github.com/anilmaurya)) [#]# 4.5.2 * fix arity difference between Procs and lambdas (see [issue #293](https://github.com/aasm/aasm/issues/293) for details) * Wed Dec 09 2015 cooloAATTsuse.com- updated to version 4.5.1 see installed CHANGELOG.md [#]# 4.5.1 * make sure to use override configuration options if state machine is defined more than once (see [issue #287](https://github.com/aasm/aasm/issues/287) for details) * Tue Nov 17 2015 cooloAATTsuse.com- updated to version 4.5.0 see installed CHANGELOG.md [#]# 4.5.0 * add RSpec matchers `have_state`, `allow_event` and `allow_transition_to` (see [issue #147](https://github.com/aasm/aasm/issues/147) for details) * add RSpec matcher `transition_from` (see [issue #178](https://github.com/aasm/aasm/issues/178) for details, thanks to [AATTthomasstephane](https://github.com/thomasstephane)) * Sat Oct 31 2015 cooloAATTsuse.com- updated to version 4.4.1 see installed CHANGELOG.md [#]# 4.4.1 * add support for rejecting certain events on inspection (see [issue #272](https://github.com/aasm/aasm/issues/272) for details, thanks to [AATTdubroe](https://github.com/dubroe)) * Wed Oct 28 2015 cooloAATTsuse.com- updated to version 4.4.0 see installed CHANGELOG.md [#]# 4.4.0 * add support global transation callbacks (see [issue #221](https://github.com/aasm/aasm/issues/221) and [issue #253](https://github.com/aasm/aasm/issues/253) for details) * add support (bugfix) for Mongoid >= 5.0 (see [issue #277](https://github.com/aasm/aasm/issues/277) and [issue #278](https://github.com/aasm/aasm/issues/278) for details) * Fri Sep 11 2015 cooloAATTsuse.com- updated to version 4.3.0 see installed CHANGELOG.md * Wed Jun 24 2015 cooloAATTsuse.com- updated to version 4.2.0 see installed CHANGELOG.md * Thu May 14 2015 cooloAATTsuse.com- updated to version 4.1.1 see installed CHANGELOG.md [#]# 4.1.1 * support block notation for `:after_commit` event callbacks (see [issue #224](https://github.com/aasm/aasm/issues/224) for details) * event arguments are now passed to state callbacks as well (not only to event callbacks) (see [issue #219](https://github.com/aasm/aasm/issues/219), thanks to [AATTtobithiel](https://github.com/tobithiel)) * `AASM::InvalidTransition` now references the current object (with the state machine) and the _AASM_ event name (see [issue #217](https://github.com/aasm/aasm/issues/217), thanks to [AATTawsmsrc](https://github.com/awsmsrc)) * bugfix: do not update unloaded state for [Sequel](http://sequel.jeremyevans.net/) (see [issue #218](https://github.com/aasm/aasm/issues/218), thanks to [AATTgodfat](https://github.com/godfat)) * Wed Feb 25 2015 cooloAATTsuse.com- updated to version 4.1.0 * Tue Feb 10 2015 cooloAATTsuse.com- updated to version 4.0.8 * Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging * Sun Jul 13 2014 cooloAATTsuse.com- updated to version 3.3.1 * bugfix: permissible events will respect given `guards` (see [issue #150](https://github.com/aasm/aasm/issues/150)) [#]# 3.3.0 * support for Rails 4.1 enum fields (see [issue #124](https://github.com/aasm/aasm/issues/124), thanks to [AATTbkon](https://github.com/bkon)) * bugfix: allow lazy-evaluation for Rails 3 scopes (see [issue #144](https://github.com/aasm/aasm/issues/144), thanks to [AATTlaurens](https://github.com/laurens)) [#]# 3.2.1 * bugfix: permissible_events and events did not contain events with an empty \"from\" transition (see [issue #140](https://github.com/aasm/aasm/issues/140) and [issue #141](https://github.com/aasm/aasm/issues/141), thanks to [AATTdaniel-rikowski](https://github.com/daniel-rikowski)) * Sun May 18 2014 cooloAATTsuse.com- updated to version 3.2.0 * support [Sequel](http://sequel.jeremyevans.net/) (see [issue #119](https://github.com/aasm/aasm/issues/119), thanks to [AATTgodfat](https://github.com/godfat)) * may not fire an unknown event (see [issue #128](https://github.com/aasm/aasm/issues/128) * Sat Mar 15 2014 cooloAATTsuse.com- updated to version 3.1.1 * bugfix: don\'t require ActiveRecord for localizing AASM event and state name (see [issue #113] * Thu Feb 06 2014 cooloAATTsuse.com- updated to version 3.1.0 * validating the current state (see [issue #95](https://github.com/aasm/aasm/issues/95), thanks to [AATTivantsepp](https://github.com/ivantsepp)) * allow configuring behavior of nested transactions (see [issue #107](https://github.com/aasm/aasm/issues/107)) * support multiple guards per transition * support event guards (see [issue #85](https://github.com/aasm/aasm/issues/85)) * Mon Jan 20 2014 cooloAATTsuse.com- updated to version 3.0.26 * support state.human_name (aliased to state.localized_name) (see [issue #105](https://github.com/aasm/aasm/issues/105) * Fri Dec 20 2013 cooloAATTsuse.com- updated to version 3.0.25 * initialize the state even if validation is skipped (for ActiveRecord and Mongoid persistence) (see issue #103, thanks to [AATTvfonic](https://github.com/vfonic) and [AATTaaronklaassen](https://github.com/aaronklaassen)) * Fri Nov 22 2013 cooloAATTsuse.com- updated to version 3.0.24 * added support for event blocks (thanks to [AATTIntrepidd](https://github.com/Intrepidd)) * Thu Oct 31 2013 cooloAATTsuse.com- updated to version 3.0.23 * added support for `after_commit` callback (transaction support) (thanks to [AATTtisba](https://github.com/tisba)) * Tue Sep 03 2013 cooloAATTsuse.com- updated to version 3.0.22 * fixed [issue 88](https://github.com/aasm/aasm/issues/88): wrong number of arguments for transaction method * Fri Aug 30 2013 cooloAATTsuse.com- updated to version 3.0.21 * support nested ActiveRecord transactions ([AATTozeias](https://github.com/ozeias)) * allow overwriting of events, can be very useful with inheritance ([AATTIntrepidd](https://github.com/Intrepidd)) [#]# 3.0.20 * added configuration option to disable automatic scope creation * Sat Jun 08 2013 cooloAATTsuse.com- updated to version 3.0.19 * fixed deprecation warning with Rails 4 (Relation#update_all with conditions is deprecated) * fixing issue #69 (ActiveRecord scopes are not chainable) * fixing issue #66 (state methods not reflecting the current state) * Wed May 08 2013 cooloAATTsuse.com- updated to version 3.0.17 * supporting instance level inspection for states (including permissible state, see issue #54) * added autocreation of constants for each state ([AATTjherdman](https://github.com/jherdman)) * Fri Jan 25 2013 cooloAATTsuse.com- updated to version 3.0.16 * added autocreation of state scopes for Mongoid * Fri Dec 28 2012 cooloAATTsuse.com- updated to version 3.0.15 * added support for localized state names (on a class level, like Record.aasm.states.map(&:localized_name)) * Tue Nov 06 2012 cooloAATTsuse.com- updated to version 3.0.14 * supporting event inspection for to-states transitions (`Event#transitions_to_state?`) * Fri Oct 26 2012 cooloAATTsuse.com- updated to version 3.0.13 * supporting ActiveRecord transactions when firing an event * aasm_from_states_for_state now supports to filter for specific transition * added class method aasm_from_states_for_state to retrieve all from states (regarding transitions) for a given state * added support for transitions from all other states (thanks to Stefan \'swrobel\' Wrobel) * Wed Sep 26 2012 cooloAATTsuse.com- updated to version 3.0.9 * guard checks (e.g. may_edit?) now support guard parameters as well * Thu Jun 10 2010 mrueckertAATTsuse.de- use rubygems_requires * Wed Feb 24 2010 mrueckertAATTsuse.de- update to 2.1.5 * Mon Dec 21 2009 chrisAATTcomputersalat.de- some rpmlint stuff * Sun Dec 20 2009 prusnakAATTsuse.cz- created package
|
|
|