Releases: The-Commit-Company/frappe-js-sdk
Releases · The-Commit-Company/frappe-js-sdk
Version 1.7.0
What's Changed
- feat: add support for custom headers by @nikkothari22 in #59
- fix: do not set X-Frappe-Site-Name if appURL does not match location by @nikkothari22 in #60
Full Changelog: v1.5.0...v1.7.0
Version 1.5.0
What's Changed
- fix: encode document ID in requests by @nikkothari22 in #54
Full Changelog: v1.4.3...v1.5.0
Version 1.4.3
What's Changed
- temp fix: encode params as URL for GET requests by @nikkothari22 in #51
- fix: file uploads 'Content-Type' header by @nikkothari22 in #52
Full Changelog: v1.4.0...v1.4.3
Version 1.4.0
Possible breaking changes
This release updates axios to v1.6.7 and hence might introduce breaking changes.
What's Changed
- feat: support for 2FA by @sumitjain236 in #44
- chore: upgrade axios to v1 by @nikkothari22 in #48
Full Changelog: v1.3.7...v1.4.0
Version 1.3.7
Version 1.3.6
What's Changed
- feat: timespan support added in filters by @sumitjain236 in #39
Full Changelog: v1.3.5...v.1.3.6
Version 1.3.5
What's Changed
- fix: filter allowed values set according to operator by @sumitjain236 in #37
Full Changelog: v1.3.3...v1.3.5
Version 1.3.3
What's Changed
- fix: added type hints for filters, groupby, orderby and fields without enforcement by @nikkothari22 in #36
- fix: added multi value filter type by @nikkothari22 in #35
- fix: support for single doctype by @sumitjain236 in #34
- fix(docs): file upload example code by @NagariaHussain in #30
- fix: check if window.location exists by @TITANiumRox in #32
- feat:"_server_messages" added in error fields by @sumitjain236 in #33
New Contributors
- @TITANiumRox made their first contribution in #32
Full Changelog: v1.2.4...v1.3.3
Version 1.2.4
What's Changed
- Check if
document
object is exist to understand better if the environment is browser or react native by @wethil in #26 - feat: added "not-in" operator by @nikkothari22 in #27
New Contributors
Full Changelog: v1.2.3...v1.2.4
Version 1.2.3
What's Changed
- fix: token params is optional by @nikkothari22 in #25
Full Changelog: v1.2.2...v1.2.3