Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.01 KB

File metadata and controls

39 lines (31 loc) · 1.01 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.1] - 2020-10-13

What's new

  • Updates paging to 3.0.0-alpha07
  • Updates kotlin to 1.4.10
  • Updates ktor to 1.4.1

[0.3.0] - 2020-09-03

What's new

  • Updates Kotlin to 1.4
  • Uses native-mt for coroutines

[0.2.0] - 2020-06-11

What's new

  • Updates Android's Paging to 3.0.0-alpha01
  • Adds Pager, PagingConfig, and PagingData
  • Deprecates Paginators, Factories, and Data Sources

[0.1.3] - 2020-04-23

What's new

  • Fixes bug on refreshing PageKeyedPaginator in iOS

[0.1.2] - 2020-04-02

What's new

  • Fixes bug on Android PageKeyedDataSource
  • Adds parameters to configure pagination size and enabling placeholders on Android

[0.1.1] - 2020-03-18

What's new

  • Updates Kotlin to 1.3.70

[0.1.0] - 2020-03-16

What's new

  • Initial Release