Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.3 KB

File metadata and controls

53 lines (43 loc) · 1.3 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.5.0] - 2020-02-17

Added

  • Params argument for validations

Changed

  • Bumped version.
  • Validation templates are now '.erb' instead of '.rb'.
  • Updated validation USAGE.

[0.4.0] - 2020-02-16

Added

  • Generator for dry-monad.
  • MONADS_PATH constant to Dry namespace.
  • dry-monads development dependency.

Changed

  • Version bumped.
  • Updated README.

[0.3.0] - 2020-02-16

Added

  • A generator for dry-struct.
  • test/dummy/test/.gitkeep

Changed

  • Bumped version.
  • Moved path variables to module constants.
  • Changed namespace for generators.
  • Changed 'validators' to 'validations' to more align with dry-rb.

Removed

  • test/dummy/lib/generators directory.
  • test/dummy/test/lib directory.

[0.2.0] - 2020-02-16

Added

  • This very nice changelog you are reading.
  • A spec directory for the dummy application.
  • Files for RSpec and MiniTest for a given validation.
  • Tests for test generation.
  • Bumped the version.
  • Updated the README.

[0.1.0] - 2020-02-15

Added

  • The project itself. Very meta...
  • A generator for dry-validation.