- Upgraded TypeScript to
4.6.4
. - Improved typing of
Object.property.hasOwnProperty
andObject.hasOwn
. (#4) - Fixed typing of
JSON.stringify
so that its return type includesundefined
when possible. (#6) - Tightened typing of Array higher-order functions. Predicates passed to
filter
,every
andsome
now must return a value ofboolean
type. (#7)
- Upgraded TypeScript to
4.5.2
. - Installation steps were renewed. Support for TypeScript 4.4 and prior was dropped.
- Changed
JSON.stringify
type definitions and removedReadonlyJSONValue
type. (#5)
- Upgraded TypeScript to
4.4.3
. - Improved
Object.values
andObject.entries
type definitions. (#3)
- Upgraded TypeScript to
4.2.3
.
- Fixed type definiton of
JSON.stringify
so it accepts readonly arrays. (#1)