Skip to content

Releases: modal-dsl/modal

v0.4.1

27 Dec 18:25
Compare
Choose a tag to compare

Fixes

  • 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)

v0.4.0

16 Dec 22:00
05139a9
Compare
Choose a tag to compare

Added

  • 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).

Changed

  • Update to Xtext 2.23.0
  • Update to picocli 4.5.2

v0.3.1

21 Sep 19:54
Compare
Choose a tag to compare

Fixes

  • Symbol references parsing issues (#15)

v0.3.0

31 Aug 15:14
Compare
Choose a tag to compare

Added

  • Generator for source code setup page extension
  • Documentation
  • Tests

Changed

  • Improved indentation of generated AL code

v0.2.1

23 Jul 21:44
Compare
Choose a tag to compare

Fixes

  • Content Assist issues

v0.2.0

17 Jul 08:53
0fb5e9e
Compare
Choose a tag to compare

Added

  • Generator for customizations needed to support Navigate on posted documents
  • Snippets
  • Documentation
  • Document Line Events: OnBeforeInitRecord and OnAfterInitRecord
  • Validation for Page Fields and Page Groups
  • Support for Java JRE 8 and above

Fixes

  • Various bug fixes related to the generator and IDE module

v0.1.0

14 Jul 07:49
08e7e8d
Compare
Choose a tag to compare
  • Initial release