All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.4 - 2024-04-08
- New values set via generated "=" setters now properly persist on save. Thanks @1v #16
- New values set via a model's
update
methods now properly persist. Thanks @1v #18 - Falsey values (e.g.
"false"
) now correctly set values tofalse
. Thanks @1v #19
- This changelog
- README entry for
with_
scope - Support for strings in setters (previously symbols only). Thanks @luctus
1.0.2 - 2022-02-14
- Case in which values could deserialize into '0', throwing an error (see #9)
- Gemfile.lock
1.0.1 - 2022-02-04
- Official support for SQLite & MariaDB
- CI testing strategies for SQLite & MariaDB
1.0.0 - 2022-02-04
- Basics