All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Fixed possible runtime exception in
String.popLast - Fixed value of
restwhen callingString.popLast, it was the last character when it should've been anything but - Fixed
String.slicewhen using negative indices in aStringcontaining characters that were two units wide
- When compiling without
--optimized,Chars weren't properly wrapped inString.foldlUnitsandString.foldrUnits - Bad iteration logic in
String.foldrUnits
- Started changelog
- Support
Bytesin flags and ports - New Modules:
String.Parserfor turning unstructueredStringinto structured data.String.Parser.Advancedsimilar toString.Parserbut with more options to handle errors