We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfbd194 commit 7926c3fCopy full SHA for 7926c3f
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.3.6
4
+Performance tuning and removal of eager deopts.
5
+
6
+Behind the scenes, this release also includes a rewrite from TypeScript to Flowtype.
7
+The external API should not be impacted by this rewrite however.
8
9
## 1.3.5
10
Fixed (hopefully) previous broken build.
11
package.json
@@ -1,6 +1,6 @@
{
"name": "js-search",
- "version": "1.3.5",
+ "version": "1.3.6",
"description": "### What is it?",
"main": "dist/commonjs/index.js",
"directories": {
0 commit comments