Skip to content

Releases: slune-org/confinode

Dynamic configuration

04 Mar 11:08
v2.1.0
9b33a05
Compare
Choose a tag to compare

It is now possible to give a function as configuration description.

The asynchronous release

01 Mar 17:49
v2.0.0
ba539a5
Compare
Choose a tag to compare

This release is mainly based in asynchronous load and search. Some of the changes:

  • re-organise loaders, configuration description, and result main classes
  • if a file can be loaded by multiple loaders, they may be all tried until one works
  • loaders can be synchronous and must always be asynchronous
  • add a dynamic import loader, loading ECMAScript modules if conditions are met.

Look at the migration part of the developer manual for migration instructions.

Dictionary description

26 Feb 10:40
v1.3.0
69e0d75
Compare
Choose a tag to compare
v1.3.0

1.3.0

Cache and absolute

24 Feb 17:14
v1.2.0
5e8d13a
Compare
Choose a tag to compare

Improve cache management
Manage absolute file path definition

Custom loaders

23 Feb 16:33
v1.1.0
6089c01
Compare
Choose a tag to compare

This version mostly focuses on the ability to create custom loaders.

Ready, at last!

22 Feb 13:36
v1.0.0
0dd3529
Compare
Choose a tag to compare

The confinode project is now ready to be used for production.