Skip to content

Releases: pine-vm/pine

v2022-06-16

17 Jun 17:57
Compare
Choose a tag to compare
Integrate .NET security patches and other updates

https://devblogs.microsoft.com/dotnet/june-2022-updates/

v2022-03-20

20 Mar 21:05
Compare
Choose a tag to compare
Test recommended patches

v2022-02-09

09 Feb 21:07
Compare
Choose a tag to compare
Learn about recommendations from upstream projects

v2022-01-16

17 Jan 07:12
Compare
Choose a tag to compare
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

30 Dec 19:32
Compare
Choose a tag to compare
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

13 Dec 16:42
Compare
Choose a tag to compare
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

07 Dec 19:42
Compare
Choose a tag to compare
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

25 Nov 15:09
Compare
Choose a tag to compare
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

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

19 Nov 15:39
Compare
Choose a tag to compare
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