All Versions
17
Latest Version
Avg Release Cycle
31 days
Latest Release
1512 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.1.11 Changes
June 13, 2019- ๐ Changed the response of
SearchByPointer()
to return*Response
like the other methods - Now you access the results via:
response.Person
vs getting just aPerson
- ๐ Changed the response of
-
v0.1.10 Changes
June 13, 2019- ๐ New
c.LastRequest
will give you themethod
,url
andpostData
for debugging - Customize the user agent per request
- โก๏ธ Updated docs and tests
- ๐ New
-
v0.1.9 Changes
June 13, 2019- ๐ Username now takes a service provider:
username@serviceProvider
- ๐ Fixed all tests to accommodate for the change
- ๐ Username now takes a service provider:
-
v0.1.8 Changes
June 11, 2019- ๐ Moved constants and http connection settings into config.go
- ๐ More clean up and fixes
-
v0.1.7 Changes
June 11, 2019- โ Added
dep
for vendoring of dependencies - ๐ Feature: added
hiemdall
http client- Exponential Backoffs
- Granular timeout controls
- Create a hystrix-like circuit breaker
- ๐ More comments / documentation
- โ Added
-
v0.1.6 Changes
June 11, 2019- โ Removed old code
- ๐ Cleaned up documentation / comments
-
v0.1.5 Changes
June 10, 2019- โ Add accepted service providers and ethnicities
- โ Added default language and country
- ๐จ Refactored helper methods
- More details in comments (url, plan, etc)
- All methods return an error
- Methods check for the basic validations
- Requirements for searching are now in helper methods