Skip to content

JsonTree.js v0.8.0 - Use Strict support! New configuration options!

Latest
Compare
Choose a tag to compare
@williamtroup williamtroup released this 20 Mar 12:40
96c2afe

Configuration Options:

  • Added new configuration option "objectErrorText", which states the error text that should be shown when an object error is detected (defaults to "Errors in object: {{error_1}}, {{error_2}}").
  • Added a new configuration option called "attributeNotValidErrorText", which states the error text that should be shown when a binding object isn't valid (defaults to "The attribute '{{attribute_name}}' is not a valid object.").
  • Added a new configuration option called "attributeNotSetErrorText", which states the error text that should be shown when a binding attribute isn't set (defaults to "The attribute '{{attribute_name}}' has not been set correctly.").

Fixes & Improvements:

  • Added "use strict" support internally and updated all public functions to use the new scope.