Skip to content

Releases: fastify/avvio

v5.0.1

09 Jan 17:10

Choose a tag to compare

  • Removed .use(array) form #42 (breaking)

v5.0.0

09 Jan 08:56

Choose a tag to compare

  • Removed callback from .use() #41

v4.0.0

20 Dec 10:50
a1668fc

Choose a tag to compare

v3.2.0

13 Nov 11:40

Choose a tag to compare

v3.1.1

10 Nov 22:13
c2172a1

Choose a tag to compare

  • close must receive a function or a falsey value #33
  • use app in the README examples #34

v3.0.0

09 Oct 07:10

Choose a tag to compare

  • Support async/await #28
  • Error if start was already emitted #3
  • Start loading the plugins after the current one is done #29

v2.2.0

21 Sep 05:45

Choose a tag to compare

  • Defer nested use  calls to the nextTick #27

v2.1.1

18 Sep 20:59

Choose a tag to compare

  • Handle missing callback when calling close - #26

v2.1.0

18 Sep 20:06

Choose a tag to compare

  • Updated encapsulation handling for ready, after, onClose, close when a server is given to avvio - #23

v2.0.4

22 Aug 08:47

Choose a tag to compare

  • Fixed deferred ready #20 #21