fastify-autoload

Require all plugins in a directory

MIT License

Downloads
773.2K
Stars
324
Committers
61

Bot releases are hidden (Show)

fastify-autoload - v3.2.0

Published by mcollina about 4 years ago

📚 PR:

  • Add maxDepth option. (#108)
fastify-autoload - v3.1.0

Published by mcollina about 4 years ago

  • feat: document indexPattern API option (#103)
  • add dirNameRoutePrefix option (#104)
fastify-autoload - v3.0.9

Published by mcollina about 4 years ago

📚 PR:

  • Added support for ts-node-dev (#100)
fastify-autoload - v3.0.8

Published by mcollina about 4 years ago

📚 PR:

  • Fixed "error with esm on windows #98" issue (#99)
fastify-autoload - v3.0.7

Published by mcollina about 4 years ago

📚 PR:

  • Fix cyclic detection logic in case a multi-head graph (#97)
fastify-autoload - v3.0.6

Published by mcollina about 4 years ago

📚 PR:

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

Published by mcollina over 4 years ago

  • Doesn't load the modules next to an index.js file (fix #90) (#92)
fastify-autoload - v3.0.4

Published by mcollina over 4 years ago

📚 PR:

  • Bugfix: prefix aggregation issues (#94)
fastify-autoload - v3.0.3

Published by mcollina over 4 years ago

📚 PR:

  • Bumped [email protected]
  • 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)
fastify-autoload - v3.0.2

Published by mcollina over 4 years ago

📚 PR:

  • Fixed support for prefix and index.js loading
fastify-autoload - v3.0.1

Published by mcollina over 4 years ago

  • Fixed support for nested folders
fastify-autoload - v3.0.0

Published by mcollina over 4 years ago

  • ESM support and async/await refactor (#76)
fastify-autoload - v2.0.0

Published by mcollina over 4 years ago

📚 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)
fastify-autoload - v1.2.2

Published by Eomm over 4 years ago

📚 PR:

  • Ignore TypeScript definition files (#66)
  • github actions (#64)
fastify-autoload - v1.2.1

Published by Eomm over 4 years ago

📚 PR:

  • Fixes plugin.autoConfig on export default (#62)
fastify-autoload - v1.2.0

Published by mcollina almost 5 years ago

📚 PR:

  • support plugin.autoConfig (#60)
fastify-autoload - v1.1.0

Published by mcollina almost 5 years ago

📚 PR:

  • Update standard to the latest version 🚀 (#43)
  • Update standard (#50)
  • chore(package): update @typescript-eslint/eslint-plugin to version 2.0.0 (#47)
  • update package (#53)
  • Node 12 test fix (#56)
  • Automatically wrap full routes into fastify plugins (#57)
fastify-autoload - v1.0.0

Published by mcollina over 5 years ago

  • ts-node support #41
fastify-autoload - v0.8.0

Published by mcollina over 5 years ago

  • Load multiple modules from a directory #33
fastify-autoload - v0.7.1

Published by mcollina over 5 years ago

📚 PR:

  • ignore missing dependency (#32)