tenderlove / nokogiri

Nokogiri (鋸) is an HTML, XML, SAX, and Reader parser with XPath and CSS selector support.

This URL has Read+Write access

nokogiri / History.txt
100644 46 lines (27 sloc) 0.908 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== 1.0.5
 
* Bugfixes
 
  * Added mailing list and ticket tracking information to the README.txt
  * Sets ENV['PATH'] on windows if it doesn't exist
  * Caching results of NodeSet#[] on Document
 
=== 1.0.4
 
* Bugfixes
 
  * Changed memory mangement from weak refs to document refs
  * Plugged some memory leaks
  * Builder blocks can call methods from surrounding contexts
 
=== 1.0.3
 
* 5 Bugfixes
 
  * NodeSet now implements to_ary
  * XML::Document should not implement parent
  * More GC Bugs fixed. (Mike is AWESOME!)
  * Removed RARRAY_LEN for 1.8.5 compatibility. Thanks Shane Hanna.
  * inner_html fixed. (Thanks Yehuda!)
 
=== 1.0.2
 
* 1 Bugfix
 
  * extconf.rb should not check for frex and racc
 
=== 1.0.1
 
* 1 Bugfix
 
  * Made sure extconf.rb searched libdir and prefix so that ports libxml/ruby
    will link properly. Thanks lucsky!
 
=== 1.0.0 / 2008-07-13
 
* 1 major enhancement
 
  * Birthday!