forked from craigw/htmldoc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
26 lines (21 loc) · 906 Bytes
/
History.txt
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
0.2.4
* Forked from http://github.com/craigw/htmldoc
* Corrected options for "headfootfont" and "headfootsize"
* Added "top" option
* Added pending pull request (https://github.com/craigw/htmldoc/pull/5) so that html filenames are properly escaped
0.2.3
* The htmldoc command sometimes uses \r in the output. [Jon Wood]
0.2.2
* Move source code to GitHub: http://github.com/craigw/htmldoc
* Strings that have linebreaks in are probably not URLs.
* If a string has a line starting what matches /https?:\/\/ it's not an
URL, it's a string. [Tim Peters <http://rubyforge.org/users/tcp>]
0.2.1
* Fixed a bug in set_option where the value false would be seen as nil instead of :no
0.2.0
* Improved the way results are reported
* Added information about errors generated in the course of execution
* Refactored a couple of internal methods
* Improved the tests and documentation
0.1.0
* Initial release