Skip to content

Releases: iigorr/pgn.net

Release 1.2.1

28 Jul 20:52
Compare
Choose a tag to compare
  • Added Large-File Support. (#14)
  • Bugfix: Move.Piece difference between simple move and capture (#15)

Release 1.2.0

13 Jun 09:28
Compare
Choose a tag to compare
  • Added a dictionary to access game tags Game.Tags (#13)

Bugfix Release 1.1.1

08 Jun 15:03
Compare
Choose a tag to compare
  • Bugfix: Castle should use the letter O rather than the digit 0 (#10)
  • Bugfix: parser recognizes bxc6 as "Bishop captures c6" (#11)
  • FSharp.Core is merged in into the assembly
  • Removed support for wp71 due to FParsec incompatitbilities

Installation

Installation works via nuget:

PM> Install-Package pgn.NET

Release 1.1.0

05 Dec 00:53
Compare
Choose a tag to compare
  • Bugfix: zero-length move text bug (IndexOutOfRange)
  • Introduce MoveTextEntryList, a MoveEntry list which provides simplifed access to moves.
  • Change type of Game.MoveText and RAVEntry.MoveText to MoveTextEntryList
  • Add missing API doc
  • Add support for frameworks: net40, net45, wp71

Installation

Installation works via nuget:

PM> Install-Package pgn.NET

Intial Release

05 Dec 00:52
Compare
Choose a tag to compare

This is the initial release of pgn.NET, a library to parse PGN chess databases which includes

Installation

Installation via nuget:

PM> Install-Package pgn.NET