Skip to content

Latest commit

 

History

History
104 lines (54 loc) · 4.9 KB

CHANGELOG.md

File metadata and controls

104 lines (54 loc) · 4.9 KB

Changelog

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

0.9.3 (2020-10-29)

Bug Fixes

  • fix languages other than en and zh (f43fd4b), closes #9

0.9.2 (2020-10-24)

Bug Fixes

0.9.1 (2020-10-24)

Bug Fixes

  • check dir before create content hash (faf9cf7)

0.9.0 (2020-10-23)

Features

  • add a plugin option searchResultLimits (0bdec39)
  • add a plugin option of searchResultContextMaxLength (3313552)
  • validate options using Joi (0b1361a)

0.8.0 (2020-10-21)

⚠ BREAKING CHANGES

  • renamed docsBasePath and blogBasePath to docsRouteBasePath and blogRouteBasePath, to keep them the same as cmfcmf/docusaurus-search-local.
  • users need to install nodejieba if using language of zh.

Features

  • make nodejieba as a peer dependency (956b3b5)
  • rename option of *BasePath (978846a)

Bug Fixes

  • fix nodejieba is still required (78e4d67)
  • fix styles on mobile screen (1cc6850)
  • languages of non-en require stemmer support (bc8e451)

0.7.1 (2020-10-21)

Bug Fixes

  • fix nodejieba is still required (78e4d67)

0.7.0 (2020-10-21)

⚠ BREAKING CHANGES

  • users need to install nodejieba if using language of zh.

Features

  • make nodejieba as a peer dependency (956b3b5)

0.6.2 (2020-10-21)

Bug Fixes

  • fix styles on mobile screen (1cc6850)

0.6.1 (2020-10-21)

Bug Fixes

  • languages of non-en require stemmer support (bc8e451)

0.6.0 (2020-10-20)

⚠ BREAKING CHANGES

  • css already included.

Features

0.5.3 (2020-10-20)

Features

0.5.2 (2020-10-18)

Bug Fixes

  • fix consecutive Chinese words are not matched (db8541e)

0.5.1 (2020-10-18)