@quenty/fzy 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/fzy@1.1.0...@quenty/fzy@1.2.0) (2023-01-01)
7
+
8
+ **Note:** Version bump only for package @quenty/fzy
9
+
10
+
11
+
12
+
13
+
6
14
  # 1.1.0 (2022-12-29)
7
15
 
8
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/fzy",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "description": "Lua implementation of fzy string search algorithm",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "daae02817ae9128c5bf81220ef44e41d22ec14ad"
32
+ "gitHead": "b2393f15774341318803f9bdd1377a4aa9d2fb0e"
33
33
  }
@@ -124,7 +124,7 @@ end
124
124
  --[=[
125
125
  Check if `needle` is a subsequence of the `haystack`.
126
126
 
127
- Usually called before `score` or `positions`.
127
+ Usually called before [Fzy.score] or [Fzy.positions].
128
128
 
129
129
  @param config FzyConfig
130
130
  @param needle string