Releases: OutdatedGuy/firebase_pagination
Releases · OutdatedGuy/firebase_pagination
v4.1.0
What's Changed
- Added search filter using substring match strategy by @delwar36 in #62
- chore: updated example app to Flutter 3.27 by @OutdatedGuy in #67
New Contributors
Full Changelog: v4.0.1...v4.1.0
v4.0.1
What's Changed
- refactor: lowered sdk constraints to support dart 2.17 and above by @OutdatedGuy in #56
- chore: updated example app dependencies by @OutdatedGuy in #57
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- return entire snapshot, instead of one doc a time by @opxdelwin in #48
- feat: added page view support by @OutdatedGuy in #51
- chore: updated template & dependencies to latest by @OutdatedGuy in #53
- v4.0.0 by @OutdatedGuy in #54
New Contributors
- @opxdelwin made their first contribution in #48
Full Changelog: v3.1.0...v4.0.0
v3.1.0
What's Changed
- feat: update package and example template to latest by @OutdatedGuy in #37
- feat: Descending Pagination for realtime Database by @CodeWithBishal in #34
- docs: updated example and readme for new feature by @OutdatedGuy in #38
- feat: added sponsor config file by @OutdatedGuy in #39
New Contributors
- @CodeWithBishal made their first contribution in #34
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's Changed
- fix: docs not loading after first scroll by @OutdatedGuy in #29
- chore: updated dependencies to latest by @OutdatedGuy in #30
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- chore: Upgrade all firebase dependencies to latest version by @imamhossain94 in #20
New Contributors
- @imamhossain94 made their first contribution in #20
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- CHORE: updated example app dependencies by @OutdatedGuy in #12
- fix!: pagination shows data without live listener by @OutdatedGuy in #14
- fix: more data not loaded when view not scrollable by @OutdatedGuy in #15
- fix: firestore newly added data not shown by @OutdatedGuy in #16
- FEAT: added example code for both paginations by @OutdatedGuy in #17
- fix: realtime db typecasting for android by @OutdatedGuy in #18
Full Changelog: v1.1.3...v2.0.0
v1.1.3
v1.1.2
What's Changed
- NEW: added example app to test during development by @OutdatedGuy in #5
- FIX: startAt value not valid by @OutdatedGuy in #6
Full Changelog: v1.1.1...v1.1.2
v1.1.1+2
- FIX: closed issues link not correct (readme)