v0.8.0
Summary
API Update
- Support Conversation Visitor Identification API.
Bugfix
- Fix HsInt Marshal/Unmarshal process.
- Fixed the ability to bind string format numbers (e.g.
"0"
) returned by HubSpot toHsInt
.
- Fixed the ability to bind string format numbers (e.g.
What's Changed
- Visitor Identification module added. by @Sehbaz in #28
- Implements Unmarshaler and Stringer interface for HsInt by @kk-no in #29
- update README.md by @kk-no in #31
New Contributors
Full Changelog: v0.7.0...v0.8.0