Releases: niclabs/dns-tools
Releases · niclabs/dns-tools
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Version 1.0
- Now the commands/flags are parsed by Cobra Commander library. This library is used by a lot of Golang Projects and handles the most common flags cases, showing a helpful explanation if the flags are not consistent.
- Reorganized the code a bit, moving methods between files and rewriting some functions as struct methods or changing multiple return values for structs.
- Added some tests to the code and I changed some function signatures to be compatible with the tests (receiving readers instead of file paths, for example)
- Commented all the methods and the comments should be shown in the project GoDoc page if this branch is merged with master.
- Added an Expiration Date argument for signatures (Issue #7). The default signature expiration date is one year from the signing date. I also added a test to check if a signature is still valid or not.
- Some flags names were changed for more consistency (all the compound flags use a mid-dash, on the previous version, sometimes they used a low_dash)
Initial Release
v0.8 change expiration name