Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
version history
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrijalva committed Nov 16, 2015
1 parent b728399 commit f164e17
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions VERSION_HISTORY.md
@@ -1,5 +1,13 @@
## `jwt-go` Version History

#### 2.4.0

* Added new type, Parser, to allow for configuration of various parsing parameters
* You can now specify a list of valid signing methods. Anything outside this set will be rejected.
* You can now opt to use the `json.Number` type instead of `float64` when parsing token JSON
* Added support for [Travis CI](https://travis-ci.org/dgrijalva/jwt-go)
* Fixed some bugs with ECDSA parsing

#### 2.3.0

* Added support for ECDSA signing methods
Expand Down

0 comments on commit f164e17

Please sign in to comment.