We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4690b19 commit 91c170bCopy full SHA for 91c170b
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# NEXT RELEASE
2
+
3
+### v0.60.3
4
* Rename `BooleanFilter.validValues()` to `selectedOptions`
5
* Add a `maxSecondsPerPage` to the API config that will halt polling if things are going slow
6
* (Demo App) Fix bug with formatting of type filters leading to errors when selecting multi word options
package.json
@@ -1,6 +1,6 @@
{
"name": "fedialgo",
- "version": "0.60.2",
+ "version": "0.60.3",
"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