UNPKG

axios-redmine

Version:

axios-redmine is a nodejs library which supports 100% features of Redmine's REST API.

20 lines (10 loc) 1.05 kB
# Changelog ## [1.0.0](https://github.com/lupinthe14th/axios-redmine/compare/v0.1.52...v1.0.0) (2025-11-25) ### ⚠ BREAKING CHANGES * Migrated from Grunt to native npm scripts * axios has been updated from 0.x to 1.x. While the API remains largely compatible, consumers using advanced features should review the axios v1.x migration guide. ### security * Update dependencies to address vulnerabilities ([#94](https://github.com/lupinthe14th/axios-redmine/issues/94)) ([81b9f23](https://github.com/lupinthe14th/axios-redmine/commit/81b9f23a229722b60cc61ba730b93e7949be35a8)) ### Bug Fixes * Generate coverage before uploading to Codecov in CI ([#103](https://github.com/lupinthe14th/axios-redmine/issues/103)) ([f2802a8](https://github.com/lupinthe14th/axios-redmine/commit/f2802a8a7527206a913e6c6a9599366f578ee56f)) * Remove Grunt and resolve 26 security vulnerabilities ([#102](https://github.com/lupinthe14th/axios-redmine/issues/102)) ([9915c2c](https://github.com/lupinthe14th/axios-redmine/commit/9915c2cf16c9bf9fdbd3c01fe1e925c624962e78))