Skip to content

Releases: IronLanguages/dlr

DLR 1.3.4

12 Jul 01:44
Compare
Choose a tag to compare

Resolves an issue with DebuggerDisplay and VB (thanks @BCSharp) and performance improvement when accessing ScopedStorage (thanks @arontsang).

DLR 1.3.3

10 Dec 20:22
Compare
Choose a tag to compare

Changes the minimum .NET Framework to v4.5.2 and adds .NET 6 assemblies. Also resolves issues with .NET Framework 4.6.2 and .NET 7.

DLR 1.3.2

28 Apr 00:05
Compare
Choose a tag to compare

Adds GNU Readline keybindings to the SuperConsole (thanks @BCSharp !) and resolves an issue which caused a failure when loading IronPython with Blazor WebAssembly (thanks @TwoUnderscorez !).

DLR 1.3.1

02 Dec 03:22
60dfacb
Compare
Choose a tag to compare

This release brings in changes to support the IronPython 3.4.0-beta release. It also resolves issues with .NET 5/6 and drops support for .NET Core 2.1.

Thanks to @BCSharp for the contributions!

DLR 1.3.0

16 Nov 19:26
Compare
Choose a tag to compare

This release is to support the IronPython 2.7.11 release. It brings in changes to improve handling parameter dictionary arguments (thanks @BCSharp).

DLR 1.3.0-candidate1

14 Sep 17:02
7480b9d
Compare
Choose a tag to compare
DLR 1.3.0-candidate1 Pre-release
Pre-release

This release removes zlib.net from the DLR and resolves some issues with IronPython.

DLR 1.2.3

27 Apr 14:10
Compare
Choose a tag to compare

This release adds .NET Core 3.1 support to the DLR.

DLR 1.2.3-candidate1

30 Oct 18:26
e6685f2
Compare
Choose a tag to compare
DLR 1.2.3-candidate1 Pre-release
Pre-release

Release candidate with .NET Core 3.0 support and Source Link!

DLR 1.2.3-alpha0

22 Feb 01:21
68ff345
Compare
Choose a tag to compare
DLR 1.2.3-alpha0 Pre-release
Pre-release

This is a minor release to provide a .NET Standard 2.0 package.

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!