changelog: 3.2.0

This commit is contained in:
Yoshua Wuyts
2016-07-24 22:36:38 +01:00
parent b65002178a
commit 4cdba52274
+11
View File
@@ -1,3 +1,14 @@
## `3.2.0`
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()`
## `3.1.0` ## `3.1.0`
And another patch down. This time around it's mostly maintenance and a bit of And another patch down. This time around it's mostly maintenance and a bit of
perf: perf: