Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.75 KB

File metadata and controls

38 lines (25 loc) · 2.75 KB

0.3.0 (2023-02-07)

Changelog

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

v0.2.1

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