Choo v3.2.0 Release Notes

  • ๐Ÿ”Œ Wooh, plugins are a first class citizen now thanks to the .use() API. It's a multiplexed version of the old app = choo(hooks). It should enable attaching multiple hooks onto the same API, which is useful to create re-usable extensions to choo. They should be used with care though, and be as generic ๐Ÿ“„ as possible, but the docs should provide enough backdrop for that. Anyway, ๐Ÿ”Œ have fun with plugins! :tada:

    ๐Ÿ”„ changes

    • โž• added app.use()