Releases: AxonJsLabs/HotReloadPlugin
Releases · AxonJsLabs/HotReloadPlugin
v1.1.3
v1.1.2
New Changes
chore(core): core updated with new changes and bug fixed of AxonCore.
This plugin uses unloadRoutes method to unload all registered routes in AxonCore
and reload them but unloadRoutes method had some bugs after first feature release and
we had to use another method that was not very pleasant, but now, due to the new update
and the problem with that feature being fixed, the code was edited and an optimized and better method was used.
Full Changelog: 1.1.1...1.1.2
v1.1.1
v1.0.1
Export problem fixed.
Full Changelog: 1.0.0-beta.4...1.0.1
v1.0.0-beta.4
Full Changelog: 1.0.0-beta.3...1.0.0-beta.4
v1.0.0-beta.3
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3
v1.0.0-beta.2
HotReloadPlugin is an Axon plugin that enables dynamic hot‑reloading of route modules.
Install Axon Framework
npm install @axonlabs/coreInstall plugin
npm install @axonlabs/hot-reload-pluginFeatures
- Auto detect file changes.
- Auto reload core faster than nodemon.
- Realtime changes.