Skip to content
figular v0.0.15 - 2022-10-12

Added

* Internal
  * eslint added for linting the JavaScript. All linting problems squashed.
  * Asymptote 2.832 - some non-cosmetic changes to expected test results.

Fixed

* Our hugo module's declared dependency on Wowchemy was no longer correct, they have
  renamed their repo. On further thought we've removed the dependency altogether
  so downstream has complete flexibility over whether to use Wowchemy or a fork.
  This solves `hugo mod` issues downstream where the dep could not be found:

  ```text
  go: module github.com/wowchemy/wowchemy-hugo-modules@upgrade found
  (v4.8.0+incompatible), but does not contain package
  github.com/wowchemy/wowchemy-hugo-modules/wowchemy/v5
  ```