Releases: bschaatsbergen/cidr
Releases · bschaatsbergen/cidr
v2.2.0
cidr explain
. "Host Addresses" has been changed to "Addresses" to include all addresses (including base and broadcast/anycast) and the host address count is now part of the "Usable Address Range", in parentheses.
Changelog
v2.1.1
v2.0.0
v1.4.0
Changelog
- e960d55 chore: add
explain
subcommand toREADME.md
- 76c592c chore: added PR template
- 856f8fb chore: bumped actions/labeler to v5
- 219488b chore: fix typo
- b42d4d1 chore: fix wording in
explain
section - dfbaacf chore: improve comments
- 57ed9c1 chore: improve the netmask function by separating it
- e49c1fa chore: move
explain
to the top - 0c229dc chore: rename
Address Count
toHost Addresses
- fdb72a8 fix: Fixed help text for explain command
v1.3.0
Changelog
- 1252e93 chore: add 2 helper functions to determine if a network is an IPv4 or IPv6 network
- 3d2a05a chore: add GetFirstUsableIPAddress, GetPrefixLength and errors
- 44b65d3 chore: add GetLastUsableIPAddress
- f9dce3a chore: add a length indicator to the prefix length
- 086a911 chore: add read permissions and set cache to false
- cb58113 chore: add tests
- 1e88c11 chore: bump checkout to v4
- 37fc787 chore: fix unnecessary conversion
- f647fa6 chore: handle IPv4 CIDR ranges with large prefixes having no broadcast addresses
- c1647fc chore: ignore goconst on explain func
- ae631a3 chore: improve the explainCmd by using a networkDetails struct
- 660fa48 chore: label anything touch
_test.go
files - 5bfb6a7 chore: move comment above if logic
- b100164 chore: produce a human readable number and print coloured network details
- d937b94 chore: rename file and change variable names to more transparent and clear in readability
- 6e0614e chore: skip-pkg-cache: true and skip-build-cache: true
- f4eaa78 feat: implement GetNetMask, GetBaseAddress and GetBroadcastAddress
- 98fe336 feat: init
explain
subcommand
v1.2.1
v1.2.0
v1.1.0
Changelog
- 38bd3c8 Bump github.com/spf13/cobra from 1.5.0 to 1.8.0
- ad1e4fe Bump github.com/spf13/cobra from 1.5.0 to 1.8.0
- eb0742c Bump github.com/stretchr/testify from 1.8.0 to 1.8.4
- 5ff1fdd Update labeler.yaml
- 9f40992 chore: add a downloads badge
- 993b217 chore: add binary
cidr
to.gitignore
- 08e7153 chore: align description with description of
cidr
in homebrew-core - a8c7c7f chore: bump to go1.21.4
- 743932c chore: improve installation instructions
- 3ab6af4 chore: move
cidr
in.gitignore
- 02d3fba chore: rebase and run
go mod tidy
- cfd1f49 chore: rename workflow to 'CI'
- d9c1cbd chore: set
configuration-path
- 51e64cf chore: set
configuration-path
- 860c582 chore: update LICENSE
- f9b5ed8 chore: update go checksum
- 783ed81 chore: update install through homebrew-core
- a47bead chore: use setup-go and pin to
go.mod
- dc34ef6 feat: add ability to label pull requests
- 9d9bb27 feat: creat a triage workflow
- bd3721a feat: create Dependabot.yaml