Releases: Bartozzz/json-overrides
Releases · Bartozzz/json-overrides
v1.1.3
- Compatible with serialized objects (JSON strings)
v1.1.2
- Ensures
json.overrides
is a valid object;
Note: previously it was done using Flow types & Overridable
type definition – now it safe for people who doesn't use any static type checkers.
v1.1.1
- Simplifies logic;
- Ensures compatibility with Node LTS;
Breaking changes:
- Throws
Error
if no overrides for name;
- Throws
TypeError
if json
is not a valid Object
;