Releases: pariz/gountries
Releases · pariz/gountries
v0.1.6
What's Changed
- Add support to query countries based on calling code by @rohithv-tw in #44
- Add FindCountriesByCurrency by @perriea in #48
New Contributors
- @rohithv-tw made their first contribution in #44
- @perriea made their first contribution in #48
Full Changelog: 0.1.4...v0.1.6
v0.1.5
Creating this release for compatibility to Go Modules (vMAJOR.MINOR.PATCH
scheme).
You can now import gountries in your go.mod
as:
require github.com/pariz/gountries v0.1.5
v0.1.4
What's Changed
- BQ & SH country support by @Youhar in #22
- Add FindSubdivision(ByName|ByCode) by @tylerstillwater in #21
- Add FindCountryByNativeName to take advantage of the available info by @pnfb in #26
- Fix init queryInstance concurrent race by @bastengao in #32
- runnable examples by @guillermo-menjivar in #31
- Add FindSubdivisionCountryByName query by @machadovilaca in #37
- Integrate github actions by @bastengao in #33
- Add go.mod by @pbabbicola in #41
- Use correct path for go.mod by @pbabbicola in #43
New Contributors
- @Youhar made their first contribution in #22
- @tylerstillwater made their first contribution in #21
- @pnfb made their first contribution in #26
- @bastengao made their first contribution in #32
- @guillermo-menjivar made their first contribution in #31
- @machadovilaca made their first contribution in #37
- @pbabbicola made their first contribution in #41
Full Changelog: 0.1.3...0.1.4
Updating name to prefix v so it works with go mod
Added `FindAllCountries()` to `Query` struct.
Merge pull request #16 from pariz/query-and-test-fixes Fixed the math tests. Added query.FindAllCountries() as requested in #15
0.1.2
0.1.1
0.1.0: Merge pull request #12 from aaronmcohen/master
Official name query support