Releases: minicomp/wax_tasks
Releases · minicomp/wax_tasks
v1.1.6
v1.1.5
v1.1.4
v1.1.3
v1.1.2
v.1.1.1
- ✅ creates custom IIIF derivative variants from config
- ✅ adds wax:clobber task
- ✅ fixes ordering bug in multi-image items
🐛 this version introduces a new bug that reorders records in the metadata file after writing image derivative info!! will be fixed asap in v1.1.2
v1.0.1
v1.0.0
v1.0.0
Date: 06/04/2019
Breaking Changes (compared to 1.0.0.pre.beta):
‼️ Search index generation is now handled under the variablesearch
in_config.yml
instead oflunr_index
and accepts a hash instead of an array.‼️ Search index generation is now run withbundle exec rake wax:search NAME
instead ofbundle exec rake wax:lunr
- ❌ Search UI is now handled dynamically by
wax_theme
; as such theUI=true
option on the rake task has been depricated. - ❌: The site testing task
bundle exec rake wax:test
was depricated and moved towax_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 becomebundle exec rake wax:pages NAME
. However, this is currently aliased for backwards compatibility.