Zoom v0.19.0 Release Notes

Release Date: 2018-01-12 // about 6 years ago
  • 🚀 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.ModelId renamed to Model.ModelID.
    • Model.SetModelId renamed to Model.SetModelID.
    • RandomId renamed to RandomID.
    • Query.Ids renamed to Query.IDs.
    • Query.StoreIds renamed to Query.StoreIDs.
    • Transaction.ExtractIdsFromFieldIndex renamed to Transaction.ExtractIDsFromFieldIndex.
    • Transaction.ExtractIdsFromStringIndex renamed to Transaction.ExtractIDsFromStringIndex.
    • Transaction.DeleteModelsBySetIds renamed to Transaction.DeleteModelsBySetIDs.
    • Transaction.Ids renamed to Transaction.IDs.
    • Transaction.StoreIds renamed to Transaction.StoreIDs.
    • Updated CONTRIBUTING.md with simplified instructions for pull requests.
    • 💅 Various other typo fixes and code style improvements which do not affect exported identifiers.