Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 748 Bytes

CHANGELOG.md

File metadata and controls

25 lines (14 loc) · 748 Bytes

v0.3.4

  • Automated pull requests fixing a security vulnerabilities.

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.soft variant to check a condition/value and just log warning when false/null/undefined.

v0.2.2

  • Added asserts condition clause on assert(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