Releases: rcskids/ScriptLinkStandard
v1.0.58-beta
Fixes an issue that prevented modified FieldObjects from being returned in the ReturnOptionObject
v1.0.49-beta
Includes update to package license information and miscellaneous code cleanup
v1.0.40-beta
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
Removes the GetVersion method requirement from IScriptLink interface
v1.0.29-beta
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
Adds support for Error Code 6 for opening forms.
v1.0.18-beta
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
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
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
Includes a number of fixes, adds features like cloning and converting to and from JSON, and expands unit tests.