- ✔️ Support to Function Packages;
- ✔️ Introduces external protocols;
- ✔️ Protocols can provide their BOps functions as well;
- ✔️ BETA - Verification of modules dependency property accesses;
- ✔️ Meta-System configuration can be split in multiple files, as long as there is a path declared;
- ✔️ Introduces DBProtocols - Databases becomes part of the protocol definition;
- ✔️ Schemas need to define a protocol Database to connect to;
- ✔️ Add StdOut Debugging capabilities to BOps;
- Meta-System can be run on the Browser;
- New Addons architecture - Libraries/Protocols to Meta-System are simpler and easier to write, as well as making an existing one compatible;
- You can write Addons locally and test it with Meta-System without publishing to NPM
- Verification of module dependency property accesses - Becoming a stable feature;
- Streamline CLI usage;
- Meta-System as a framework - You can create modules locally and use them directly on your Meta-System BOps;
- Polish Meta-System integration to existing Systems;
- Add eventful debugging capabilities to BOps - Integrating Meta-System to an existing system should give you the ability to listen to what is happening inside the engine.
...