- Fix: Prevent baseURL concatenation when absolute URLs (http:// or https://) are passed to getData() or created by live preview, preventing malformed URLs
- Fix: Added 'exports' field to package.json to fix ESM import error where '@contentstack/core' does not provide an export named 'getData' in modern ESM environments (e.g., Nuxt.js, Vite)
- Fix: Used common serialize method for query params
- Fix: Replace URLSearchParams.set() with React Native compatible implementation
- Fix: Remove custom error object and throw axios error
- Fix: Retry request logic after rate limit replenishes
- Fix: Added Pre-commit hook to run talisman and snyk scan
- Fix: Updated Dependency to the latest versions
- Enhancement: Retry logic to check for rate limit remaining header
- Fix: Updated Regex for resolve the path traversal issue
- Fix: URL change for Live Preview
- Fixed defaultAdapters implementation
- Updated the test cases
- Fix: getData to receive params and headers both in data
- Node version bump
- Axios version bump
- Live Preview configuration changes
- Fixed retry response error handling
- Update dependency packages
- Fixed Build scripts
- Initial release of Typescript Core SDK