Skip to content

Changes in 5.0.4

Compare
Choose a tag to compare
@tomsfernandez tomsfernandez released this 08 Feb 15:34
· 1857 commits to develop since this release
814bdd0

Released Feb 8, 2022.

JS asset

JVM asset

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

GitHub issues fixed