- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required Node.js version changed from
node: >=10
tonode: >=6
adapting to ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated license from
MIT
toArtistic-2.0
- Drop
semver
dependency for version-range which is a lightweight alternative, with better ecosystem support. This might change some version resolution behaviour, especially with0.x
and-prerelease
versions.
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8
tonode: >=10
to keep up with mandatory ecosystem changes
- If you are using CommonJS, you must now do
require('@bevry/pluginloader').default
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Converted to TypeScript
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.10
tonode: >=8
to keep up with mandatory ecosystem changes
- Fixed
PluginClass
as option not supporting plugin resolvers
- Added support for logging to help debug resolution errors
- Added a fallback in case type checker provided a false negative on class testing
- Updated
typechecker
dependency from v4.5.0 to v4.6.0
- Removed
isPluginClass
forrequire('typechecker').isClass
as strict checking on this resulted in too many false negatives due to different baseplugin versions or locations being used between plugins and apps
- Initial working release