Skip to content

Releases: nixys/nxs-go-redmine

Release v5.1.1

13 Sep 06:06
ee8f21c
Compare
Choose a tag to compare

Changelog

  • fix: issues: use correct url with limit and offset values

Release v5.1.0

24 Jan 06:04
Compare
Choose a tag to compare

Changelog

  • feat: Add support for the Redmine Time Entries API

Release v5.0.0

23 Nov 03:46
70b8142
Compare
Choose a tag to compare

Changelog

  • feat: All implemented method updated to work with latest Redmine API version
  • feat: All fields that may be omitted are now pointers
  • feat: Replaced all IDs from int to int64
  • feat: Includes for methods now are specified with named constants
  • feat: Added tools to operate with filters and sorts
  • feat: Added function to init Redmine context

Release v4.5.0

29 Aug 03:55
Compare
Choose a tag to compare

Changelog

  • feat(#8): Add support for the Redmine Wiki API

v4.4.0

21 Jul 11:05
Compare
Choose a tag to compare

Changed license

v4.3.0

13 Jul 04:13
Compare
Choose a tag to compare

New:

  • Functions to make custom queries to Redmine
  • Ability to download files from Redmine

v4.2.0

30 Jun 18:56
Compare
Choose a tag to compare

Added issues start and due dates

v4.1.0

30 Jun 18:08
Compare
Choose a tag to compare

Added "private_notes" field into issues

v4.0.1

09 Oct 14:59
Compare
Choose a tag to compare

Changed project id from int to string

v3.0.0

22 Jul 16:39
Compare
Choose a tag to compare

Improved method prototypes in some modules