Skip to content

Releases: rcskids/ScriptLinkStandard

v1.0.58-beta

04 Apr 03:06
Compare
Choose a tag to compare
v1.0.58-beta Pre-release
Pre-release

Fixes an issue that prevented modified FieldObjects from being returned in the ReturnOptionObject

v1.0.49-beta

02 Apr 18:04
Compare
Choose a tag to compare
v1.0.49-beta Pre-release
Pre-release

Includes update to package license information and miscellaneous code cleanup

v1.0.40-beta

02 Apr 02:00
40683b8
Compare
Choose a tag to compare
v1.0.40-beta Pre-release
Pre-release

Expands cloning availability and changes from Shallow Copy to Deep Copy methodology.
GetReturnOptionObject now returns a modified clone of the provided OptionObject to leaving provided OptionObject intact.

v1.0.30-beta

19 Mar 17:06
Compare
Choose a tag to compare
v1.0.30-beta Pre-release
Pre-release

Removes the GetVersion method requirement from IScriptLink interface

v1.0.29-beta

19 Mar 00:36
7f255d9
Compare
Choose a tag to compare
v1.0.29-beta Pre-release
Pre-release

Adds an ErrorCode object to help with the selection of error codes on return. This update also includes Url and OpenFormString validation when using ErrorCode.OpenUrl and ErrorCode.OpenForm respectively.

v1.0.23-beta

14 Mar 17:50
Compare
Choose a tag to compare
v1.0.23-beta Pre-release
Pre-release

Adds support for Error Code 6 for opening forms.

v1.0.18-beta

08 Mar 19:21
Compare
Choose a tag to compare
v1.0.18-beta Pre-release
Pre-release

This update includes grammar changes for handling single fields, better coverage of the library by unit tests, and the addition of new RowAction and FieldAction objects.

v1.0.11-beta

26 Feb 00:15
6a1dad9
Compare
Choose a tag to compare
v1.0.11-beta Pre-release
Pre-release

Includes a number of fixes for .NET .4.6.1 and error handling, removes dependency on Microsoft.CodeCoverage, and implements new GetNextAvailableRowId helper and FormObject method.

v1.0.0-beta.1

18 Sep 00:02
a48164a
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

This release increases the .NET Framework requirement from .NET 4.5 or later to .NET 4.6.1 or later, adds the ability to serialize and deserialize objects as XML, and includes numerous documentation updates.

v1.0.0-beta

25 Jul 23:53
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release

Includes a number of fixes, adds features like cloning and converting to and from JSON, and expands unit tests.