- Implemented a navigation bar showing the path. Thanks meirotstein.
- Implemented a status bar showing cursor location.
Thanks meirotstein.
- Implemented repairing JSON objects containing left and right single
and double quotes (which you get when typing a JSON object in Word)
in `text` and `code` mode.
- Implemented repairing JSON objects containing special white space
characters like non-breaking space.
- Upgraded dependency `ajv` to version `5.3.0`.
- Fixed 481: A polyfill required `DocumentType` which is not defined
in all environments.