All Versions
33
Latest Version
Avg Release Cycle
132 days
Latest Release
966 days ago

Changelog History
Page 3

  • v1.3.0 Changes

    February 24, 2015

    ๐Ÿ’Ž Full Changelog

    Closed issues:

    • ๐Ÿ’Ž Signature Verification to Return Verification Error rather than decode error #57
    • ๐Ÿ’Ž Incorrect readme for leeway #55
    • ๐Ÿ’Ž What is the reason behind stripping the = in base64 encoding? #54
    • ๐Ÿ’Ž Preperations for version 2.x #50
    • ๐Ÿš€ Release a new version #47
    • ๐Ÿ’Ž Catch up for ActiveWhatever 4.1.1 series #40

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’Ž raise verification error for signiture verification #58 (punkle)
    • โž• Added support for not before claim verification #56 (punkle)
    • ๐Ÿ’Ž Preperations for version 2.x #49 (excpt)
  • v1.2.1 Changes

    January 22, 2015

    ๐Ÿ’Ž Full Changelog

    Closed issues:

    • ๐Ÿ’Ž JWT.encode({"exp": 10}, "secret") #52
    • ๐Ÿ’Ž JWT.encode({"exp": 10}, "secret") #51

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’Ž Accept expiration claims as string #53 (yarmand)
  • v1.2.0 Changes

    November 24, 2014

    ๐Ÿ’Ž Full Changelog

    Closed issues:

    • ๐Ÿ’Ž set token to expire #42

    ๐Ÿ”€ Merged pull requests:

  • v1.0.0 Changes

    May 07, 2014

    ๐Ÿ’Ž Full Changelog

    Closed issues:

    • ๐Ÿ’Ž API request - JWT::decoded_header() #26

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’Ž return header along with playload after decoding #35 (sawyerzhang)
    • ๐Ÿ’Ž Raise JWT::DecodeError on nil token #34 (tjmw)
    • ๐Ÿ’Ž Make MultiJson optional for Ruby 1.9+ #33 (petergoldstein)
    • ๐Ÿ‘ Allow access to header and payload without signature verification #32 (petergoldstein)
    • โšก๏ธ Update specs to use RSpec 3.0.x syntax #31 (petergoldstein)
    • ๐Ÿ’Ž Travis - Add Ruby 2.0.0, 2.1.0, Rubinius #30 (petergoldstein)
  • v0.1.13 Changes

    May 08, 2014

    ๐Ÿ’Ž Full Changelog

    Closed issues:

    • ๐Ÿ’Ž yanking of version 0.1.12 causes issues #39
    • ๐Ÿ’Ž Semantic versioning #37
    • โšก๏ธ Update gem to get latest changes #36
  • v0.1.11 Changes

    January 17, 2014

    ๐Ÿ’Ž Full Changelog

    Closed issues:

    • ๐Ÿ’Ž url safe encode and decode #28
    • ๐Ÿš€ Release #27

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  fixed urlsafe base64 encoding #29 (tobscher)
  • v0.1.10 Changes

    January 10, 2014

    ๐Ÿ’Ž Full Changelog

    Closed issues:

    • ๐Ÿ”„ change to signature of JWT.decode method #14

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fix warning: assigned but unused variable - e #25 (sferik)
    • ๐Ÿ’Ž Echoe doesn't define a license= method #24 (sferik)
    • ๐Ÿ—„ Use OpenSSL::Digest instead of deprecated OpenSSL::Digest::Digest #23 (JuanitoFatas)
    • ๐Ÿ’Ž Handle some invalid JWTs #22 (steved)
    • โž• Add MIT license to gemspec #21 (nycvotes-dev)
    • ๐Ÿ’Ž Tweaks and improvements #20 (threedaymonk)
    • ๐Ÿ’Ž Don't leave errors in OpenSSL.errors when there is a decoding error. #19 (lowellk)
  • v0.1.8 Changes

    March 14, 2013

    ๐Ÿ’Ž Full Changelog

    ๐Ÿ”€ Merged pull requests:

  • v0.1.7 Changes

    March 07, 2013

    ๐Ÿ’Ž Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ’Ž Catch MultiJson::LoadError and reraise as JWT::DecodeError #16 (rwygand)
  • v0.1.6 Changes

    March 05, 2013

    ๐Ÿ’Ž Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • ๐Ÿ›  Fixes a theoretical timing attack #15 (mgates)
    • ๐Ÿ’Ž Use StandardError as parent for DecodeError #13 (Oscil8)