Skip to content

Releases: fruchtfolge/neos-js

Fix bug in browser version

10 Sep 10:52
Compare
Choose a tag to compare

This release fixes a bug introduced with the last release that prohibited running the module in browsers (due to an issue with the Node.js Fetch API polyfill also trying to polyfill browsers)

Fix unintended encoding of characters in CDATA

10 Sep 09:57
Compare
Choose a tag to compare

This hotfix release aims to patch two bugs:

  • using the xmlstring method, models containing special characters (e.g. ") are now correctly wrapped in a CDATA tag, and not URL encoded
  • Recently, the NEOS server started supporting to send values for gdx and restart when submitting a GAMS job. Using the prepareJob method on a GAMS input, these properties were unintentionally filled with ...Insert Values Here.... This bug is fixed in this release

Furthermore, all dependencies were updated. In browsers, this packages now uses the native fetch API (instead of a polyfill of the Node.js https module.

Fixes bug for GAMS jobs send to NEOS

29 Jun 21:11
e020dba
Compare
Choose a tag to compare

This release fixes a bug that led GAMS jobs to fail when send to NEOS using neos-js

v0.01

07 Oct 17:47
814b5e9
Compare
Choose a tag to compare

Neos.js files for use in the browser