Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 254 Bytes

CHANGELOG.md

File metadata and controls

12 lines (9 loc) · 254 Bytes

2.0.0 (Nov 4 2022)

  • Switch to TypeScript

  • Change onRefresh to expect a Promise. No more resolve/reject, you can use async/await

    async handleRefresh() {
      await asyncCode();
    }
  • Use tsup internally for building