Skip to content

Releases: tapjs/tapjs

[email protected]

15 Oct 19:46
[email protected]
3dbd113
Compare
Choose a tag to compare

[email protected]

11 Oct 04:49
[email protected]
264f9cf
Compare
Choose a tag to compare

[email protected]

10 Oct 15:59
[email protected]
6495cd7
Compare
Choose a tag to compare

[email protected]

09 Oct 06:59
[email protected]
029ec98
Compare
Choose a tag to compare

[email protected]

08 Oct 23:13
[email protected]
5cfde0e
Compare
Choose a tag to compare

[email protected]

05 Oct 23:01
[email protected]
dcd5846
Compare
Choose a tag to compare

[email protected]

01 Oct 21:38
[email protected]
69c31a8
Compare
Choose a tag to compare

[email protected]

29 Sep 18:09
[email protected]
414d146
Compare
Choose a tag to compare

What's Changed

Note: The formatting of Symbol objects and enumerable Symbol properties has changed in snapshots and object diffs.

You may need to run tap --snapshot after updating to this release, and/or update some tests that were relying on symbol property keys being ignored.

  • Include Symbol keys in formatting/comparison.
  • Print symbols in formatted objects as Symbol.for(...) if appropriate.
  • Print known symbols from the Symbol constructor as Symbol.<key>, eg Symbol.iterator instead of
    Symbol(Symbol.iterator).
  • Add reporter-file config option #931

Full Changelog: https://github.com/tapjs/tapjs/compare/[email protected]@18.4.0

[email protected]

29 Sep 16:16
[email protected]
6e9c607
Compare
Choose a tag to compare

Bug-fix, actually turning off type checking by default, as intended.

[email protected]

28 Sep 21:36
[email protected]
3451d28
Compare
Choose a tag to compare
  • Compare and format React elements as JSX by @isaacs in #928

Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]