Pfarah 0.7.0
dotnet add package Pfarah --version 0.7.0
NuGet\Install-Package Pfarah -Version 0.7.0
<PackageReference Include="Pfarah" Version="0.7.0" />
paket add Pfarah --version 0.7.0
#r "nuget: Pfarah, 0.7.0"
// 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 | Versions 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. |
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,317 | 7/20/2016 |
0.6.5 | 1,031 | 6/29/2016 |
0.6.4 | 1,047 | 5/28/2016 |
0.6.3 | 1,077 | 5/18/2016 |
0.6.2 | 1,112 | 1/30/2016 |
0.6.1 | 992 | 1/30/2016 |
0.6.0 | 1,096 | 1/27/2016 |
0.5.1 | 1,163 | 11/18/2015 |
0.5.0 | 1,076 | 11/15/2015 |
0.4.0 | 1,080 | 10/24/2015 |
0.3.6 | 1,354 | 8/6/2015 |
0.3.5 | 1,320 | 8/6/2015 |
0.3.4 | 1,416 | 8/6/2015 |
0.3.3 | 1,169 | 7/26/2015 |
0.3.2 | 1,128 | 6/24/2015 |
0.3.1 | 1,068 | 6/22/2015 |
0.3.0 | 1,064 | 6/19/2015 |
0.2.1 | 1,174 | 4/18/2015 |
0.2.0 | 1,100 | 3/16/2015 |
0.1.4 | 1,073 | 3/14/2015 |
0.1.3 | 1,060 | 3/13/2015 |
0.1.2 | 1,079 | 3/12/2015 |
0.1.1 | 1,073 | 3/11/2015 |
0.1.0 | 1,084 | 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