Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

42 lines (31 loc) · 2.22 KB

Changelog

Welcome to the Changelog! Below is the first attempt at a log for this project.

Please note that we define breaking changes as those changes which force users to change how they interact with wax_tasks via their site's _config.yml file or how they invoke the tasks on the command line.

v1.0.3

Date: ???

Non-breaking Changes:

  • ✅ Allows use of wax_iiif < 0.3 (was <0.2)
  • ✅ Fix bug where command options (e.g., --trace) were being parsed as task ARGV args.

v1.0.2

Date: 06/12/2019

Non-breaking Changes:

  • ✅ Fixes 32; accepts narrow images (< 1140px)
  • ✅ Fixes 33; better image extension handling
  • ✅ Fixes 34; ^
  • ✅ Fixes 36; fixes bug if an image item doesn't have a record

v1.0.1

Date: 06/05/2019

Non-breaking Changes:

  • ✅ Uses wax_iiif v0.1.2 with better progress bar handling on IIIF derivative generation
  • ✅ Has better progress bar handling on simple derivative generation

v1.0.0

Date: 06/04/2019

Breaking Changes:

  • ‼️ Search index generation is now handled under the variable search in _config.yml instead of lunr_index and accepts a hash instead of an array.
  • ‼️ Search index generation is now run with bundle exec rake wax:search NAME instead of bundle exec rake wax:lunr
  • Search UI is now handled dynamically by wax_theme; as such the UI=true option on the rake task has been depricated.
  • ❌: The site testing task bundle exec rake wax:test was deprecated and moved to wax_theme, since it deals with site presentation and not the handling of collection data.
  • ❌ The wax:jspackage task was depricated, since it was arbitrary and unused.

Non-breaking Changes:

  • ✅ The page generation task bundle exec rake wax:pagemaster NAME has become bundle exec rake wax:pages NAME. However, this is currently aliased for backwards compatibility.