Changelog for
ruby2.1-rubygem-sax-machine-1.3.2-1.7.x86_64.rpm :
Mon Apr 20 14:00:00 2015 cooloAATTsuse.com
- updated to version 1.3.2
Mon Mar 23 13:00:00 2015 cooloAATTsuse.com
- updated to version 1.3.1
Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 1.3.0
* Improve block modifiers to support all config options
* Make block modifiers run in instance context
* Make all handlers support IO as a input
[#] 1.2.0
* Add support for blocks as value modifiers [[#61](https://github.com/pauldix/sax-machine/pull/61)]
[#] 1.1.1
* Fix Nokogiri autoloading [[#60](https://github.com/pauldix/sax-machine/pull/60)]
[#] 1.1.0
* Option to use Oga as a SAX handler
[#] 1.0.3
* Remove missed `nokogiri` reference [[#54](https://github.com/pauldix/sax-machine/pull/54)]
* Add support for `Symbol` data type conversion [[#57](https://github.com/pauldix/sax-machine/pull/57)]
* Add specs for multiple elements with the same alias [[#53](https://github.com/pauldix/sax-machine/pull/53)]
* Various code and documentation enhancements
[#] 1.0.2
* Make sure SAXConfig getters do not modify internal vars. Prevent race conditions
[#] 1.0.1
* Improve normalize_name performance
Sun Oct 20 14:00:00 2013 cooloAATTsuse.com
- updated to version 0.2.1
* Tried to reduce the number of instances of respond_to? in the code by
pulling common uses of it out to methods. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* The parse stack is now composed of simple objects instead of it being
an array of arrays. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* Now using an identifier for an empty buffer instead of empty string. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* Cleaned up several variables that were not being used. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* Encapsulated stack so it\'s not being exposed as part of the API. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
* #cdata_block is now an alias instead of delegating to characters. [[#32](https://github.com/pauldix/sax-machine/pull/32)]
[#] 0.1.0
* rename parent to ancestor
* added SAXMachine.configure
Sun Nov 20 13:00:00 2011 jmassaguerplaAATTsuse.com
- updated Provides field
Sun Nov 20 13:00:00 2011 jmassaguerplaAATTsuse.com
- updated to 0.1.0
Wed Aug 24 14:00:00 2011 fcastelliAATTnovell.com
- fix building: require the right version of nokogiri
Thu Jul 21 14:00:00 2011 fcastelliAATTnovell.com
- Added provides sax-machine_0_0, this is needed to build latest
versions of rubygem-feedzirra
Thu Jul 21 14:00:00 2011 fcastelliAATTnovell.com
- update to 0.0.20
Tue May 10 14:00:00 2011 visnovAATTsuse.cz
- license is MIT
Fri Jun 11 14:00:00 2010 mrueckertAATTsuse.de
- use rubygems_requires macro
Thu Jan 7 13:00:00 2010 prusnakAATTsuse.cz
- created package