Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

File metadata and controls

31 lines (20 loc) · 1.03 KB

Changelog

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.

[7.4.2] - 2026-04-29

Fixed

  • Fixed possible runtime exception in String.popLast
  • Fixed value of rest when calling String.popLast, it was the last character when it should've been anything but
  • Fixed String.slice when using negative indices in a String containing characters that were two units wide

[7.4.1] - 2026-04-29

Fixed

  • When compiling without --optimized, Chars weren't properly wrapped in String.foldlUnits and String.foldrUnits
  • Bad iteration logic in String.foldrUnits

[7.4.0] - 2026-03-22

Added

  • Started changelog
  • Support Bytes in flags and ports
  • New Modules:
    • String.Parser for turning unstructuered String into structured data.
    • String.Parser.Advanced similar to String.Parser but with more options to handle errors