All notable changes to mdAL
will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- AL CodeCop warnings for generated code (#19)
- AL code generator issues with short names for documents (#20)
- AL code generator issues with spaces in master entity's name (#22)
- Improved modularity (#14, #16)
- Now you can use
mdAL
in a more modularized way: You dont't have to specify all entities anymore but can choose to only generate AL code for parts of a solution (e. g. only Master or Supplemental entities).
- Now you can use
- Update to Xtext 2.23.0
- Update to picocli 4.5.2
- Symbol references parsing issues (#15)
- Generator for source code setup page extension
- Documentation
- Tests
- Improved indentation of generated AL code
- Content Assist issues
- Generator for customizations needed to support Navigate on posted documents
- Snippets
- Documentation
- Document Line Events:
OnBeforeInitRecord
andOnAfterInitRecord
- Validation for Page Fields and Page Groups
- Support for Java JRE 8 and above
- Various bug fixes related to the generator and IDE module
- Initial release