Releases: goodhosts/hostsfile
Releases · goodhosts/hostsfile
v0.1.6
NOTE Release v0.1.5 was deleted due to panics which this release fixed
What's Changed
- adding hostsline coverage by @luthermonson in #50
- fixing multiple calls to add and hostsperline from being destructive by @luthermonson in #52
- fixing loc being the ln number by @luthermonson in #53
Full Changelog: v0.1.4...v0.1.6
v0.1.4
What's Changed
- Maintain Comments Better by @luthermonson in #46
- adding coverage mage helpers by @luthermonson in #47
- fixing coverage by @luthermonson in #48
- updating readme and comments by @luthermonson in #49
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- fixed reordering bug in removing duplicate hosts the map caused reordering @luthermonson in #45
- fixed bug where if a hostsline was only a comment it never added the comment to the line @luthermonson in #45
- fixed refactored Remove logic to use new addLine func to improve indexing @luthermonson in #45
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- adding codecov by @luthermonson in #32
- remove host from an old ip if you add again by @luthermonson in #34
- upgrade golangci-lint by @luthermonson in #36
- get the condition and slice right when removing by position wants to remove the last line by @kaespi in #35
- When removing a hostname results in an IP without hostname, delete the IP as well by @kaespi in #37
- Add inline comments for HostsPerLine by @tomjn in #41
- Fixing Position Index Panics and Repo Cleanup by @luthermonson in #43
New Contributors
Full Changelog: v0.1.1...v0.1.2
v0.1.1
v0.1.0
first major revision of hostsfile switches from slice lookup to hashmap lookup for ips/hosts to improve performance on large hosts files
v0.0.10
Merge pull request #27 from goodhosts/const-to-var changing to vars so devs can set them
v0.0.9
Merge pull request #26 from goodhosts/win-hosts fix windows hosts per line problem
v0.0.8
Close fd after checking it is writable
v0.0.7
Merge pull request #14 from goodhosts/fix-combineip fix panic in combineIp