Releases: mikerourke/trello-for-wolves
Releases · mikerourke/trello-for-wolves
v2.0.8
v2.0.0
Complete re-write of library to use TypeScript and the Fetch API.
Check the Version 2 Breaking Changes section in README.md
for migration details.
v1.5.1
- Update rate limiter details in
README.md
v1.5.0
Breaking Change
- Change names of some of the Enterprise functions
v1.4.7
- Implement custom rate limiter due to security issues with
request-rate-limiter
library- Rate limiting library was using an old version of the
request
library with known security issues
- Rate limiting library was using an old version of the
v1.4.6
- Add missing
queryArg
validation for ensuring correctqueryArgs
are sent to API - Fix issue with request error handler not working correctly
- Add MIME types for Flow when uploading attachments
v1.3.3
- Fix issue with
addBoard
failing ifdefaultLabels
ordefaultLists
were specified as queryArgs - Add functionality to use Enterprise routes
- Still need to write tests and documentation
v1.3.2
- Remove
Object.entries
code to eliminate the need for a polyfill or Node 8.
v1.2.2
- Fix issue with missing
lib
directory - Add initial version of file handling (performing
POST
requests to upload logo, attachments, etc. - Update README to include file handling code
v1.1.2
- Minor changes to README