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 |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
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,077 | 7/20/2016 |
0.6.5 | 864 | 6/29/2016 |
0.6.4 | 870 | 5/28/2016 |
0.6.3 | 911 | 5/18/2016 |
0.6.2 | 934 | 1/30/2016 |
0.6.1 | 838 | 1/30/2016 |
0.6.0 | 914 | 1/27/2016 |
0.5.1 | 998 | 11/18/2015 |
0.5.0 | 925 | 11/15/2015 |
0.4.0 | 901 | 10/24/2015 |
0.3.6 | 1,192 | 8/6/2015 |
0.3.5 | 1,169 | 8/6/2015 |
0.3.4 | 1,245 | 8/6/2015 |
0.3.3 | 996 | 7/26/2015 |
0.3.2 | 953 | 6/24/2015 |
0.3.1 | 914 | 6/22/2015 |
0.3.0 | 907 | 6/19/2015 |
0.2.1 | 995 | 4/18/2015 |
0.2.0 | 908 | 3/16/2015 |
0.1.4 | 908 | 3/14/2015 |
0.1.3 | 905 | 3/13/2015 |
0.1.2 | 926 | 3/12/2015 |
0.1.1 | 880 | 3/11/2015 |
0.1.0 | 906 | 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