Skip to content

v2.0.0 - Rewritten, brand spaning new!

Compare
Choose a tag to compare
@mdeboer mdeboer released this 24 Jun 00:54
· 36 commits to master since this release

It's been a while since the last release but I'm glad to announce v2.0! 🌟 It has been completely rewritten using Typescript, all dependencies have been upgraded and things have been improved.

Check out the docs folder for examples and documentation on all components.

A lot of (small) things have been changed so forgive me if I forgot to mention something!

Changes

  • Actions can now be nested (creating sub-actions)
  • Actions are not run immediately, instead only when Hugo.run() is called
  • Cache and config implementations has been changed to @cloudstek/cache
  • Fetch now uses Axios
  • File cache no longer hashes files, instead uses the modification time.
  • File cache now uses @cloudstek/cache as cache storage.
  • Match now mimics Alfred's behavior using the match field when available. This is optional as you can still override the keys that Fuse searches.