Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 962 Bytes

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 962 Bytes

3.0.0

  • CHORE: Updated to latest version of firebase packages

2.0.0

  • BREAKING CHANGE: added required field orderBy for realtime live listener.

  • FIX: realtime db pagination shows data without live listener

  • FIX: more data not loaded when view not scrollable

  • FIX: firestore newly added data not shown for non server-timestamp queries

  • FIX: realtime db typecasting for android

  • DOCS: added example code for both paginations

1.1.3

  • FIX: endBefore value for firebase database not valid

1.1.2

  • FIX: startAt value for firebase database not valid

1.1.1+2

  • FIX: closed issues link not correct (readme)

1.1.1+1

  • DOCS: readme changing pr count to closed issues count
  • DOCS: changing readme links to relative blob files

1.1.1

  • FIX: Demo video not visible in readme

1.1.0

  • FEAT: added optional property controller

1.0.0

  • Initial Public Release
  • Supports Firestore and Realtime Database pagination.