Update documentation and refactor settings
Contents (#19)
IMPORTANT: There is 1 breaking change.
New features
- Add 'escapeUnicodeCharacters' option to props
Enhancements
- Raise exception on incorrect props
Fixes
- Correct 'indentations' to 'indentation' per svelte-jsoneditor props
Operations
- Update version
Refactoring
- 💥 BREAKING CHANGE: Simplify settings for alternate props
Testing
- Fix test trailing from previous refactor
Other
- Add CodeQL Status badge
- Update and restructure documentation
Upgrade instructions
💥 Simplify settings for alternate props
The 'SVELTE_JSONEDITOR' setting has been removed. You should move the contents of SVELTE_JSONEDITOR['PROPS'] to the replacement setting SVELTE_JSONEDITOR_PROPS.