Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 386 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 386 Bytes

3.0.0

  • Breaking change: The type of rebuild is changed from Stream<LoadingMoreBase> to Stream<Iterable> in LoadingMoreBase.
  • Add a new method 'wrapData', you can modify the list here.

2.0.1

  • Fix error when add non-null T

2.0.0

  • Support null-safety

1.0.2

  • Update meta version

1.0.1

  • Format codes

1.0.0

  • Initial version, created by Stagehand