UNPKG

821 BMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## 3.0.1 (2023-02-04)
7
8- Fix multilanguage support
9- Updated all dependencies
10- Test coverage
11
12## 2.2.1 (2022-10-01)
13
14- Updated all dependencies
15
16## 2.1.0 (2022-08-27)
17
18### Features
19
20- Generate stringified lunr-index.
21
22*Now no need to create index every time on search request. Just need to fetch lunr-index.
23Index generation for 100.000 pages took 2min *once* during build. Search of popular query takes < 0.3sec*
24
25## 2.0.1
26
27Creates stringified lunr-index. Now no need to create index every time on search request. Just need to fetch lunr-index.
28Index generation for 100.000 pages took 2min *once* during build. Search of popular query takes < 0.3sec
29
30
\No newline at end of file