Skip to content

Releases: samvera/hydra-role-management

v1.1.0

27 Jan 22:28
7410e66
Compare
Choose a tag to compare

What's Changed

  • Upgrade to Bixby 3.0.0 to align with latest style guide by @bess in #60
  • Adding CONTRIBUTING.md

This was uploaded via automation. by @jeremyf in #61

New Contributors

Full Changelog: v1.0.3...v1.1.0

v1.0.2

24 Sep 14:18
b90747e
Compare
Choose a tag to compare

Changes

  • Created a CHANGELOG (which complies with the Keep a Changelog format) [@bess]
  • Loosened json version requirement to accommodate json 2.x, which will allow this gem to work on Bundler 2.x systems, which come pre-installed with json 2.x [@bess]

v1.0.1

13 Sep 21:36
3bb71b9
Compare
Choose a tag to compare

Changes

  • Use user.id instead of user in the path for the "Remove User" delete action [@coblej]
  • Ensured that more complex Devise routes are not broken by the insertion of mount Hydra::RoleManagement::Engine => '/' [@jrgriffiniii]
  • Updated docs according to Core Component Maintenance Working Group templates [@botimer]
  • Integrated Bixby and RuboCop; Removing support for Rails 3. [@jrgriffiniii]
  • Updated the dependencies to support bundler 2.0.x releases and to require engine_cart 2.1.x releases [@jrgriffiniii]
  • Initialized the CircleCI config. using samvera/circleci-orb as an Orb and deprecated Travis CI as a continuous integration service [@jrgriffiniii]
  • Updated the CircleCI configuration to test against Rails release 5.1.7 [@jrgriffiniii]
  • Updated the CircleCI Ruby versions 2.5.5 and 2.4.6 and Rails versions 5.2.3 and 5.1.7 [@botimer]

Hydra::RoleManagement 1.0

02 Nov 16:38
1c389c7
Compare
Choose a tag to compare
  • Rails 5 style database migrations
  • No more compatibility with Rails 3 or 4

Hydra::RoleManagement 0.2.2

14 Aug 17:13
Compare
Choose a tag to compare

The 0.2.2 version of Hydra::RoleManagement includes a fix that removes a generator step that is no longer necessary for, and sometimes causes hard to find breakages in, Rails 4 applications (#20).

See the Changes section below for an exhaustive list of the work that has gone into this release. Thanks to the contributors for this release: @rotated8, @jcoyne, and @mjgiarlo.

Upgrade notes

To upgrade to 0.2.2, point your Gemfile at hydra-role-management 0.2.2 and run bundle update hydra-role-management.

Changes

v0.2.1...v0.2.2

v0.2.1

18 Dec 21:15
Compare
Choose a tag to compare

This release:

  • updates all 'should' deprecations tp use 'expect' syntax in specs
  • fixes incompatibility with bootstrap_form gem, now works with bootstrap 3