- Add code frame showing the error location to JSON parsing errors.
- Add
code
property toJsonError
.
- Not specifying a default value for read operations now results in file reading and JSON parsing errors to be thrown instead of resulting in an empty object to be returned.
- Syntax errors are no longer wrapped inside a file read error.
- Remove deprecated method
updateAsync
: usesetAsync
instead. - Remove lock file mechanism.