Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 849 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 849 Bytes

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.3.6] - 2023-07-25

  • Update dependencies.
  • Fix test coverage.

[0.3.4] - 2020-08-29

  • Update development dependencies.

[0.3.2] - 2019-12-24

  • Simplify #call params propagation.

[0.2.2] - 2019-08-07

  • Fix nil param value handling.

[0.2.1] - 2019-08-07

  • #call method is now consistent with the way Dry::Initializer constructor accepts params and options.

[0.1.3] - 2019-07-29

  • Implement to_proc method to support Ruby ampersand shorthand.

[0.1.2] - 2019-07-28

  • Added a readme.
  • Relaxed dependencies.

[0.1.1] - 2019-07-27

  • First public release.