Skip to content

Releases: AxonJsLabs/HotReloadPlugin

v1.1.3

07 May 05:30

Choose a tag to compare

Full Changelog: 1.1.2...1.1.3

v1.1.2

16 Feb 17:30

Choose a tag to compare

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

12 Feb 08:46

Choose a tag to compare

What's Changed

  • feat(core): normal export mode added.
  • fix(type-error): type-error on create new file fixed. by @MR-MKZ in #2

Full Changelog: 1.0.1...1.1.1

v1.0.1

11 Feb 13:12

Choose a tag to compare

Export problem fixed.

Full Changelog: 1.0.0-beta.4...1.0.1

v1.0.0-beta.4

11 Feb 12:50

Choose a tag to compare

v1.0.0-beta.3

11 Feb 12:33

Choose a tag to compare

v1.0.0-beta.2

11 Feb 11:45

Choose a tag to compare

HotReloadPlugin is an Axon plugin that enables dynamic hot‑reloading of route modules.

Install Axon Framework

npm install @axonlabs/core

Install plugin

npm install @axonlabs/hot-reload-plugin

Features

  • Auto detect file changes.
  • Auto reload core faster than nodemon.
  • Realtime changes.

Example Code