All Versions
17
Latest Version
Avg Release Cycle
31 days
Latest Release
1512 days ago

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 a Person
  • v0.1.10 Changes

    June 13, 2019
    • ๐Ÿ†• New c.LastRequest will give you the method, url and postData for debugging
    • Customize the user agent per request
    • โšก๏ธ Updated docs and tests
  • v0.1.9 Changes

    June 13, 2019
    • ๐Ÿ‘‰ Username now takes a service provider: username@serviceProvider
    • ๐Ÿ›  Fixed all tests to accommodate for the change
  • 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
  • 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