0.3.0 (2023-02-07)
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
Generated by auto-changelog.
- refactor!: refactored rest.li client interfaces
#13
3 February 2023
- chore: manual version bump to fix release error
#12 - ci: added auto-changelog
#11 - docs: updated README, fixed some errors
#10 - ci: added release-it to automate versioning/publishing
#9 - build: added commitlint to ensure standard commit message format
#8 - ci: Added github actions to automate build/tests
#7
9 January 2023
- Added repository information in package.json
#6 - Provided more examples of CRUD requests, retry logic
#5 - Member oauth redirect example
#4 - Added examples directory and fixed parameter encoding for field projections
#3 - Added debug logs to RestliClient, renamed package, fixed entry point
#2 - Modify user-agent for client library usage tracking
#1 - Added jest testing framework with sample test
372ca37 - Added typescript and wrote interfaces for client methods, converted from CommonJS to ES modules. Renamed library.
a7430f2 - Added eslint configuration
fe43780