The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Net-Async-Trello

0.007     2020-12-31 04:33:23+08:00 Asia/Kuala_Lumpur
    New features:

    - retry up to 3 times on failure (only applies to "safe" methods, i.e. readonly)

0.006     2020-12-23 08:57:42+08:00 Asia/Kuala_Lumpur
    New features:

    - ->member method for retrieving information about a specific person
    - the ::Card->history method now returns proper ::CardAction instances, hopefully making it more useful
    - websockets have an undocumented `->websocket_events` stream so that activity (including ping response)
    can be monitored, e.g. watchdog reconnection behaviour
    - card comment and list/creation methods - thanks to Felipe for these
    - improved search, thanks Michael

0.005     2019-06-04 13:51:56+08:00 Asia/Kuala_Lumpur
    New features:

    - support parameters for ->board, thanks to Bill Marriott (https://github.com/team-at-cpan/Net-Async-Trello/pull/3)

0.004     2019-02-06 00:02:02+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    - UTF-8 encoding was not correctly preserved on text

0.003     2018-12-21 12:40:11+08:00 Asia/Kuala_Lumpur
    New features:

    - card updates
    - default to visible cards and increase the limit for `::Board->cards`

    Bugs fixed:

    - no need to connect to websocket endpoint unless requested

0.002     2017-10-28 23:22:37+08:00 Asia/Kuala_Lumpur
    No new features.

    Bugs fixed:

    * Websocket support should now work with the upstream version of Net::Async::WebSocket

0.001     2017-05-11 20:47:59+08:00 Asia/Kuala_Lumpur
	* Initial release