Pfarah 0.7.0
Parses files generated by the Clausewitz engine
Install-Package Pfarah -Version 0.7.0
dotnet add 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"
Release Notes
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
Dependencies
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
0.7.0 | 676 | 7/20/2016 |
0.6.5 | 535 | 6/29/2016 |
0.6.4 | 523 | 5/28/2016 |
0.6.3 | 582 | 5/18/2016 |
0.6.2 | 618 | 1/30/2016 |
0.6.1 | 528 | 1/30/2016 |
0.6.0 | 598 | 1/27/2016 |
0.5.1 | 602 | 11/18/2015 |
0.5.0 | 563 | 11/15/2015 |
0.4.0 | 561 | 10/24/2015 |
0.3.6 | 584 | 8/6/2015 |
0.3.5 | 544 | 8/6/2015 |
0.3.4 | 573 | 8/6/2015 |
0.3.3 | 577 | 7/26/2015 |
0.3.2 | 612 | 6/24/2015 |
0.3.1 | 567 | 6/22/2015 |
0.3.0 | 571 | 6/19/2015 |
0.2.1 | 583 | 4/18/2015 |
0.2.0 | 578 | 3/16/2015 |
0.1.4 | 565 | 3/14/2015 |
0.1.3 | 559 | 3/13/2015 |
0.1.2 | 571 | 3/12/2015 |
0.1.1 | 545 | 3/11/2015 |
0.1.0 | 572 | 3/11/2015 |