The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Mastodon::Client

0.006     2017-04-18 02:28:45+01:00 Europe/London

  * New:
    * Added tests for more methods
    * Entity objects have experimental method shortcuts
  * Fixes:
    * Some of the GET methods did not correctly parse arguments
  * Changes:
    * The `uri` attribute for Status entities is not of type URI

0.005     2017-04-17 15:20:15+01:00 Europe/London

  * Fixes:
    * Fixed wrong links in POD

0.004     2017-04-17 15:14:15+01:00 Europe/London

  * New:
    * Added some tests for GET requests, using Test::TCP
    * Added an example script to dump responses to GET requests,
      mainly for debug
  * Fixes:
    * Corrected some inconsistencies in the method signatures
      with what was documented
    * Do not try to coerce non-entity responses (ie. from OAuth2 flow)
    * Respect the value of coerce_entities in more methods
  * Changes:
    * The `authorized` attribute is now never undefined

0.003     2017-04-17 00:12:15+01:00 Europe/London

  * New:
    * Added Travis CI configuration
  * Fixes:
    * Added some missing dependencies to dist.ini

0.002     2017-04-16 23:06:52+01:00 Europe/London

  * New:
    * Added convenience methods for all API endpoints
    * Added a `coerce_entities` option to turn JSON responses from
      Mastodon into Perl objects
    * Added more tests (suite is still far from complete!)
    * Added methods for sending DELETE and PATCH requests
    * Added this change log. :)
    * Several changes to dist.ini add repository data, META.json, etc.
    * Added documentation
  * Changes:
    * Interface of `timeline()` and `stream()` methods now more
      closely mirrors that of the rest of the distribution
  * Fixes:
    * Fixed several issues with passing arguments to requst functions

0.001

  * Initial release