Releases: davideicardi/live-plugin-manager
Releases · davideicardi/live-plugin-manager
v1.0.0
What's Changed
- FIX: Changed directory structure to handle multiple different versions of a package by @yacchin1205 in #90
⚠️ This is a major change
- refactor: switch to commonjs-fork of node-fetch by @fgreinacher in #91
New Contributors
- @yacchin1205 made their first contribution in #90
Full Changelog: v0.20.0...v1.0.0
v0.20.0
v0.19.0
What's Changed
- fix: CJS file resolution by @danieldelcore in #79
- Adds stub method for process.on by @danieldelcore in #81
- feat: added support for pnpm by copy also symlinks by @SamTV12345 in #84
- fix: update github actions and deps by @davideicardi in #87
- feat: add support for HTTP proxies by @fgreinacher in #85
New Contributors
- @SamTV12345 made their first contribution in #84
- @fgreinacher made their first contribution in #85
Full Changelog: v0.18.1...v0.19.0
v0.18.1
What's Changed
- update dependencies by @davideicardi in #65
- feat: github ci + fix node.js 16 compilation by @davideicardi in #67
- Add Bitbucket support by @quarenw in #71
- Add support for files with the .cjs file extension by @danieldelcore in #77
New Contributors
- @quarenw made their first contribution in #71
- @danieldelcore made their first contribution in #77
Full Changelog: v0.17.1...v0.18.1
v0.17.1
v0.17.0
What's Changed
- simplify and fix how global are defined inside the sandbox by @davideicardi in #63
Full Changelog: v0.16.0...v0.17.0
v0.16.0
- update dependencies
v0.15.1
- fix
console
object not correctly copied inside plugin'sglobal
object
v0.15.0
- Moved typescript output to
dist
to avoid compilation issue. #30 (Thanks @fketchakeu)
v0.14.1
- update dependencies