Pfarah 0.7.0

dotnet add package Pfarah --version 0.7.0
NuGet\Install-Package Pfarah -Version 0.7.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pfarah" Version="0.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pfarah --version 0.7.0
#r "nuget: Pfarah, 0.7.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pfarah as a Cake Addin
#addin nuget:?package=Pfarah&version=0.7.0

// Install Pfarah as a Cake Tool
#tool nuget:?package=Pfarah&version=0.7.0

Parses files generated by the Clausewitz engine

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.7.0 1,261 7/20/2016
0.6.5 1,003 6/29/2016
0.6.4 1,022 5/28/2016
0.6.3 1,049 5/18/2016
0.6.2 1,081 1/30/2016
0.6.1 959 1/30/2016
0.6.0 1,064 1/27/2016
0.5.1 1,136 11/18/2015
0.5.0 1,049 11/15/2015
0.4.0 1,050 10/24/2015
0.3.6 1,322 8/6/2015
0.3.5 1,293 8/6/2015
0.3.4 1,381 8/6/2015
0.3.3 1,138 7/26/2015
0.3.2 1,097 6/24/2015
0.3.1 1,040 6/22/2015
0.3.0 1,027 6/19/2015
0.2.1 1,136 4/18/2015
0.2.0 1,063 3/16/2015
0.1.4 1,036 3/14/2015
0.1.3 1,029 3/13/2015
0.1.2 1,047 3/12/2015
0.1.1 1,038 3/11/2015
0.1.0 1,052 3/11/2015

This is big release. Probably the biggest in the foreseeable future. Any and
all code related to extracting and deserialization of values will need to
change. No deprecation notices, sorry just code that fails to compile. But
through this pain brings great improvements as the new API greatly simplifies
extraction and deserialization. As a case study I re-wrote an EU4 savegame
parser in nearly a day and it was a breeze to write. Hopefully the promise-
land offsets any issues. Check out the updated tutorial to become accustomed.
Parser can now parse comments
Many previous functions now moved under the `ParaValue` module
Make all deserialization in terms of a new type `ParaResult`
that is aliased to choice
Remove `tryFind`
Deserialization works can unwrap single instance arrays
Define slash operators to work like xpath
Allow `collect` to work on more than just objects