edlang/CHANGELOG.md
2024-02-17 17:37:42 +01:00

1 KiB

Changelog

All notable changes to this project will be documented in this file.

[0.0.1-alpha.7] - 2024-02-17

Features

  • Compile unary op, compile asref, compile deref, reference arguments, avoid some temporaries on direct use

[0.0.1-alpha.6] - 2024-02-17

Bug Fixes

  • Fix a miscompilation

Features

  • Implement while
  • Improved logging
  • Ptr repr

[0.0.1-alpha.5] - 2024-02-14

Bug Fixes

  • Fix linker on distros like ubuntu
  • Ci improvements

[0.0.1-alpha.4] - 2024-02-14

Features

  • Better cli and add tests

Miscellaneous Tasks

  • Update version
  • Changelog

[0.0.1-alpha.3] - 2024-02-13

Bug Fixes

  • Add all fields to cargo.toml
  • Add doc field to cargo toml

Features

  • Properly version all crates
  • Add docs generation

Miscellaneous Tasks

  • Fix branch name
  • Fix doc ci

[0.0.1-alpha.2] - 2024-02-13

Features

  • Compile ifs

Miscellaneous Tasks

  • Update deps
  • Update version

Styling

  • Format
  • Naming