-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,34 @@ | ||
## 2.0.0 | ||
|
||
- [FEATURE] Upgrade to Webflow API v2 π @vfonic | ||
- [BREAKING] This version brings many breaking changes! All returned hashes' keys are symbolized. Webflow item fields are now located under `:fieldData` key in the hash: `client.item(collection_id, item_id).dig(:fieldData, :name)` π @vfonic | ||
- [BREAKING] Check `lib/webflow/client.rb` for the full API. | ||
|
||
## 1.2.1 | ||
* [FEATURE] Handle Problems in Validation errors https://github.com/penseo/webflow-ruby/pull/14 https://github.com/penseo/webflow-ruby/pull/16 π @vfonic @sega | ||
|
||
- [FEATURE] Handle Problems in Validation errors https://github.com/penseo/webflow-ruby/pull/14 https://github.com/penseo/webflow-ruby/pull/16 π @vfonic @sega | ||
|
||
## 1.2.0 | ||
* [FEATURE] Add patch support for updating items https://github.com/penseo/webflow-ruby/issues/10 π @ukd1 | ||
|
||
- [FEATURE] Add patch support for updating items https://github.com/penseo/webflow-ruby/issues/10 π @ukd1 | ||
|
||
## 1.1.0 | ||
|
||
* [FEATURE] Allow passing a block to `items` that yields the results by page https://github.com/penseo/webflow-ruby/issues/9 π @emilesilvis | ||
* [FEATURE] Handle Webflow live feature https://github.com/penseo/webflow-ruby/pull/8 π @emilesilvis | ||
- [FEATURE] Allow passing a block to `items` that yields the results by page https://github.com/penseo/webflow-ruby/issues/9 π @emilesilvis | ||
- [FEATURE] Handle Webflow live feature https://github.com/penseo/webflow-ruby/pull/8 π @emilesilvis | ||
|
||
## 1.0.0 | ||
|
||
* [BREAKING] Raise errors when status > 200, see also https://github.com/penseo/webflow-ruby/pull/7 π @sega | ||
- [BREAKING] Raise errors when status > 200, see also https://github.com/penseo/webflow-ruby/pull/7 π @sega | ||
|
||
## 0.7.0 | ||
|
||
* [FEATURE] Configuration class to store api token https://github.com/penseo/webflow-ruby/pull/6 π @mateuscruz | ||
- [FEATURE] Configuration class to store api token https://github.com/penseo/webflow-ruby/pull/6 π @mateuscruz | ||
|
||
## 0.6.0 | ||
|
||
* [CHANGE] Use pure ruby dependencies | ||
- [CHANGE] Use pure ruby dependencies | ||
|
||
## 0.5.0 | ||
|
||
* [FEATURE] Pagination https://github.com/penseo/webflow-ruby/pull/2 π @cohesiveneal | ||
- [FEATURE] Pagination https://github.com/penseo/webflow-ruby/pull/2 π @cohesiveneal |