Releases: BenB196/ip-api-go-pkg
Releases · BenB196/ip-api-go-pkg
0.1.0
Features:
Chores:
Refactor:
- Reformat code with modern formatting standards
- Switch from var to func for static slice definitions
- Update tests to make them easier to maintain
Docs:
- Update Readme to be more accurate and fix typos
0.0.8
Enhancements:
- Added support for hosting field of IP API
- Updated golang to 1.14
- Added debugging option to disable logging of queries
- Updated Readme to show support of new hosting field support
- Changed float32 and bool fields to pointers so that they can be nil
Fixes:
0.0.7
Release v0.0.7
Removed v0.0.5 and v0.0.6 as I didn't like how that was being handled.
Fixed issue with asname was improperly spelled as asame,
0.0.4
Added two new functions.
ValidateFields
ValidateLang
Both of these are intended to allow a developer to validate the fields and lang values more easily.
0.0.2
Attempt to fix the go.mod file
0.0.1
Initial release of ip-api-go-pkg.