Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.18 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.

  • Switched to Zeitwerk for autoloading

Fixed

  • Fixed property expecting two arguments

Added

  • Implemented the ability to find records when coercing contracts

Fixed

  • Added forwards compatibility with Dry::Types 0.13
  • Locked Dry::Types to 0.12.x for compatibility with Dry::Validation
  • Locked Dry::Validation to 0.11.x to prevent error with Dry::Validation.Form not being available

Changed

  • Pragma::Contract::Coercion is now loaded with feature

First Pragma 2 release.