From 6a91795041e55617cf13a7bb7feae2f43ebd379d Mon Sep 17 00:00:00 2001 From: tylim Date: Mon, 11 Mar 2024 00:08:32 +0800 Subject: [PATCH] update readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd233a..7a61e3e 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,7 @@ Object unions type was banned before v2.6.2 because it brings uncertainty that c 1. Bytes type is not working correctly and is unusable. 2. The rule `You can use at most one array-contains or array-contains-any clause per query. You can't combine array-contains with array-contains-any` is not enabled, see this [release note](https://github.com/tylim88/FirelordJS/releases/tag/2.5.9) 3. The type check of composite query (`or()` / `and()`) value is wrong if the field is `__name__` of collection reference, example: `query(collectionRef, or(where("__name__", "==", "id_only_not_full_path")))` result in false negative because Firelord will ask for full path but we only need full path if the reference is group collection. -4. Significant lag when trying to import anything from the library. +4. Significant lag when trying to import anything from the library. (turn out this is due to [Import Cost](https://github.com/wix/import-cost/issues/323) VS Code extension. This extension is no longer maintained, please uninstall it.) ## Trivial diff --git a/package.json b/package.json index c9c86e2..4ef3be9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firelordjs", - "version": "2.8.1", + "version": "2.8.2", "description": "🔥 High Precision Typescript Wrapper for Firestore Web, Providing Unparalleled Type Safe and Dev Experience", "author": "tylim", "license": "MIT",