0.2-beta
0.2 Release of mgen. Changes:
- Generated java code now uses java.util.List and java.util.Map instead of specifically ArrayList and HashMap
--> This means:
- Code generated with the 0.2 mgen compiler must build with 0.2 mgen javalibs
- C++ and JavaScript unaffected
- Serialized formats unaffected (all data saved with 0.1 can be loaded with 0.2, and vice versa)
0.2.1 Released as well (same source, same git tag)
- Built with java 1.7 (building 0.2 with 1.8 was a mistake)