- Allow to numbers in is_obsolete and is_patch for attachment
- Allow is_private field for attachments to be a number
- Use vitest instead of jest
- Dependency updates
- Dependency updates
- Drop support for NodeJS 16.x - EOL
- Documentation fixes
- Dependency updates
- Drop support of NodeJS 14.x - EOL
- Security fixes (xmldom, luxon)
- Improved automation and CI
- Run tests against a live Bugzilla instance.
- Added
getAttachment
,getBugAttachments
,createAttachment
andupdateAttachment
API methods. - Add integration tests for rest of API methods
- Added
createBug
andupdateBug
API methods. - Added support for Authorization header for Red Hat Bugzilla
- Added
getComment
,getBugComments
andcreateComment
API methods.
- Fixed date/time validation.
- Added support for Red Hat Bugzilla.
- Documentation fixes.
- Added basic automated tests.
- Added CI for builds, tests and linting.
- Updated package dependencies.
First usable release.