Releases: adobe/aem-headless-client-js
Releases · adobe/aem-headless-client-js
v4.0.0
What's Changed
- fix: #49 persisted query support variables with nested object by @easingthemes in #50
- fix: #51 persisted query string parameter encoding by @cpilsworth in #53
- #55 fix objToString function for nested arrays by @easingthemes in #56
- fix: #54 add response status in error details by @easingthemes in #58
- fix: #61 failing requests for queries with multiple parameters by @colinscz in #63
- Update dependencies by @easingthemes in #64
New Contributors
- @cpilsworth made their first contribution in #53
- @colinscz made their first contribution in #63
Full Changelog: v3.3.0...v4.0.0
v3.3.0
What's Changed
- #37 add support for variables by @easingthemes in #41
- Feature/#42 fix base64 browser by @easingthemes in #43
- Feature/#25 pagination by @easingthemes in #44
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- fix: update nodejs version in Github actions by @easingthemes in #31
- fix: #32 pass options to fetch-retry by @easingthemes in #33
- allow custom request headers by @jihuang-adobe in #38
- feat: update version by @easingthemes in #40
New Contributors
- @jihuang-adobe made their first contribution in #38
Full Changelog: v3.1.0...v3.2.0
v3.1.0
What's Changed
- fix(runPersistedQuery): handle multiple variables (#29)
- docs: updated docs - runQuery instead of postQuery
- feat: Added aio lib core errors package
- replace custom errors with aio error class
- added retryOptions for nodeJs version
New Contributors
- @opapito made their first contribution in #29
- @godanny86 made their first contribution in #27
v3.0.0
- NodeJS version spilt to separate package https://github.com/adobe/aem-headless-client-nodejs
- getToken authentication helper removed, moved to NodeJS version
- Fetch instance added as a configuration param, default used is window.fetch
Breaking Change
- getToken authentication helper removed, moved to NodeJS version
- This affects only Server side usage, usage in a Browser is not changed
v2.1.1
- Add default serviceURL
v2.1.0
- Support persistent query variables
- Major version update for new package name
v1.0.0
Initial release