Skip to content

Releases: chesszebra/portable-game-notation

1.1.1

22 Feb 21:33
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fixed the parsing of empty comments.

Removed

  • Nothing

Security

  • Nothing

1.1.0

24 Feb 21:39
Compare
Choose a tag to compare

Added

  • Added support for castling moves with zeroes.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing

1.0.3

27 Feb 22:52
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • The Z0 null move was not supported, it is now.

Removed

  • Nothing

Security

  • Nothing

1.0.2

28 Nov 23:31
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • The first token in a stream was added to the token iterator twice. This no longer happens.
  • Recursive annotation variation were sometimes not detected when a space was in front of the ending or starting token. This is fixed now.

Removed

  • Nothing

Security

  • Nothing

1.0.1

13 Oct 22:15
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • The reference to roave/security-advisories since that should only be part of deployable applications.

Security

  • Nothing

1.0.0

13 Oct 10:53
Compare
Choose a tag to compare

Added

  • First version of the library
  • Support for tokenizing (lexer) PGN files.
  • Support for reading PGN data from strings.
  • Support for reading PGN data from streams.
  • Support for writing PGN data to strings.
  • Support for writing PGN data to streams.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing