Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

24 lines (19 loc) · 1.17 KB

Markdown Change Log for combos_permutedirs rubygem

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. See also Keep a CHANGELOG.

[0.8.0] - 2015-07-02

  • First working pre-release of code to GitHub in RubyGem directory structure

[0.8.5] - 2015-07-12

Changed

  • Created choose_path mixin method to supplement permute_path mixin method
  • Appended mixin method aliases for old identifiers, similar method naming, etc.
  • New script in the "bin" directory "profile_one_liner" shows Ruby method profiling
  • Added more specifications for testing with "rake spec"
  • Moved unrelated helpers, i.e. String#blank in "lib" outside of "lib/combos_permutedirs" folder
  • Made skeleton for "httpdirscan" script in the "bin" folder which will check HTTP status codes

Fixed

  • Moved enum_for return statements to end of mixin methods via ternary operator and block_given?
  • Removed whitespace from require statements
  • Renamed mixin methods to a better naming scheme, but retained old one (see next)
  • Appended mixin method aliases for old identifiers, similar method naming, etc.