Skip to content

Latest commit

 

History

History
277 lines (122 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

277 lines (122 loc) · 12.7 KB

6.5.2 (2022-03-24)

Bug Fixes

  • Update dependencies and remove skipLibCheck. (#420) (2120f01)

6.5.1 (2022-03-24)

Bug Fixes

  • Update dependencies (defekt, roboter, typescript). (#419) (1a5ac41)

6.5.0 (2022-03-22)

Features

6.4.0 (2022-01-25)

Features

6.3.14 (2021-11-04)

Bug Fixes

  • Empty arrays/objects now have size 1. (#398) (7f44bd3)

6.3.13 (2021-08-16)

Bug Fixes

  • bump typedescriptor from 4.0.11 to 4.0.12 (#386) (e15d2d4)

6.3.12 (2021-08-16)

Bug Fixes

6.3.11 (2021-08-02)

Bug Fixes

6.3.10 (2021-08-02)

Bug Fixes

  • bump typedescriptor from 4.0.10 to 4.0.11 (#382) (9763cf7)

6.3.9 (2021-07-23)

Bug Fixes

6.3.8 (2021-07-21)

Bug Fixes

  • bump typedescriptor from 4.0.9 to 4.0.10 (#380) (20bdd13)

6.3.7 (2021-07-12)

Bug Fixes

  • bump typedescriptor from 4.0.8 to 4.0.9 (#378) (171335b)

6.3.6 (2021-07-06)

Bug Fixes

6.3.5 (2021-06-28)

Bug Fixes

  • bump typedescriptor from 4.0.7 to 4.0.8 (#374) (ce89c0c)

6.3.4 (2021-06-28)

Bug Fixes

  • bump typedescriptor from 4.0.4 to 4.0.7 (#369) (b8d52cc)

6.3.3 (2021-06-08)

Bug Fixes

  • bump trim-newlines from 3.0.0 to 3.0.1 (#366) (607f57f)

6.3.2 (2021-06-07)

Bug Fixes

  • bump typedescriptor from 4.0.3 to 4.0.4 (#364) (7071409)

6.3.1 (2021-05-31)

Bug Fixes

6.3.0 (2021-05-25)

Features

6.2.2 (2021-05-25)

Bug Fixes

  • bump typedescriptor from 4.0.1 to 4.0.3 (#358) (849eddf)

6.2.1 (2021-05-24)

Bug Fixes

6.2.0 (2021-05-17)

Features

  • Move dispel out of prettyPrint; Fix some mistakes in error messages. (#352) (25e5cf5)

6.1.1 (2021-05-17)

Bug Fixes

6.1.0 (2021-05-17)

Features

  • Use type-guards from package typedescriptor. (#351) (6cb20a5)

6.0.1 (2021-05-12)

Bug Fixes

  • dispel values before pretty printing. (#347) (a5aaa5d)

6.0.0 (2021-05-06)

Features

  • Rewrite - type-appropriate assertions and better diffs. (#341) (f6c430f)

BREAKING CHANGES

  • Many assertions are now only usable with types they make sense for. This should probably not break much code, but also probably will. Not entirely sure about the repercussions these changes will have.

Some rarely used assertions have been removed (e.g. between). Some have been added: Support for Results, Maps, Sets and Errors. Recursions in asserted values are now recognized and in most cases even correctly compared (excluding maps and sets).

Error messages are now much more informational and dare I say beautiful, since the new implementation is based on an in-depth diffing algorithm based on value equality.

5.2.8 (2021-03-25)

Bug Fixes

5.2.7 (2021-03-25)

Bug Fixes

5.2.6 (2021-03-25)

Bug Fixes

5.2.5 (2020-11-03)

Bug Fixes

5.2.4 (2020-11-03)

Bug Fixes

5.2.3 (2020-11-03)

Bug Fixes

5.2.2 (2020-11-03)

Bug Fixes

  • Fix headline for robot section in readme. (#240) (f8e3885)

5.2.1 (2020-07-17)

Bug Fixes

5.2.0 (2020-07-17)

Features

  • Introduce option to type exception as custom errors. (#193) (4c91377)

5.1.1 (2020-03-19)

Bug Fixes

5.1.0 (2019-11-29)

Bug Fixes

  • Add missing release configuration file. (ba6692e)
  • Compile TypeScript before releasing. (b0b076c)

Features

  • Introduce GitHub Actions. (da377a5)