Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Releases: paked/messenger

v1.1.1: Merge pull request #59 from dfischer/get-nlp-v2

24 Apr 23:24
8417146
Compare
Choose a tag to compare

v1.0.0

04 Jan 09:39
ca367dc
Compare
Choose a tag to compare

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

04 Jan 01:46
8a7cca0
Compare
Choose a tag to compare

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.