* Customize object names
* Fix: the object's name updates when its properties change
* Creation of node.prototype.updateObjectName method
* Implementation of recursivelyUpdateObjectName method
* Callback arguments: path and size
* New callback argument - type: array | object
* Code improvement and callback function renaming: onNodeName
* allow to hide adn show the error table
* code mode: scroll to line on text selection
* validation icon - pointer cursor
* (1) toggle validation errors table by clicking validation count
(2) preserve show/hide state after fixing parse errors
* remove arrow function (no ES6 support)
When doing a `.update` on an editor that was showing an object and
replacing it with `null`, a runtime exception occurs. This is because
the `deepEqual` check doesn't account for the fact that `typeof null ===
'object'`, so it tries to access properties of a null value.
* Don't package CONTRIBUTING.md or examples folder
If you don't want this, please just close.
Thanks for the awesome module!
* Update .npmignore
don't ignore examples/
* util.getPositionForPath
* utils.getPositionForPath - allow multiple paths
* code mode - show validation errors on gutter
* show all validation errors with scroll indication on text mode
* import json-source-map in favor of getting validation errors location
* revert dist change
* add statusbar indication for validation errors
* reset valodation errors indication + code clean
* change display indication for validationErrorIndication
* extend schema validatin example with additional errors to demonstrate recent changes
* minor css change
* text mode: navigation from error to code
* bugfix: validation errors scroll indication remains on json error
* show parse errors on the editor bottom and add a status bar indication
* give more helpful tooltip for parse error
* errors container - set onscroll only when needed
* (1) Json parse erros: replace jsonLint errors newline with breakdown
(2) scroll to line on text selection
(3) bugfix: 'show more errors' indication stays when there are no errors