Releases: fram-x/assert-ts
Releases · fram-x/assert-ts
v0.3.4
v0.3.3
- Automated pull request fixing a security vulnerability.
v0.3.2
- Relaxed configuration requirements, i.e. will not require warningReporter before actual assert.soft check fails and needs reporting.
v0.3.1
- Automated pull request fixing a security vulnerability.
v0.3.0
- Added
assert.softvariant to check a condition/value and just log warning when false/null/undefined.
v0.2.2
- Added
asserts conditionclause onassert(condition, ...)for improved support for TypeScript control flow based typing - Updated to TypeScript depndency for support of
asserts condition - Bumped some packages in yarn.lock due to security vulnerability