Breaking Changes
Documentation of breaking changes across SCORM API versions.
Overview
This document tracks all breaking changes introduced in SCORM API versions. Breaking changes are modifications that require updates to your integration code.
Version 1.0.0
Initial Release - No breaking changes (this is the first version).
Future Versions
Breaking changes for future versions will be documented here as they are released.
Planned Breaking Changes
None currently planned. We follow semantic versioning:
- Major version (X.0.0): Breaking changes
- Minor version (0.X.0): New features, backward compatible
- Patch version (0.0.X): Bug fixes, backward compatible
Deprecation Policy
When features are deprecated:
- Deprecation Notice: Feature marked as deprecated in documentation
- Deprecation Period: Feature remains functional for at least 6 months
- Removal: Feature removed in next major version
Migration Support
For help migrating between versions:
- See Migration Guides for step-by-step instructions
- Contact support@allurelms.com for assistance
- Review API Reference for current API structure
Last Updated: 2025-01-15