Packages
Cursor based pagination for Elixir Ecto.
Retired package: Security issue - Remote Code Execution Vulnerability
Security advisory:
This version has known vulnerabilities.
View advisories
Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## v0.3.0 - 2018-02-14
### Added
* `:limit` is now capped by `:maximum_limit`. By default, `:maximum_limit` is set
to 500.
## v0.2.0 - 2018-02-13
### Added
* `:total_count_limit` can be set to `:infinity` to return the accurate count of
records.
## v0.1.0 - 2018-02-13
Initial release! 🎉