Releases: pine-vm/pine
Releases · pine-vm/pine
v2024-03-22
Ensure we can deploy new Elm app versions Despite compilation of the previously deployed version failing.
v2024-03-15
Optimize generated C# code with specialized parameter lists Introduce specialized parameter lists for code generated to represent Pine expressions to reduce runtime expenses and improve readability in the generated code.
v2024-02-17
Improve value declarations in intermediate representation for readabi…
v2024-01-15
Clean up compiler interface and configure Jint for compilation scenarios
v2024-01-01
Expand coverage of Elm core libraries for Elm compiler Expand the coverage of the Elm core libraries for functions used by the Pine module in the Elm compiler: Add test scenarios and implementations for declarations from the 'List' and 'String' modules.
v2023-12-05
Filter out unnecessary input files on 'make' command Adapt the 'make' command to discard 'elm-stuff' and '.git' directories when loading from a local file system.
v2023-11-26
Apply patches recommended from upstream projects
v2023-11-15
Apply patches recommended from upstream projects
v2023-10-21
Simplify kernel functions unifying integer and logical negation Unify the negation of integer and boolean values in a common kernel function.