Skip to content

Releases: tomichj/invitation

0.5.0

14 Mar 00:30
Compare
Choose a tag to compare

0.5.0 - March 12, 2018

API change

  • InviteForm extracted from invites_controller.rb, added at app/forms/invitation/invite_form.rb
  • controllers_generator.rb now has three targets: create_controllers, create_mailers, and create_forms
  • deleted empty lib/tasks/invitation_tasks.rake

0.4.5

10 Mar 01:44
Compare
Choose a tag to compare

0.4.5 - March 9, 2018

Bugfix:

  • migration versioned for Rails >= 5

recipient association optional for Rails >= 5

30 Sep 21:42
Compare
Choose a tag to compare
incrementing version, updating changelog and readme for next point re…

…lease

0.4.3

21 Jul 17:50
Compare
Choose a tag to compare

0.4.3 - July 1, 2017

API change

  • configuration.user_model now accepts the user class (with a warning), or the user class name (a String)

0.4.2

02 Jul 02:08
Compare
Choose a tag to compare

0.4.2 - July 1, 2017

API change

  • accept a string for configuration.user_model and constantize it

added case_insensitive_email to install generator's config template

27 Apr 00:55
Compare
Choose a tag to compare
0.4.1

incremented version to 0.4.1

case_sensitive_email configuration option

27 Apr 00:34
Compare
Choose a tag to compare

This release adds case_sensitive_email configuration option.

support for rails 5.1

27 Mar 00:04
Compare
Choose a tag to compare
support for rails 5.1 Pre-release
Pre-release

This release adds supports rails 5.1.

Added pt-BR locale file, fixed init bug

18 Oct 00:56
Compare
Choose a tag to compare
Pre-release
0.2

increment version, updated readme and changelog

Internal implementation changes only (using form object)

22 Apr 04:08
Compare
Choose a tag to compare
0.1.1

updated documentation