Skip to content

Commit

Permalink
Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Aug 23, 2020
1 parent 57e2ff8 commit ccc4552
Show file tree
Hide file tree
Showing 16 changed files with 57 additions and 17 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
<a name="2.1.0"></a>
# [2.1.0](https://github.com/LokiJS-Forge/LokiDB/compare/2.0.0...2.1.0) (2020-08-23)


### Features

* **fts:** support optional, empty or number fields ([#181](https://github.com/LokiJS-Forge/LokiDB/issues/181)) ([57e2ff8](https://github.com/LokiJS-Forge/LokiDB/commit/57e2ff8))


<a name="2.0.0"></a>
# [2.0.0](https://github.com/LokiJS-Forge/LokiDB/compare/2.0.0-beta.9...2.0.0) (2020-08-22)

Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
27 changes: 24 additions & 3 deletions dist/packages/full-text-search/lokidb.full-text-search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
Expand Up @@ -20,7 +20,8 @@ export declare class InvertedIndex {
private _optimizeChanges;
/**
* @param {boolean} [options.store=true] - inverted index will be stored at serialization rather than rebuilt on load
* @param {boolean} [options.optimizeChanges=true] - flag to
* @param {boolean} [options.optimizeChanges=true] - flag to store additional metadata inside the index for better
* performance if an existing field is updated or removed
* @param {Analyzer} [options.analyzer=] - the analyzer of this inverted index
*/
constructor(options?: InvertedIndex.FieldOptions);
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@lokidb/lokidb-src",
"version": "2.0.0",
"version": "2.1.0",
"description": "Fast document oriented javascript in-memory database",
"author": "Various authors",
"license": "(MIT OR Apache-2.0)",
Expand Down

0 comments on commit ccc4552

Please sign in to comment.