Releases: ariatemplates/noder-js
Releases · ariatemplates/noder-js
v1.6.2
Here is the list of changes:
#28 Considers 2xx and 304 http status codes as a success
#30 Missing details in error messages on IE 7
#31 Exposing module information (preloading status and dependencies)
v1.6.1
Here is the list of changes:
#27 Removing useless asynchronism in packaged mode
v1.6.0
Here is the list of changes:
- #21 Possibility to update the packagesMap config
v1.5.0
Noder-js v1.5.0 is a non-backward compatible release.
Here is the list of changes:
- #18 Removing module.parent and module.children to avoid memory leaks
- #19 Using application/x-noder as the default script type to execute
v1.4.0
Noder-js v1.4.0 is a non-backward compatible release.
Here is the list of changes:
- #13 Making promises more compliant with standards
- #14 Accepting loader plugins with no argument
- #15 No longer reading the URL parameter if the config specifies a main module
v1.2.0-rc1
This new pre-release (v1.2.0-rc1) only fixes a regression introduced in the previous pre-release (v1.2.0-rc0), which prevented detailed error messages to be properly displayed. A test was added to prevent the regression from happening again.