Skip to content

Releases: ariatemplates/noder-js

v1.6.2

20 Apr 16:01
Compare
Choose a tag to compare

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

06 Nov 16:32
Compare
Choose a tag to compare

Here is the list of changes:

#27 Removing useless asynchronism in packaged mode

v1.6.0

11 Aug 08:57
Compare
Choose a tag to compare

Here is the list of changes:

  • #21 Possibility to update the packagesMap config

v1.5.0

26 Jun 16:56
Compare
Choose a tag to compare

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

12 Jun 12:50
Compare
Choose a tag to compare

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.3.1

22 May 14:35
Compare
Choose a tag to compare
1.3.1

v1.2.0-rc1

30 Jan 13:09
Compare
Choose a tag to compare
v1.2.0-rc1 Pre-release
Pre-release

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.