UNPKG

ts-data-objects

Version:

Simple lightweight library for enhancing plain JS objects with TypeScript wrappers enabling easy API data assertion and validation

23 lines (21 loc) 961 B
## Changelog * `1.1.0`: Fix `parseObject` returning undefined on doNotThrow * `1.0.1`: Fix docs * `1.0.0`: * Small finalizing touches to code documentation * Introduced unit tests for assertions and core functions * Declaring `ts-data-objects/common` as stable * Declaring `ts-data-objects/core` as stable * Declaring `ts-data-objects/deep` as experimental, but available * `0.7.1`: Fix exports * `0.7.0`: Finalize unit tests, core perf tests, add `isObject` guard helper * `0.6.1`: Update README * `0.6.0`: Fix optional defaultValues for generated data object contructor, added thorough README * `0.5.1`: Refined JSDocs for generated HTML documentation * `0.5.0`: Introduced `defineObject`, fixed bugs * `0.4.0`: Slightly improved doc generation * `0.3.0`: Draft of alternative deep validation implementation * `0.2.0`: Finalization of core implementation * `0.1.0`: First core implementation draft * `0.0.1`: Core init * `0.0.0`: Initialized Repository