Skip to content

Releases: glooko/mongoid-embedded-errors

v4.0.0

30 Aug 23:00
7a2ae64
Compare
Choose a tag to compare

[v4.0.0] - 2022-08-31

  • Fix rails 6 active model error deprecations (#22)
  • Added Mongoid 8 support
  • Dropped support for Mongoid 4, 5 and 6

v3.0.1

29 Sep 18:15
Compare
Choose a tag to compare

[v3.0.1] - 2020-09-29

Added

  • Started 🔎 tracking changes in a changelog!
  • Mongoid 7 support
  • Ruby 2.4 support by using send instead of public_send [#18]

Removed

  • Mongoid 3 support

Fixed

  • Updated style to fix Rubocop issues (as per included .rubocop.yml configuration file)
  • Removed .lock files as these are not supposed to be included with gem source code