Skip to content

Latest commit

Β 

History

History
33 lines (24 loc) Β· 806 Bytes

CHANGELOG.md

File metadata and controls

33 lines (24 loc) Β· 806 Bytes

Changelog | InitCopy

All notable changes to this project will be documented in this file.

Format is based on Keep a Changelog v1.0.0, and this project adheres to Semantic Versioning v2.0.0.

[v0.1.2] - 2021-06-18

Changed

  • Formatted code with RuboCop.

[v0.1.1] - 2020-03-07

Fixed

  • Added initialize to the mixin (Copyable) to define a default value to @init_copy_method_name so not nil.
    • This wasn't necessary, but adding Justin Case.

[v0.1.0] - 2020-03-06

Added

  • .gitignore
  • CHANGELOG.md
  • Gemfile
  • init_copy.gemspec
  • LICENSE.txt
  • Rakefile
  • README.md
  • lib/init_copy.rb
  • test/init_copy_test.rb