Sha256: 1d8a957aab818dab7a8a6385b04a3a2803441ef04f1832fc9e174f4d8bb3d569

Contents?: true

Size: 1.23 KB

Versions: 1

Compression:

Stored size: 1.23 KB

Contents

# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- TODO

## [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] - 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

## [v3.0.0] - 2020-09-29 [YANKED]
- Yanked due to wrong dependencies in gemspec.

[Unreleased]: https://github.com/glooko/mongoid-embedded-errors/compare/v4.0.0...HEAD
[v4.0.0]: https://github.com/glooko/mongoid-embedded-errors/compare/v3.0.1...v4.0.0
[v3.0.1]: https://github.com/glooko/mongoid-embedded-errors/compare/v3.0.0...v3.0.1
[v3.0.0]: https://github.com/glooko/mongoid-embedded-errors/compare/f1ce0d8ed140de86c894b2fad7ad197504fefd5a...v3.0.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mongoid-embedded-errors-4.0.0 CHANGELOG.md