Skip to content

Releases: IronLanguages/dlr

DLR 1.2.2

30 Aug 12:53
9fb4ed8
Compare
Choose a tag to compare

This release has additional updates for modern C# usage as well as some work on unifying the implementation with the implementation in .NET Core. Thanks to @slozier and @gpetrou for their work!

DLR 1.2.1

05 Feb 23:19
Compare
Choose a tag to compare

The main differences in this release are maintainability. Thanks to @gpetrou, @slozier and @jp2masa for their work on this release. The updates were to bring the code up to modern C# programming practices and syntax and improve the continuous integration.

Dynamic Language Runtime 1.2.0-alpha2

25 Oct 14:52
1bb7e69
Compare
Choose a tag to compare
Pre-release

This is the second alpha (three years later!) of the Dynamic Language Runtime. There have been numerous changes since the last alpha.

  • The biggest change is the addition of a .NET Core build (thanks @slozier and @gpetrou for the majority of the work)
  • We now build and test on Windows, Linux and macOS
  • We now support only .NET 4.0 and up (no more .NET 2.0 or Silverlight support)
  • Significant code cleanup after removing Silverlight and .NET 2.0 support
  • Microsoft.Scripting.AspNet has been removed, a replacement will be coming in the future for ASP.NET Core

Thank you to all those who helped with this release!

Merged with latest from main

14 Feb 00:46
Compare
Choose a tag to compare
Pre-release

This is updated to include all changes from the main repository.