Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

42 lines (34 loc) · 4.52 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.4.0 (2022-02-23)

Bug Fixes

  • build: fix build (519b981)
  • deps: Update vulnerable packages (#14) (c2a0386)
  • Fix package dependencies for security vulnerabilities (#9) (b3698da)
  • lerna: bootstrap do build (2e0fd47)
  • lerna: fix build (4ca42ac)
  • match-test-replace: fix applyFixes (3ee62fe)
  • monorepo: use fixed version (#16) (f2282f9)
  • nlcst-parse-japanese: fix initializer error (f185381)
  • nlcst-parse-japanese: remove word_position (398a89f)
  • nlcst-pattern-match: add checker for arguments (be6af57)
  • nlcst-pattern-match: export match and matchNode (2ba41f7)
  • nlcst-pattern-match: fix multiple variable tags (7fee116)
  • nlcst-pattern-match: fix non-parent nodes (8893f9a)
  • nlcst-pattern-match: fix pretest (9b7f915)
  • nlcst-pattern-match: fix throw [0] error (5e62647)
  • nlcst-pattern-match: remove console.log (af87c30)
  • nlcst-pattern-match: support multiple value pattern (57f94cf)
  • nlcst-pattern-match: update --timeout to 5sec (e1a5e86)
  • nlcst-types: isSymbol used wrong Symbol interface (#10) (e24c57a)
  • nlcst-types: remove Text (63052fa)
  • remove unused config (9f0b821)

Features

  • match-test-replace: allow to replace? is undefined (1731df3)
  • nlcst-pattern-match: add isNegative property (dc9233e)
  • nlcst-pattern-match: Add matchCST and testCST (3ec96ec)
  • nlcst-pattern-match: add MatchResult type (73c1434)
  • packages: add nlcst-parse-japanese (a1b20e9)
  • packages: add nlcst-types adn unist-types (802e452)
  • pass dictPath option down to kuromojin (#6) (e313046)