Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 351 Bytes

CHANGELOG.md

File metadata and controls

14 lines (13 loc) · 351 Bytes

Version 0.1.1

  • DEPRECATED BREAKING CHANGE cassette_libarary_dir is now called cabinet_shelf.
  HI8.configure do |conf|
    conf.cabinet_shelf = "new/shelf"
  end
  • Added ability to create nested dirs with the cassette name
    • "named"
    • "path/named"
    • "/path/named"
    • "nested/path/named"
    • "/nested/path/named"