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 bd42ad8 commit 3e8bac9Copy full SHA for 3e8bac9
README.md
@@ -206,10 +206,11 @@ This means you can use it with any custom collection class that supports usort:
206
$yourCustomCollection->usort($sortChain);
207
```
208
209
-## Known issues
+## Roadmap
210
211
- Need to investigate supporting native sort flags
212
- Could add support for the "reverse" sorting functions to get some minor speedgains.
213
+- Standard functions instead of namespaced ones could be nice, will probably wait for function autoloading
214
215
## License
216
0 commit comments