Skip to content

Releases: fastify/fastify-autoload

v0.7.1

16 Apr 13:38
Compare
Choose a tag to compare

📚 PR:

  • ignore missing dependency (#32)

v0.7.0

12 Apr 20:02
Compare
Choose a tag to compare

📚 PR:

  • Bumped deps
  • chore(package): update fastify to version 2.0.0 (#22)
  • Update travis badge (#24)
  • check for exports.default first (#23)
  • support types and add types case (#28)
  • support loading of plugins based on dependency (#30)

v0.6.0

19 Dec 23:32
Compare
Choose a tag to compare
  • Skip loading folders without js files inside
    #20

v0.5.1

25 Sep 08:56
Compare
Choose a tag to compare
  • Make SyntaxError include the line number in the message #15

v0.5.0

15 Aug 22:02
Compare
Choose a tag to compare
  • autoload ignore pattern #10

v0.4.0

21 May 11:47
Compare
Choose a tag to compare
  • append plugin autoPrefix to the prefix #7

v0.3.0

03 Apr 16:00
Compare
Choose a tag to compare
  • Added custom options support - #3