Skip to content

Releases: fastify/fastify-autoload

v3.0.7

07 Aug 16:04
Compare
Choose a tag to compare

📚 PR:

  • Fix cyclic detection logic in case a multi-head graph (#97)

v3.0.6

28 Jul 16:26
Compare
Choose a tag to compare

📚 PR:

  • test: add cyclic-dependency and module-error tests (#96)
  • add support to detect ts-jest environment (#95)

v3.0.5

19 Jul 08:21
ed2cd9b
Compare
Choose a tag to compare
  • Doesn't load the modules next to an index.js file (fix #90) (#92)

v3.0.4

17 Jul 10:18
b8266ec
Compare
Choose a tag to compare

📚 PR:

  • Bugfix: prefix aggregation issues (#94)

v3.0.3

14 Jul 07:53
Compare
Choose a tag to compare

📚 PR:

  • Bumped fastify@3.0.0
  • Import plugins in parallel to reduce load times (#80)
  • Bump tsd from 0.11.0 to 0.12.0 (#83)
  • Bump tsd from 0.12.1 to 0.13.1 (#85)
  • fixed another directory with index file (#87)

v3.0.2

14 Jul 07:49
Compare
Choose a tag to compare

📚 PR:

  • Fixed support for prefix and index.js loading

v3.0.1

03 Jun 22:19
Compare
Choose a tag to compare
  • Fixed support for nested folders

v3.0.0

03 Jun 20:22
Compare
Choose a tag to compare
  • ESM support and async/await refactor (#76)

v2.0.0

28 Apr 15:36
Compare
Choose a tag to compare

📚 PR:

  • Updated dependencies
  • Use dependabot instead of greenkeeper (#70)
  • Bump @types/node from 12.12.32 to 13.9.5 (#68)
  • Bump @typescript-eslint/parser from 1.13.0 to 2.25.0 (#67)
  • Upgrade fastify to v3 (#71)

v1.2.2

20 Feb 20:00
Compare
Choose a tag to compare

📚 PR:

  • Ignore TypeScript definition files (#66)
  • github actions (#64)