Releases: jakub-gawryl/redmine-ts
Releases · jakub-gawryl/redmine-ts
Release 0.3.0
- #9 Username/password authentication added. Additionally it is no longer required to provide an authentication method (this allows for sending inquiries about publicly available resources)
- #10 User Impersonation feature added
- #11 All types are now available for import
Bugfix
- #12 Updated error handling
Improvements
Release 0.2.3
v0.2.3 Update CI pipeline
Release 0.2.2
v0.2.2 Fix npm CI pipeline 2
Release 0.2.1
Fix npm CI pipeline
Release 0.2
- Add changelog + small fixes
- Add required
Content-Type': 'application/json
- (fix) Change
projectId
type (number
=>ProjectID
) inaddProjectMember
method - (fix) Make
params
parameter optional inlistUsers
method - (fix) Make
params
parameter optional inlistProjectNews
method
Initial release
v0.1 Init commit