Changes in 5.0.4
New Features
Semantic Extensions
This release contains the official support of "Semantic Extensions". To know more about this feature you can see the docs and the examples
Relevant changes:
Unified path normalization behaviour for JS distribution
The implementation used to normalize paths in AMF was adjusted in JS to align its implementation with JVM. Both now rely on java.net.URI
, which has a native implementation provided by scala.js for JS.
This change was relevant for solving APIMF-3517.
AMF Fixed issues
- APIMF-3680: Fix static initialization of wrappers to be done only one time
- APIMF-3666: Update SBT, sbt plugins and available libs
- APIMF-3649: Verify path normalization fix does not break js/windows functionality
- APIMF-3386: RAML 1.0 examples on trait duplicated by usages of trait
- APIMF-3606: Wrong lexical in complex API (Async2)
- APIMF-3603: Unhandled syaml exception in Parsing