All Versions
10
Latest Version
Avg Release Cycle
72 days
Latest Release
1999 days ago

Changelog History

  • v1.0.0 Changes

    November 04, 2018
    • โž• Add HTTP CONNECT method (#144)
    • โž• Add clear command (#126)
    • ๐Ÿ›  Fix bug: root path / leads to crash (#145)
    • ๐Ÿ›  Fix bug: Cookie related AttributeError on Python 2 (#145)
  • v0.11.2 Changes

    March 07, 2018
    • ๐Ÿ›  Fix bug: Handle OpenAPI basePath properly (#140, #141)
  • v0.11.1 Changes

    January 06, 2018
    • ๐Ÿ›  Fix bug: Allow passing a URL to --spec (#136)
    • โฌ†๏ธ Upgrade and pin prompt_toolkit at 1.x (#138)
  • v0.11.0 Changes

    October 24, 2017
    • โž• Add --env CLI option to preload environment (#131, #132)
    • โž• Add support for persistent history (#130)
    • โฌ‡๏ธ Drop Python 2.6 support (#129)
    • โœ… Ignore data.json generated from tests (#128)
  • v0.10.2 Changes

    August 02, 2017
    • ๐Ÿ›  Fix typos in documentation (#119, #121)
    • ๐Ÿ‘‰ Use tuples inside of str.startswith (#122)
    • โœ‚ Remove extra argument from six.u (#123)
    • ๐Ÿ“ฆ Conditionally install ordereddict package on Python 2.6 (#124)
  • v0.10.1 Changes

    May 11, 2017
    • cd without an argument resets URL to root (#114)
    • ๐Ÿ›  Fix --spec crash issue on Windows (#116)
  • v0.10.0 Changes

    April 16, 2017
    • โž• Add support for ls and OpenAPI/Swagger spec (#63)
  • v0.9.3 Changes

    March 27, 2017
    • ๐Ÿ”„ Change LICENSE from MIT to AGPL
    • โž• Add COMM-LICENSE
  • v0.9.2 Changes

    February 15, 2017
    • ๐Ÿ›  Fix bug: Unable to escape separator in paramter name (#106)
    • ๐Ÿ›  Fix bug: rm -b autocomplete for raw json paramters (29e0895)
    • ๐Ÿ›  Fix bug: Cursor being reset to position 0 (#107)
    • ๐Ÿ›  Fix bug: UnboundLocalError on 'new_opts' (#110)
  • v0.9.1 Changes

    January 23, 2017
    • ๐Ÿ›  Fix bug: Crash when using non-ascii chars on Python 2.7 (#104)