Skip to content

Releases: syntax-tree/nlcst-search

4.0.0

17 Jul 14:06
0f0b0f7
Compare
Choose a tag to compare

Change

  • 44cf1bd Update @types/nlcst, utilities
    migrate: update too
  • cc7d6c4 Change to require Node.js 16
    migrate: update too
  • 6bed7a5 Change to use exports
    migrate: don’t use private APIs
  • 796f621 Remove support for allowApostrophes overload
    migrate: pass options: {allowApostrophes: boolean}
  • 0299cac Remove PhrasesList type
    migrate: it’s Array<string>
  • 5a8cf14 Remove support for passing an object
    migrate: pass keys of the object: Object.keys(map)
  • 4481c07 Remove deprecated SearchOptions type
    migrate: use Options

Full Changelog: 3.1.1...4.0.0

3.1.1

19 Jan 10:41
62881db
Compare
Choose a tag to compare

Misc

Full Changelog: 3.1.0...3.1.1

3.1.0

27 Aug 09:09
34608e8
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.1.0

3.0.0

20 Apr 19:04
039a020
Compare
Choose a tag to compare

2.0.0

18 Feb 09:50
dcdca48
Compare
Choose a tag to compare

1.5.1

24 May 08:01
1ebf2b0
Compare
Choose a tag to compare

1.5.0

08 Aug 20:48
Compare
Choose a tag to compare
  • 6cabeaa Add support for wildcard patterns

1.4.3

02 May 10:56
Compare
Choose a tag to compare

1.4.2

24 Jul 19:28
Compare
Choose a tag to compare

1.4.1

13 Jun 15:22
Compare
Choose a tag to compare
  • 96bfa23 Remove superfluous dependency
  • 63d84f1 Migrate to syntax-tree