Skip to content

Latest commit

 

History

History
134 lines (80 loc) · 6.27 KB

CHANGELOG.md

File metadata and controls

134 lines (80 loc) · 6.27 KB

Change Log

v0.9.0 (2017-05-09)

Full Changelog

Merged pull requests:

  • Switch .uniq to .distinct while dropping rails 3.2 Support #53 (rposborne)
  • Add timestamps to groups table in migration generator template #51 (juhazi)

v0.8.0 (2016-06-11)

Full Changelog

Fixed bugs:

  • Setting a group as a group member breaks has_members associations on that group #45
  • Error on add user a team on Rails 5 Beta #39
  • Split group memberships #46 (juhazi)

v0.7.2 (2016-05-21)

Full Changelog

Merged pull requests:

v0.7.1 (2015-11-19)

Full Changelog

Fixed bugs:

  • Save using member resource id #33

Merged pull requests:

  • Fixes the member\_ids= auto generated method on groups #34 (dwbutler)

v0.7.0 (2015-09-09)

Full Changelog

Implemented enhancements:

  • Options for acts_as_group like class name for group_membership #19
  • Migration Generator #1
  • Make group and group membership class names configurable #32 (dwbutler)

v0.6.3 (2015-08-24)

Full Changelog

Fixed bugs:

  • ActiveRecord Statement Invalid for Group queries #30

Merged pull requests:

v0.6.2 (2015-05-28)

Full Changelog

Closed issues:

  • can't complete migration #27
  • NameError: uninitialized constant User::GroupMembership #25

Merged pull requests:

v0.6.1 (2015-01-16)

Full Changelog

Closed issues:

  • Groupify support unique groups scoped to user? #18
  • Double Membership #14
  • Getting uninitialized constant Assignment #8

Merged pull requests:

  • Fixed bug that occurs when using namespaced Models #24 (byronduenas)

v0.6.0 (2014-08-27)

Full Changelog

v0.6.0.rc2 (2014-08-21)

Full Changelog

Closed issues:

  • NoMethodError: undefined method `groups' for {:as=>"manager"}:Hash #12
  • Count functions #10
  • Named Groups to be a Group #7

Merged pull requests:

v0.6.0.rc1 (2014-06-18)

Full Changelog

Closed issues:

  • Change the name of the group_membership #9
  • Extend to deal with group managers/leaders? #3

Merged pull requests:

v0.5.1 (2014-03-28)

Full Changelog

Merged pull requests:

  • Allow model instances to access other models with names matching Groupify modules #5 (reed)

v0.5.0 (2014-03-24)

Full Changelog

Closed issues:

  • New Group (Unsaved) has members somehow #2

v0.4.2 (2013-07-02)

Full Changelog

v0.4.1 (2013-07-02)

Full Changelog

v0.4.0 (2013-07-01)

* This Change Log was automatically generated by github_changelog_generator