Skip to content

Releases: mikerourke/trello-for-wolves

v2.0.8

03 Apr 17:25
v2.0.8
cad4c10
Compare
Choose a tag to compare
chore: upgrade version to v2.0.8

v2.0.0

03 Feb 02:51
108320f
Compare
Choose a tag to compare

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

26 Oct 20:07
Compare
Choose a tag to compare
  • Update rate limiter details in README.md

v1.5.0

24 Jul 14:18
Compare
Choose a tag to compare

Breaking Change

  • Change names of some of the Enterprise functions

v1.4.7

22 Jul 22:13
Compare
Choose a tag to compare
  • 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

v1.4.6

19 Jul 03:35
Compare
Choose a tag to compare
  • Add missing queryArg validation for ensuring correct queryArgs are sent to API
  • Fix issue with request error handler not working correctly
  • Add MIME types for Flow when uploading attachments

v1.3.3

15 Jul 17:22
Compare
Choose a tag to compare
  • Fix issue with addBoard failing if defaultLabels or defaultLists were specified as queryArgs
  • Add functionality to use Enterprise routes
    • Still need to write tests and documentation

v1.3.2

15 Jul 14:20
Compare
Choose a tag to compare
  • Remove Object.entries code to eliminate the need for a polyfill or Node 8.

v1.2.2

15 Jul 14:21
Compare
Choose a tag to compare
  • 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

15 Jul 14:25
Compare
Choose a tag to compare
  • Minor changes to README