Changelog
Coming soon 🚀
Points of Interest are now well supported and can be maintained via the MOVE Platform
New and stylish public documentation
Reworked Getting started section
Versioning Convention:
MOVE SDK releases follow the semantic versioning scheme MAJOR.MINOR.PATCH, where:
MAJOR version increments if the release contains incompatible API changes.
MINOR version increments if a functionality in a backwards-compatible manner is added.
PATCH version increments for backward-compatible hotfix releases
Committed Changelog Protocol
APIs could be deprecated in minor versions.
Deprecated APIs could only be removed on major version changes.
Minor feature releases and hot-fix patch releases are always backward compatible.
Last updated