Skip to content

3.0.0

Compare
Choose a tag to compare
@antonkomarev antonkomarev released this 07 Jan 00:19
· 100 commits to master since this release

Release description

3.0.0 - 2017-01-07

Added

  • Has{Name}FlagScope traits which include global scopes.
  • Has{Name}FlagHelpers traits which include flag related helper methods.
  • Has{Name}FlagBehavior traits which include flag specific behavior.

Changed

  • Each Flag trait was spliced on 2 additional traits: Has{Name}Flag = Has{Name}FlagScope + Has{Name}FlagHelpers.
  • Kept Flag trait was spliced on 3 additional traits, because events were pulled out to HasKeptFlagBehavior trait.
  • Flags Classic\Accepted, Classic\Active & Classic\Approved methods were changed. Details in the Upgrade Guide.

View the changes from 2.1.0 to 3.0.0