We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abcc16e commit 54842a9Copy full SHA for 54842a9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# NEXT RELEASE
2
3
+### v0.64.1
4
+* Refactor/clean up language and hashtag filter option building
5
+
6
# v0.64.0
7
* Add `maxCacheRecords` option to API endpoints config
8
* Refactor decoration of filter options into various `BooleanFilterOptionList` subclasses
package.json
@@ -1,6 +1,6 @@
{
"name": "fedialgo",
- "version": "0.64.0",
+ "version": "0.64.1",
"description": "Fedialgo is a package for sorting Mastodon Posts in your timeline according to a user controlled algorithm",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
0 commit comments