This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
Releases: paked/messenger
Releases · paked/messenger
v1.1.1: Merge pull request #59 from dfischer/get-nlp-v2
v1.0.0
As described in the previous release and this thread this is a new set of breaking changes which fixes some errors to do with permissions -- and introduces some breaking API changes.
ProfileByID(id int64, profileFields ...string)
became ProfileByID(id int64, profileFields []string)
. See #50 and subsequent PR #51 for more information. See the examples for an idea on how you should update your codebase.
v0.0.1: Merge pull request #54 from EddyTravels/feature/sticker-id
We're going to start properly tagging releases using semver so people can use this package with Go modules.
This version is our last commit before we make breaking changes in #51.