Skip to content

Releases: pine-vm/pine

v2024-03-22

22 Mar 09:14
Compare
Choose a tag to compare
Ensure we can deploy new Elm app versions

Despite compilation of the previously deployed version failing.

v2024-03-15

15 Mar 23:06
Compare
Choose a tag to compare
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

17 Feb 21:20
Compare
Choose a tag to compare
Improve value declarations in intermediate representation for readabi…

v2024-01-15

15 Jan 22:39
Compare
Choose a tag to compare
Clean up compiler interface and configure Jint for compilation scenarios

v2024-01-01

02 Jan 00:55
Compare
Choose a tag to compare
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

05 Dec 22:50
Compare
Choose a tag to compare
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

26 Nov 21:11
Compare
Choose a tag to compare
Apply patches recommended from upstream projects

v2023-11-15

15 Nov 21:06
Compare
Choose a tag to compare
Apply patches recommended from upstream projects

v2023-10-21

21 Oct 21:39
Compare
Choose a tag to compare
Simplify kernel functions unifying integer and logical negation

Unify the negation of integer and boolean values in a common kernel function.