Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1.05 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.

0.0.4 - 2021-06-21

Fixed

  • Infinite loop when traversing persisted row model, #8.

0.0.3 - 2021-06-15

Fixed

  • Typo in YARD tag, #3.
  • Method not found, #4.
  • Associate record errors with record and value, #5.
  • Move foreign key declarations in migration, #6.

Enhancement

  • Added ActsAsTable::HeadersNotFound and ActsAsTable::InvalidHeaders (subclasses of ArgumentError).

0.0.2 - 2021-06-10

Fixed

  • Inverse of association not found, #1.

0.0.1 - 2021-01-06

  • Initial commit.