public
Description: Really simple JSON and XML parsing, ripped from Merb and Rails.
Homepage:
Clone URL: git://github.com/jnunemaker/crack.git
crack / History
100644 15 lines (12 sloc) 0.522 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
== 0.1.3 2009-06-22
* 1 minor patch
  * Parsing a text node with attributes stores them in the attributes method (tamalw)
 
== 0.1.2 2009-04-21
* 2 minor patches
  * Correct unnormalization of attribute values (der-flo)
  * Fix error in parsing YAML in the case where a hash value ends with backslashes, and there are subsequent values in the hash (deadprogrammer)
  
== 0.1.1 2009-03-31
* 1 minor patch
  * Parsing empty or blank xml now returns empty hash instead of raising error.
 
== 0.1.0 2009-03-28
* Initial release.