Skip to content

v1.0.0

Compare
Choose a tag to compare
@mnyrop mnyrop released this 04 Jun 23:47

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.