Releases: cowprotocol/app-data
Releases · cowprotocol/app-data
v1.2.0 Widget Meta-data
Allow to provide meta-data into orders with details about the widget integration.
This way volumes coming from Widgets can be tracked automatically.
Also, you can credit the widget iframe host for backing the widget functionality.
What's Changed
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Summary
This release bumps the appData schema version to v0.10.0
It introduces 2 new metadata types:
hooks
, introduced onv0.9.0
signer
, introduced onv0.10.0
It also updates the appData hash calculation to the new way in use by the backend.
What's Changed
- feat(metadata-hooks): Hooks schema v2 by @alfetopito in #34
- chore: linting fixes by @alfetopito in #35
- chore(deps): bump protobufjs from 6.11.3 to 6.11.4 by @dependabot in #36
- Remove yarn-error.log by @fedgiac in #39
- chore(deps): bump postcss from 8.4.14 to 8.4.31 by @dependabot in #37
- chore(deps): bump @babel/traverse from 7.18.6 to 7.23.2 by @dependabot in #40
- Add metadata.signer by @fedgiac in #38
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.1.0-RC.0
Summary
- Added
hooks
metadata type - Latest appData version now is
0.9.0
What's Changed
- feat(metadata-hooks): Hooks schema v2 by @alfetopito in #34
- chore: linting fixes by @alfetopito in #35
Full Changelog: v1.0.2...v1.1.0-RC.0
v1.0.2: Fix concurrency issue (#33)
* Fix concurrency issues * Do RC * Cache validator promise * Handle concurrency * Update version
v1.0.2-rc.1
Handle concurrency
v1.0.2-rc.0
Do RC
v1.0.1
v1.0.1-rc.2
Update version
v1.0.1-rc.1
Set version
v1.0.1-rc.0
Simplify how to generate docs