blob: 1fc6d19c2fa640f43eff943e67535197976b6868 (
plain) (
tree)
|
|
# v1.4.0 - yyyy-mm-dd
## Standard library additions and changes
- `uri` adds Data URI Base64, implements RFC-2397.
- Add [DOM Parser](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser)
to the `dom` module for the JavaScript target.
## Language changes
## Compiler changes
- Specific warnings can now be turned into errors via `--warningAsError[X]:on|off`.
- The `define` and `undef` pragmas have been de-deprecated.
## Tool changes
|