Releases: andreburgaud/jwt
Releases · andreburgaud/jwt
Release list
jwt 0.11.0
- Updated documentation and help
- Refactored code (JSON coloring)
- Reformatted code
jwt 0.10.0
- JSON Syntax highlighting for output of
decodecommand - Discard colors when the output is not the console
- Simplification of the argument processing (
parseoptis only used in the subcommands) - Remove the shortcuts
dfordecodeandeforencodeto remove ambiguity (I will add it if needed)
jwt 0.9.0
- 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
- Major refactoring to split command execution in separate modules
jwt 0.7.0
- Converted option
--decodeand--encodeto commandsdecodeandencode - 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
- Added cross-compilation for Windows x64
- Fixed a bug affecting the Windows app name
jwt 0.6.0
jwt 0.5.0
- Changed JSON output from a list of objects to an object with an explicit key for each section (
header,payload,signature) - Added a
--flattenoption to output a JSON object with each non-decoded section of a token - Replaced command
--extractwith--decode - Added Windows-specific build logic to generate Windows release
jwt 0.4.0
- Build compatible with Nim 2.0.0
- Build Zip artifact to include in the release
jwt 0.3.0
- Dates are converted to human-readable dates (iat, exp)
- Added tools to generate tokens to tests (folder tokens)