Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

46 lines (35 loc) · 1.34 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.1.6 - 2018-05-18

Fixed

  • Support for MySQL by conditionally checking PostgreSQL-specific array?

0.1.5 - 2018-02-13

Fixed

  • Add checks for allow_blank and allow_nil (#3)

0.1.4 - 2018-01-26

Fixed

  • Fix has_many through relationships (#2)

0.1.3 - 2017-12-12

Fixed

  • Fix has_one relationship (#1)

0.1.2 - 2017-11-07

Added

  • This CHANGELOG file

Fixed

  • Allow resolver type to be overridden correctly

0.1.1 - 2017-10-25

Changed

  • Improve README

0.1.0 - 2017-10-25

Added

  • First release of this gem