All Versions
17
Latest Version
Avg Release Cycle
188 days
Latest Release
1504 days ago

Changelog History
Page 1

  • v1.0.1

    March 19, 2020
  • v1.0.0 Changes

    March 03, 2020

    ๐Ÿ“š Major release which breaks backwards compatibility. Please refer to the official documentation
    on how to use it

  • v0.6.1

    June 02, 2017
  • v0.6.0 Changes

    March 25, 2016

    ๐Ÿ’ฅ Breaking changes on the shorteners classes

    • Removing the Shortener class on the Shortener classes. Check the README for the new examples
    • โž• Adding wp-a.co Shortener #40
  • v0.5.8 Changes

    November 05, 2015
    • ๐Ÿ›  Fix goog.gl shortener
  • v0.5.6

    September 22, 2015
  • v0.5.5 Changes

    September 03, 2015
    • โž• Add timeout kwarg #9
  • v0.5.3 Changes

    August 04, 2015
    • โž• add debug kwarg on Shortener class
    • implemented total_clicks method on BaseShortener class.
    • implemented total_clicks on BitlyShortener
    • ๐Ÿ”„ change BitlyShortener short and expand to use GET requests
    • ๐Ÿ“ˆ BitlyShortener only requires bitly_token for shortening/expading/analytics
    • 100% Coverage :smiley:
  • v0.5.2 Changes

    July 29, 2015
    • ๐Ÿ›  Fix import shortcut
    • add _get and _post helper methods on BaseShortener
  • v0.5.1 Changes

    July 28, 2015
    • โž• add import shortcut

    0.5

    • โœ… tests running now with pytest
    • ๐Ÿ›  fix some py3 issues
    • โœ‚ Remove GenericExpander in favor of new BaseShortener class
    • All shorteners now must inherit from BaseShortener