Skip to content

Releases: jakub-gawryl/redmine-ts

Release 0.3.0

04 Feb 01:45
Compare
Choose a tag to compare
  • #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

  • #8 done_ratio, start_date and due_date parameters are available in create/update issue methods
  • #13 Redundant files removed from npm, documentation updated

Release 0.2.3

20 Jan 15:36
Compare
Choose a tag to compare
v0.2.3

Update CI pipeline

Release 0.2.2

20 Jan 15:13
Compare
Choose a tag to compare
v0.2.2

Fix npm CI pipeline 2

Release 0.2.1

20 Jan 15:09
Compare
Choose a tag to compare

Fix npm CI pipeline

Release 0.2

20 Jan 14:38
aaf4421
Compare
Choose a tag to compare
  • Add changelog + small fixes
  • Add required Content-Type': 'application/json
  • (fix) Change projectId type (number => ProjectID) in addProjectMember method
  • (fix) Make params parameter optional in listUsers method
  • (fix) Make params parameter optional in listProjectNews method

Initial release

19 Jan 18:41
Compare
Choose a tag to compare
v0.1

Init commit