Sha256: 68637c5abebcfecbb18d0e7d475dd234c5ce0c22b14e671ad24d8103f6a14b70

Contents?: true

Size: 1.68 KB

Versions: 1

Compression:

Stored size: 1.68 KB

Contents

# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## [Unreleased]

### Added

- Nothing

### Changed

- Nothing

### Fixed

- Nothing


## [0.2.5] - 2022-04-12

### Changed

- Add support for AR 7.x
- Drop support for Ruby < 2.7


## [0.2.4] - 2019-08-26

### Changed

- Add support for AR 6.x
- Drop support for Ruby < 2.4


## [0.2.3] - 2017-05-11

### Changed

- Add support for AR 5.1.x
- Drop support for AR 4.0.x
- Drop support for Ruby < 2.2


## [0.2.2] - 2016-12-23

### Changed

- Add support for AR 5.0.x
- Drop support for AR 3.x
- Drop support for Ruby < 2.1


## [0.2.1] - 2016-10-17

### Changed

- Remove activesupport dependency (was using "concern")
- Deprecate inclusion of `ActiveRecordTweaks` and `ActiveRecordTweaks::Integration`
- Change: Deprecate `ActiveRecordTweaks::Integration::ClassMethods` without replacement


## [0.2.0] - 2014-03-14

### Added

- Add `#cache_key_from_attributes` & `#cache_key_from_attribute`
- Add `.cache_key_without_timestamp`


## 0.1 - 2013-11-06

### Added

- Initial Release


[Unreleased]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.5...HEAD
[0.2.5]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/PikachuEXE/active_record_tweaks/compare/v0.1...v0.2.0

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_record_tweaks-0.2.5 CHANGELOG.md