Releases: pine-vm/pine
Releases · pine-vm/pine
v2022-06-16
Integrate .NET security patches and other updates https://devblogs.microsoft.com/dotnet/june-2022-updates/
v2022-03-20
Test recommended patches
v2022-02-09
Learn about recommendations from upstream projects
v2022-01-16
Add test framework for the development of the Elm Interactive Add a dedicated command to support testing the Elm interactive with selected scenarios. Report test execution duration to support the execution engine's development concerning runtime expenses.
v2021-12-30
Clean up and improve readability in the program code + Improve readability in the implementation with nullable annotations and records. + Also, fix some inconsistencies in the user interface.
v2021-12-13
Fix a bug in rejecting deployment with invalid migration + Fix underlying bug in the implementation to compose file store reader for appending a composition event: Automate regression test for this functionality. + Improve readability by refactoring from tuples to named types.
v2021-12-07
Reduce runtime expenses for delivering GZip compressed files Expand the `SourceFiles` and `ElmMake` compilation interfaces to support blobs `gzip` encoding at compile time. Adapt one of the example apps to demonstrate using the new compilation interfaces.
v2021-11-25
Support apps that also offer a graphical user interface Adapt to observation building `net6.0-windows` WPF app: Terminal windows appeared when using this method.
v2020-11-22
Expand the output from `elm-test-rs` with details on failures + Render more details of test failures. + Add colors for a better visual distinction between passing and failing runs.
v2021-11-19
Avoid `elm-test-rs` command failing on many environments Remove the dependency on the additional setup of the environment before running `elm-test-rs`: Remove the dependency on node. For discussion around this functionality, see: + https://github.com/mpizenberg/elm-test-rs/issues/37 + https://github.com/mpizenberg/elm-test-rs/pull/92