Releases: SabakiHQ/sgf
Releases · SabakiHQ/sgf
@sabaki/sgf v3.4.0
@sabaki/sgf v3.3.0
- Graciously parse invalid SGF with missing initial
;
- Graciously handle invalid SGF with missing opening parenthesis
sgf.stringify()
has an optionalindent
option for custom indentation
@sabaki/sgf v3.2.0
- Add
onNodeCreated
option for parse functions
@sabaki/sgf v3.1.0
- Add
*tokenizeIter
and*tokenizeBufferIter
generator functions to iterate SGF tokens
@sabaki/sgf v3.0.0
Breaking Changes:
- Completely new game tree structure
@sabaki/sgf v2.0.0
Added
sgf.tokenizeBuffer()
sgf.parseBuffer()
Fixed
sgf.stringify()
avoids creating unnecessary only child subtrees
Breaking Changes
- Remove
sgf.detectEncoding()
- Remove
encoding
option fromsgf.parseTokens()
- Remove
detectEncoding
option fromsgf.parseFile()
@sabaki/sgf v1.0.0
Initial release.