Skip to content

Releases: dan1229/typescript-api-services

0.2.3

25 Apr 05:32
Compare
Choose a tag to compare
### [0.2.3] - 2023-04-25

- URL API fix for Django API
- Installed `js-cookie`

0.2.2

22 Mar 21:58
Compare
Choose a tag to compare
### [0.2.2] - 2023-03-22

- Added 'extraHeaders' param to Django services
- Some field error processing cleanup

0.2.1

27 Feb 20:55
Compare
Choose a tag to compare
### [0.2.1] - 2023-02-27

- Lots of type cleanup

0.2.0

23 Feb 04:36
Compare
Choose a tag to compare
### [0.2.0] - 2023-02-22

- Fixed import and dependency issues
- Updated axios client in Django Api to use different headers
- Cleaned up BaseApi to be more generic than DjangoApi
- Eslint added and package set up
- CI - lint for TS
- CD - for creating branch and release

0.1.0

14 Jan 04:17
Compare
Choose a tag to compare

First 'breaking' changes - refactoring a lot of the API methods/actions and making it generally more organized.