Skip to content

v2022-08-07

Compare
Choose a tag to compare
@Viir Viir released this 07 Aug 21:35
· 1074 commits to main since this release
Avoid dependency on Base64 with simpler encoding for bytes

Avoid dependency on Base64 (and thus the Bitwise module) in more scenarios in Elm Interactive: Adapt the compiler to use a representation based on lists of integers instead of a base64 string for encoding bytes values in the compilation interfaces (Source Files, Elm Make). Reduce code size by aggregating into 32-bit large integers where possible.
Expand the core modules to support Bytes encoding.