This repository has been archived by the owner on Jan 1, 2023. It is now read-only.
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.