As babylon.js changes, the serialization format changes too, so is there some kind of compatiblity matrix, that documents explictly the compatiblity of the serialization format against babylon.js version?
Or, is there any documents for breaking changes of the serialization format, like for the api?
What if babylon file created by newer engine loaded by older engine? Will the scene renders as-is in this case? A file format, like gltf or fbx, is expected to be able to be exported for older versions (maybe with the cost of lacking of some optionsl features, but not breaking the rendering)
But is there anywhere that documented when forward compatiblity broken? Or maybe a compatiblity matrix, version of engine to serialize and version to parse.