Casper JS SDK v5.0.0-rc6
Pre-release
Pre-release
Added
- Basic documentation for Casper 2.0 (Condor)
- Enhanced
CLValue.newCLOption
Method:- Automatic resolution of the option type from
inner
when provided. - Optional
clType
parameter wheninner
is present. - Defaults to
CLTypeAny
ifinner
isnull
andclType
is not specified.
- Automatic resolution of the option type from
- New Method:
ExecutionResult.toJSON(executionResult: ExecutionResult): object
- Converts an
ExecutionResult
instance to a plain JSON object using theTypedJSON
serializer.
- Converts an
Fixed
- Issue with parsing in RPC
getDictionaryItem
method
Full Changelog: 5.0.0-rc5...5.0.0-rc6