Version 0.19.0
Pre-release
Pre-release
The main purpose of this release is to address #27, but there are also many other small changes to improve code quality and satisfy gometalinter.
Because the linter requires changing some exported identifiers from Id to ID, this is a breaking change and is not backwards-compatible. However, there are no behavior changes and upgrading should be pretty straightforward.
Full Changelog
Model.ModelIdrenamed toModel.ModelID.Model.SetModelIdrenamed toModel.SetModelID.RandomIdrenamed toRandomID.Query.Idsrenamed toQuery.IDs.Query.StoreIdsrenamed toQuery.StoreIDs.Transaction.ExtractIdsFromFieldIndexrenamed toTransaction.ExtractIDsFromFieldIndex.Transaction.ExtractIdsFromStringIndexrenamed toTransaction.ExtractIDsFromStringIndex.Transaction.DeleteModelsBySetIdsrenamed toTransaction.DeleteModelsBySetIDs.Transaction.Idsrenamed toTransaction.IDs.Transaction.StoreIdsrenamed toTransaction.StoreIDs.- Updated CONTRIBUTING.md with simplified instructions for pull requests.
- Various other typo fixes and code style improvements which do not affect exported identifiers.