Version 0.16.1 is now available

hyperctl version 0.16.1 fixes a bug in ht-base processing order that was introduced in 0.16.0. ht-base attributes must be processed after ht-attrs , ht-content , and ht-block elements.

Version 0.16.1 is available to download now:

Changelog

Fixed a bug in ht-base processing that was introduced during the 0.16.0 refactor of template.go.

  • Fixed: ht-base processing must come after ht-param, ht-content, and ht-block
  • Updated the order of operations documentation to reflect the addition of ht-query and ht-base attributes