Releases: mikerourke/trello-for-wolves
Releases · mikerourke/trello-for-wolves
Release list
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-limiterlibrary- Rate limiting library was using an old version of the
requestlibrary with known security issues
- Rate limiting library was using an old version of the
v1.4.6
- Add missing
queryArgvalidation for ensuring correctqueryArgsare 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
addBoardfailing ifdefaultLabelsordefaultListswere specified as queryArgs - Add functionality to use Enterprise routes
- Still need to write tests and documentation
v1.3.2
- Remove
Object.entriescode to eliminate the need for a polyfill or Node 8.
v1.2.2
- Fix issue with missing
libdirectory - Add initial version of file handling (performing
POSTrequests to upload logo, attachments, etc. - Update README to include file handling code