Skip to content

Releases: VirtuOz/node-dynamic-module-loader

Node.js 14 compatibility

02 Oct 22:10
Compare
Choose a tag to compare
v2.0.0

Changed some logging levels

Improved logging levels

20 Aug 16:56
Compare
Choose a tag to compare
v1.4.1

Changed some logging levels

Maintenance and cleanup

30 Jan 10:20
6edb031
Compare
Choose a tag to compare
  • Updated all dependencies
  • Removed the "shared node_modules" and the "zip installed module" features

Windows compatibility

08 Dec 17:58
Compare
Choose a tag to compare
v1.3.3

Make DML working on Windows (issue #16)

v1.3.2

21 Jul 15:38
Compare
Choose a tag to compare

Added -o option in unzip command.

1.3.1

29 Jan 17:54
Compare
Choose a tag to compare
v1.3.1

Temporary patch to not override dependencies of packages if they are …

Pre-installed node_modules

30 Dec 16:23
Compare
Choose a tag to compare

Option to copy node_modules from local disk instead of running npm install

1.2.2

07 Nov 13:57
Compare
Choose a tag to compare
v1.2.2

Fixed evict() function when module has been loaded in a shared direct…

1.2.1

05 Nov 10:07
Compare
Choose a tag to compare
v1.2.1

Updated zipInstalledModule to produce the same zip structure than the…

Possibility to zip an installed module and return its path.

10 Oct 08:56
Compare
Choose a tag to compare
Merge pull request #13 from VirtuOz/zipInstalledModules

New method to zip an installed module and return its path