Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Minor release: v1.3.0

Compare
Choose a tag to compare
@MathieuAA MathieuAA released this 14 Apr 20:37
· 1295 commits to master since this release

What's new ☼

  • Errors from the JDL are now returned after the parsing's done,
    • This means that the #isValid method is deprecated and will be completely replaced in v2.0.0
  • When importing faulty JDL files, the JDL reader now throws a "nice" error telling what the error is, and where it is.

Bug fixes

  • [#114 fixed in #115] Blobs are now correctly generated (in the JSON files). Thanks @ruddell for the fix!