Skip to content
This repository was archived by the owner on Dec 19, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 1.8 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1 (2019-04-24)

0.2.0 (2019-04-20)

Bug Fixes

  • copy: update script (8d46405)
  • irregular-words: some undefined method (1e12285)
  • remove private keyword (b28e701)
  • rollup cannot build the require function dynamically (65a023a)
  • support multiple words correctly (421a1e8)
  • type infer error (66bad0a)

Features

  • generate: generated ext .txt to .ts (44a3def)
  • irregularWords: add irregular words files and handlers (eea3614)
  • generated file (fe8e8e5)
  • include dist for test purpose (406f992)
  • stem: can handle case sensitive (870a029)
  • stemmer: more accurate and class based style #4 #10 #11 (f1ab569)