Skip to content

Releases: andreburgaud/jwt

jwt 0.11.0

Choose a tag to compare

@andreburgaud andreburgaud released this 20 Jan 03:35
bc0681d
  • Updated documentation and help
  • Refactored code (JSON coloring)
  • Reformatted code

jwt 0.10.0

Choose a tag to compare

@andreburgaud andreburgaud released this 23 Sep 04:34
2461c3b
  • JSON Syntax highlighting for output of decode command
  • Discard colors when the output is not the console
  • Simplification of the argument processing (parseopt is only used in the subcommands)
  • Remove the shortcuts d for decode and e for encode to remove ambiguity (I will add it if needed)

jwt 0.9.0

Choose a tag to compare

@andreburgaud andreburgaud released this 19 Sep 03:40
7f1d515
  • Catch all errors in the main for consistency and UX
  • Worked around a bug with double getopt
  • Swapped option --raw with --format-dates for clarity

jwt 0.8.0

Choose a tag to compare

@andreburgaud andreburgaud released this 17 Sep 22:29
d4112a9
  • Major refactoring to split command execution in separate modules

jwt 0.7.0

Choose a tag to compare

@andreburgaud andreburgaud released this 17 Sep 04:22
95729c5
  • Converted option --decode and --encode to commands decode and encode
  • Refactored code into multiple modules
  • Added tests and split the tests into multiple files (encode and decode)
  • Updated the documentation
  • Added task to generate the HTML code documentation
  • Fixed miscellaneous bugs

jwt 0.6.1

Choose a tag to compare

@andreburgaud andreburgaud released this 10 Sep 17:21
ed5321f
  • Added cross-compilation for Windows x64
  • Fixed a bug affecting the Windows app name

jwt 0.6.0

Choose a tag to compare

@andreburgaud andreburgaud released this 09 Sep 04:49
b09accf
  • Added command encode

jwt 0.5.0

Choose a tag to compare

@andreburgaud andreburgaud released this 19 Aug 20:46
34b05b9
  • Changed JSON output from a list of objects to an object with an explicit key for each section (header, payload, signature)
  • Added a --flatten option to output a JSON object with each non-decoded section of a token
  • Replaced command --extract with --decode
  • Added Windows-specific build logic to generate Windows release

jwt 0.4.0

Choose a tag to compare

@andreburgaud andreburgaud released this 10 Aug 01:26
864cb38
  • Build compatible with Nim 2.0.0
  • Build Zip artifact to include in the release

jwt 0.3.0

jwt 0.3.0 Pre-release
Pre-release

Choose a tag to compare

@andreburgaud andreburgaud released this 28 Jul 04:56
14ff495
  • Dates are converted to human-readable dates (iat, exp)
  • Added tools to generate tokens to tests (folder tokens)