Releases: fruchtfolge/neos-js
Releases · fruchtfolge/neos-js
Fix bug in browser version
Fix unintended encoding of characters in CDATA
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
andrestart
when submitting a GAMS job. Using theprepareJob
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
This release fixes a bug that led GAMS jobs to fail when send to NEOS using neos-js