Releases: jason-kerney/FeldSpar
Target DotNet Standard 2.0
This release is to pivot the framework to only target DotNet Standard.
New Support For F# Scripts
This release supports F# Scripts with a nice syntax and a handful of helper functions
Added Setup and Teardown
Added additional ways to verify expected out puts
Added the ability to check a query against a gold standard executing the query if it does not match.
checkQueryResultAgainstStandard
Added ability to compare collections against each other with:
expectsToContain
expectsToNotContain
expectsToContainOnly
expectsToNotContainAnyOf
Support every major version of .Net from 4.0 to 4.6.1
.Net 4.0
.Net 4.5
.Net 4.5.1
.Net 4.5.2
.Net 4.6
.Net 4.6.1
Added Documentation
Added an example test file, and fixed approval reference so that the correct files are retrieved from Nuget.
Fixed F# Version
Moved to most recent version of F#
Basic Functionality Complete
Moved to .Net Framework Version 4.6
Added Module information to test failures.
Added Module information to Approval File Names
Updated Version of Approvals
0.6.0.1 Pushing To Nuget
Simplified Execution of tests
0.6.0.0 Merge branch 'Gutted'