Release Name: 0.50
Notes:
Syck 0.50 -- Major enhancement release!
Features a completely rewritten emitter and a
fascinating new API for handling custom types.
Help me test and we'll get this guy out for
Ruby 1.8.3!
Changes:
--- %YAML:1.0
- version: 0.50
date: 2005-02-08
changes:
lib/gram.y: freed up parser to accept any structure as a headless
document!
lib/emitter.c: renovated emitter, which allows an initial walk
of the tree to check for anchors and tag prefixing. then, swift
emission of nodes with folding routines and shortcut-checking
built-in!
ext/ruby/ext/syck/rubyext.c: added hooks for the new emitter.
|