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

v1.0.0

Compare
Choose a tag to compare
@paked paked released this 04 Jan 09:39
· 30 commits to master since this release
ca367dc

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.