Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.1 KB

CHANGELOG.md

File metadata and controls

33 lines (28 loc) · 1.1 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.

[v0.3.0] - 2018-03-12

Added

  • meta_commit init command
  • meta_commit version command
  • Column where diff starts
  • whole_file_changed flag

Changed

  • Configuration file is required to run command
  • Diff now expects changes using ChangeContext DTO

Removed

  • Default config usage from MetaCommit::ConfigurationStore

[v0.2.0] - 2017-10-25

Added

  • Code documentation
  • Contribution guide
  • Configuration using .meta_commit.yml file
  • Handle MissingRepoError error

Changed

  • Dynamically include extensions
  • Directory parameter is not longer required for commands, cli receives directory via --directory option

Removed

  • Extract ruby specific diffs and parser to separate extension
  • Extract contracts to separate gem
  • Delete base diff class