Backwards compatibility #353
mkoskim
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
One of the things you might think, is if the future releases of MaweJS can read the files you made with earilier versions?
No need to worry. For me, personally, it is important, that the editor I use reads files created 10-15 years ago. It is far too important to me, that newer versions also read the older file formats, that you can't assume anything else. For this purpose, there is already a module named
migration.js
which deals with the issue:https://github.com/mkoskim/mawejs/blob/master/src/document/xmljs/migration.js
It is true that at this particular moment, MaweJS can not import old Moe files. But the reason is that most probably I am the only one in the world who has those moe-files on my disk. The reason I have not yet made a conversion, is just that I haven't yet touched those old files. But eventually, it will happen, and there is already an issue for that:
Beta Was this translation helpful? Give feedback.
All reactions