Releases: koalatiapp/webflow-api-client
Releases · koalatiapp/webflow-api-client
v0.5.0
What's Changed
- fix: prevent unnecessary api calls for updates with empty changeset by @EmilePerron in #10
- fix: bad calculation of current item index in PaginatedList by @EmilePerron in #11
- feat: add sorting to relevant endpoints by @EmilePerron in #9
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- feat!: implement pagination via PaginatedList by @EmilePerron in #8
Breaking changes
- The following endpoints now return a
PaginatedList
instance instead of an array:listCollectionItems()
listUsers()
listAccessGroups()
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- feat: add the SiteClient wrapper class by @EmilePerron in #7
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- feat: add membership models & endpoints by @EmilePerron in #6
Full Changelog: v0.1.0...v0.2.0
v0.1.0
What's Changed
- feat: add CMS related models and module by @EmilePerron in #5
New Contributors
- @EmilePerron made their first contribution in #5
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Alpha release with only Meta and Sites models and modules.