Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.16 KB

CHANGELOG.md

File metadata and controls

48 lines (27 loc) · 1.16 KB

Change Log

All notable changes to the "Pnut - A reimplementation in TypeScript" are documented in this file.

Check Keep a Changelog for reminders on how to structure this file. Also, note that our version numbering adheres to Semantic Versioning.

[Unreleased]

Work to appear in upcoming releases:

  • adding STRUCT support as in PNut_v45.exe

[1.43.2] 2024-09-22

  • Repair command-line option parsing (on Windows/Linux)
  • BUGFIX fixed elementizer issues caused by preprocessor changes
  • Compatible with PNut_v43.exe

know issues v1.43.2

  • Compiler occasionally produces duplicate error messages

[1.43.1] 2024-09-17

  • Finish implementation of PreProcessor (Oops!)
  • Clean up output under error conditions
  • Compatible with PNut_v43.exe

know issues v1.43.1

  • Compiler occasionally produces duplicate error messages

[1.43.0] 2024-09-11

  • Initial Release for Testing
  • Compatible with PNut_v43.exe

[0.43.1] 2024-08-30

  • Fix linux x86 packaging along with install docs

[0.43.0] 2024-08-29

  • Preparation of initial release for testing

[0.0.0] 2024-01-02

  • Initial repo created