- feat(version): bump patch version to avoid go mod cache issue.
- feat(url): append base path in
url.BaseURL()
.- feat(api): add method
AddPath()
toClient
.
- feat(api): add method
- fix(#37): header copy in redirect plugin
- fix(#36): make middleware layer thread-safe
- feat(docs): add sponsor ad
- fix(#35): do not stop on parent middleware layer in error phase
- fix(travis): gentleman requires Go 1.7+
- fix(examples): formatting issue
- fix(examples): formatting issue
- Merge branch 'master' of https://github.com/h2non/gentleman
- feat(#33): add error handling example
- refactor(docs): split community based plugins
- Merge pull request #34 from izumin5210/logger
- Add link for gentleman-logger
- Merge pull request #31 from djui/patch-1
- Fix typo
- feat(docs): add gock reference
- fix(merge): resolve conflicts from master
- feat(docs): add versions notes
- refactor(docs): update version badge
- refactor(docs): update version badge
- Merge branch 'master' of https://github.com/h2non/gentleman into v2
- rerafctor(docs): use v2 godoc links
- refactor(examples): normalize import statements
- fix(bodytype): add Type() alias public method
- feat(History): update changes
- feat(version): bump to v2.0.0-rc.0
- fix: format code accordingly
- fix(travis): use Go 1.7+
- feat(v2): push v2 preview release
- feat(version): bump to v2.0.0-rc.0
- fix: format code accordingly
- fix(travis): use Go 1.7+
- refactor(context): adopt standard
context
. Introduces several breaking changes - feat(v2): push v2 preview release
- Merge pull request #28 from eyalpost/master
- refactor: remove finalizers (this introduces a minor breaking change)
- feat(docs): add v2 notice
- fix(#23): persist context data across body updates
- fix(lint): use proper code style
- fix(test): several lint issues
- fix(#22): adds support for multipart multiple form values. This introduces a minor interface breaking change
- feat(travis): add Go 1.8 CI support
- Merge pull request #21 from ewilazarus/master
- fix(#20): Prevents finalizing chunked responses
- fix(body): do not enforce POST method unless method is not already present.
- fix(#12): define request method via middleware.
- feat(body): transparently define POST method if needed.
- feat(multipart): transparently define POST method if needed.
- feat(multipart): support custom form field name.
- First release.