Skip to content

Releases: AxonJsLabs/HotReloadPlugin

v1.1.3

Choose a tag to compare

@MR-MKZ MR-MKZ released this 07 May 05:30

Full Changelog: 1.1.2...1.1.3

v1.1.2

Choose a tag to compare

@MR-MKZ MR-MKZ released this 16 Feb 17:30

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

Choose a tag to compare

@MR-MKZ MR-MKZ released this 12 Feb 08:46

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

Choose a tag to compare

@MR-MKZ MR-MKZ released this 11 Feb 13:12

Export problem fixed.

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

v1.0.0-beta.4

Choose a tag to compare

@MR-MKZ MR-MKZ released this 11 Feb 12:50

v1.0.0-beta.3

Choose a tag to compare

@MR-MKZ MR-MKZ released this 11 Feb 12:33

v1.0.0-beta.2

Choose a tag to compare

@MR-MKZ MR-MKZ released this 11 Feb 11:45

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