Skip to content

Releases: BenB196/ip-api-go-pkg

0.1.0

12 Oct 16:23
8a575c7
Compare
Choose a tag to compare

Features:

  • Support Offset field

Chores:

  • Update go.mod to 1.23

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.9

02 Oct 15:23
ed83487
Compare
Choose a tag to compare

Updates:

  • Bumped go to v1.15

0.0.8

06 Mar 00:59
1acc662
Compare
Choose a tag to compare

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:

  • Fixed tests

0.0.7

13 Oct 14:40
72159ca
Compare
Choose a tag to compare

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

07 Sep 19:17
Compare
Choose a tag to compare

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.3

05 Sep 02:09
Compare
Choose a tag to compare

Version bump

0.0.2

05 Sep 02:03
Compare
Choose a tag to compare

Attempt to fix the go.mod file

0.0.1

05 Sep 01:42
Compare
Choose a tag to compare

Initial release of ip-api-go-pkg.