Releases: nixys/nxs-go-redmine
Releases · nixys/nxs-go-redmine
Release v5.1.1
Changelog
- fix: issues: use correct url with limit and offset values
Release v5.1.0
Changelog
- feat: Add support for the Redmine Time Entries API
Release v5.0.0
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
toint64
- 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
Changelog
- feat(#8): Add support for the Redmine Wiki API
v4.4.0
Changed license
v4.3.0
New:
- Functions to make custom queries to Redmine
- Ability to download files from Redmine
v4.2.0
Added issues start and due dates
v4.1.0
Added "private_notes" field into issues
v4.0.1
Changed project id from int to string
v3.0.0
Improved method prototypes in some modules