Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

40 lines (32 loc) · 1.53 KB

Changelog

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

Fixed

  • 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 to false . Thanks @1v #19

Added

  • This changelog
  • README entry for with_ scope
  • Support for strings in setters (previously symbols only). Thanks @luctus

1.0.2 - 2022-02-14

Fixed

  • Case in which values could deserialize into '0', throwing an error (see #9)

Removed

  • Gemfile.lock

1.0.1 - 2022-02-04

Added

  • Official support for SQLite & MariaDB
  • CI testing strategies for SQLite & MariaDB

1.0.0 - 2022-02-04

Added

  • Basics