Skip to content

Releases: minicomp/wax_tasks

v1.1.6

19 Jul 21:13
a875796
Compare
Choose a tag to compare

✅ CHORE :: Updates gems & uses ruby 3.2
✅ ENHANCEMENT :: Drops keys in collection page front matter with empty (nil or "") values

v1.1.5

19 Jul 18:14
9d78000
Compare
Choose a tag to compare

Minor ordering fixes & CI/CD changes
(was released on ruby gems but not on github–this is a retroactive correction!)

v1.1.4

12 Jun 19:19
Compare
Choose a tag to compare

✅ PATCH :: sync 'order' setting faster in process, avoid ordering bugs

v1.1.3

12 Jun 02:15
5fab1ac
Compare
Choose a tag to compare

✅ PATCH :: fixes bug that creates divergent url patterns ("/" or no "/") in IIIF and simple derivatives #63

v1.1.2

15 Sep 19:27
ccedb70
Compare
Choose a tag to compare
  • ✅ PATCH :: fixes bug in v1.1.1 that reorders records in the metadata file after writing image derivative info
  • ✅ CHORE :: makes ruboc*p happy
  • ✅ CHORE :: simplifies yarddoc config

v.1.1.1

11 Sep 19:27
Compare
Choose a tag to compare
  • ✅ 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

05 Jun 13:47
e889b65
Compare
Choose a tag to compare

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

04 Jun 23:47
Compare
Choose a tag to compare

v1.0.0

Date: 06/04/2019

Breaking Changes (compared to 1.0.0.pre.beta):

  • ‼️ 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 depricated 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.

v0.3.0

01 Aug 21:44
0b0aaa6
Compare
Choose a tag to compare

documented, modularized, tested
waiting on a few features (e.g. paged iiif) and user feedback for beta (v0.5.0)