Skip to content

Releases: toptal/granite

v0.12.1

07 Mar 10:13
Compare
Choose a tag to compare
  • Fix parameterized precondition error messages not working in Ruby 3.

v0.12.0

23 Dec 15:38
Compare
Choose a tag to compare

v0.11.1

27 Aug 11:45
Compare
Choose a tag to compare
  • Make assign_data protected so that it can be called from other actions.

v0.11.0

27 Aug 08:03
Compare
Choose a tag to compare
  • [Breaking] Implemented assign_data, which replaces before_validation as a way to set data for models before validations.
  • Converted represents to use assign_data
  • Fix dispatcher not working correctly with blank routes (e.g. post :perform, as: '')

v0.10.0

07 Jul 16:32
Compare
Choose a tag to compare
  • Fix ruby 2.7 and 3.0 compatibility issues

v0.9.9

21 Jun 17:17
Compare
Choose a tag to compare
  • Simplify translations code when expanding relative keys (.key)
  • Fix one ruby 3 incompatibility

v0.9.8

21 Jun 17:15
Compare
Choose a tag to compare
  • Extract Granite::Util which allows evaluating conditions

v0.9.7

21 Jun 17:14
Compare
Choose a tag to compare
  • Implement precondition as object
  • Use respond_to? to synchronize represented attributes

v0.9.6

21 Jun 17:12
5a71dbe
Compare
Choose a tag to compare
  • Fix gemspec to include config directory

v0.9.5

21 Jun 17:11
5b8db4b
Compare
Choose a tag to compare
  • Add rubocop cop for to use in your projects