![]() |
VOOZH | about |
dotnet add package Pfarah --version 0.7.0
NuGet\Install-Package Pfarah -Version 0.7.0
<PackageReference Include="Pfarah" Version="0.7.0" />
<PackageVersion Include="Pfarah" Version="0.7.0" />Directory.Packages.props
<PackageReference Include="Pfarah" />Project file
paket add Pfarah --version 0.7.0
#r "nuget: Pfarah, 0.7.0"
#:package Pfarah@0.7.0
#addin nuget:?package=Pfarah&version=0.7.0Install as a Cake Addin
#tool nuget:?package=Pfarah&version=0.7.0Install as a Cake Tool
Parses files generated by the Clausewitz engine
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net45 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.0 | 5,071 | 7/20/2016 |
| 0.6.5 | 4,713 | 6/29/2016 |
| 0.6.4 | 4,735 | 5/28/2016 |
| 0.6.3 | 4,759 | 5/18/2016 |
| 0.6.2 | 4,797 | 1/30/2016 |
| 0.6.1 | 4,676 | 1/30/2016 |
| 0.6.0 | 6,609 | 1/27/2016 |
| 0.5.1 | 6,684 | 11/18/2015 |
| 0.5.0 | 6,591 | 11/15/2015 |
| 0.4.0 | 6,591 | 10/24/2015 |
| 0.3.6 | 6,864 | 8/6/2015 |
| 0.3.5 | 6,826 | 8/6/2015 |
| 0.3.4 | 6,941 | 8/6/2015 |
| 0.3.3 | 6,696 | 7/26/2015 |
| 0.3.2 | 6,641 | 6/24/2015 |
| 0.3.1 | 6,578 | 6/22/2015 |
| 0.3.0 | 6,578 | 6/19/2015 |
| 0.2.1 | 6,693 | 4/18/2015 |
| 0.2.0 | 6,612 | 3/16/2015 |
| 0.1.4 | 6,592 | 3/14/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