Skip to content

Releases: syntax-tree/unist-util-is

6.0.0

07 Jul 09:02
9d78618
Compare
Choose a tag to compare

Changes

  • cd152e7 Update @types/unist
    migrate: update @types/unist too
  • 8a2febe Change to require Node.js 16
    migrate: update Node
  • f91a1c2 Change to use export map
    migrate: don’t use private APIs
  • dc59467 Change types to work w/o explicit type parameter
    migrate: don’t pass an explicit type parameter;
    replace AssertAnything, AssertPredicate -> Check;
    TestFunctionAnything, TestFunctionPredicate -> TestFunction;
    PredicateTest -> Test

Full Changelog: 5.2.1...6.0.0

5.2.1

27 Feb 14:01
02b0ca6
Compare
Choose a tag to compare

Misc

Full Changelog: 5.2.0...5.2.1

5.2.0

23 Jan 14:54
dcf14a1
Compare
Choose a tag to compare

Add

  • 262c28f Add export of PredicateTest type

Misc

Full Changelog: 5.1.1...5.2.0

5.1.1

21 Jul 13:40
37672e7
Compare
Choose a tag to compare

5.1.0

10 May 13:52
65a22a2
Compare
Choose a tag to compare

5.0.0

19 Apr 07:22
f660b18
Compare
Choose a tag to compare

4.1.0

07 Mar 14:27
2698c0a
Compare
Choose a tag to compare
  • b44f1e9 Add support for a nullish test in types

4.0.4

29 Nov 15:39
18bbf90
Compare
Choose a tag to compare
  • 503799b Fix to return booleans from convert

4.0.3

30 Oct 10:11
32bc597
Compare
Choose a tag to compare
  • e9855f0 Refactor to improve bundle size

4.0.2

17 Feb 17:39
4b035a7
Compare
Choose a tag to compare
  • 7669996 Refactor prose
  • 8c0a649 Add clarification on differences of is.convert