Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

66 lines (42 loc) · 1.55 KB

Change Log

v0.4.0 (2019-02-18)

  • Features:

    • Allow to override the name of the header #34
  • Improvements:

    • docs updated with flask_jwt #27
    • should update CI/CD to test httpie versions >= 1.0.0 #36

Details: https://github.com/teracyhq/httpie-jwt-auth/milestone/5?closed=1

v0.3.0 (2017-03-21)

[TL;DR]

  • colon character is not required for --auth anymore
  • add CI/CD system; improve tests (unit + integration)
  • add Docker image workflow and usage instruction docs

[Details]

  • Features:

    • should not require to have colon character #3
  • Improvements:

    • should have integration tests #20
    • should add Docker support for dev, add Docker image #17
    • update supported python versions #1
    • add tests #2
  • Tasks:

    • should have Docker image available and usage instruction #23

v0.2.1 (2016-01-30)

  • bug fixes:
    • fix python 3 compatible problem

v0.2.0 (2016-01-29)

  • improvements:
    • allow to override default auth prefix Bearer with env var #5

v0.1.0 (2015-08-24)

Release the first milestone