Release Name: 1.0.0
Notes:
Syntax: a syntax highlighting library for Ruby.
1.0.0: 18 Jun 2005
Added user manual
Fixed various bugs
0.7.0: 23 Mar 2005
Added Syntax.all to enumerate all supported syntaxes.
Much improved heredoc support.
Support for syntax "regions"
Added sample CSS files for the supported syntaxes
Added the example "to_html.rb" script
Bug fixes.
0.5.0: 11 Jan 2005
First release.
Changes:
------------------------------------------------------------------------
r30 | jamis | 2005-06-18 14:19:14 -0600 (Sat, 18 Jun 2005) | 2 lines
User manual
------------------------------------------------------------------------
r29 | jamis | 2005-06-18 13:39:04 -0600 (Sat, 18 Jun 2005) | 2 lines
Change email address, bump version to 1.0
------------------------------------------------------------------------
r28 | jamis | 2005-04-01 09:04:53 -0700 (Fri, 01 Apr 2005) | 2 lines
Added an accessor for the tokenizer, so that options can be set on the tokenizer used by the convertor.
------------------------------------------------------------------------
r27 | jamis | 2005-04-01 08:49:31 -0700 (Fri, 01 Apr 2005) | 2 lines
Fixed bug #1716, "0b0111000, 0xDEADFEED, 0o1234 and 0d123456 style number literals are not highlighted properly"
------------------------------------------------------------------------
r26 | jamis | 2005-04-01 08:36:49 -0700 (Fri, 01 Apr 2005) | 2 lines
Fixed bug #1717, "Foo in obj.Foo(...) is interpreted as a constant"
------------------------------------------------------------------------
r25 | jamis | 2005-04-01 08:34:11 -0700 (Fri, 01 Apr 2005) | 2 lines
Fixed bug #1710, ":123 is interpreted as a Symbol", and generally robustified symbol interpretation.
------------------------------------------------------------------------
r24 | jamis | 2005-04-01 08:17:07 -0700 (Fri, 01 Apr 2005) | 2 lines
Fixed bug #1709, "? is always interpreted as a character literal"
------------------------------------------------------------------------
r23 | jamis | 2005-03-31 21:58:47 -0700 (Thu, 31 Mar 2005) | 2 lines
Common routines to all tokenizer test cases.
------------------------------------------------------------------------
r22 | jamis | 2005-03-31 21:55:59 -0700 (Thu, 31 Mar 2005) | 2 lines
Ruby tokenizer: handle ?\ at EOL, and (optionally) syntax highlight interpolated expressions.
------------------------------------------------------------------------
r21 | jamis | 2005-03-25 09:32:26 -0700 (Fri, 25 Mar 2005) | 2 lines
Correctly handle \r\n newlines as well as \n.
------------------------------------------------------------------------
r17 | jamis | 2005-03-23 22:40:50 -0700 (Wed, 23 Mar 2005) | 2 lines
Updated the NEWS in preparation for the 0.7 release
------------------------------------------------------------------------
r15 | jamis | 2005-03-23 15:23:38 -0700 (Wed, 23 Mar 2005) | 2 lines
Added an example script. Fixed a few more bugs. (mkmf.rb is now highlighted accurately)
------------------------------------------------------------------------
r14 | jamis | 2005-03-23 13:35:51 -0700 (Wed, 23 Mar 2005) | 2 lines
Another version bump
------------------------------------------------------------------------
r13 | jamis | 2005-03-23 13:33:12 -0700 (Wed, 23 Mar 2005) | 2 lines
Added some more documentation, and updated the gemspec.
------------------------------------------------------------------------
r12 | jamis | 2005-03-23 12:24:05 -0700 (Wed, 23 Mar 2005) | 2 lines
Added some sample CSS files
------------------------------------------------------------------------
r11 | jamis | 2005-03-23 00:03:35 -0700 (Wed, 23 Mar 2005) | 2 lines
Syntax regions are now supported, where a single region may contain other groups of tokens (like a string, that contains escapes and subexpressions).
------------------------------------------------------------------------
r10 | jamis | 2005-03-22 22:37:22 -0700 (Tue, 22 Mar 2005) | 2 lines
Refactored the Ruby tests so that there is less duplication.
------------------------------------------------------------------------
r9 | jamis | 2005-03-22 22:37:00 -0700 (Tue, 22 Mar 2005) | 2 lines
Introduced an 'escape' group, to be used instead of 'expr' when recognizing escape sequences in strings.
------------------------------------------------------------------------
r8 | jamis | 2005-03-22 10:46:18 -0700 (Tue, 22 Mar 2005) | 2 lines
Much, much better heredoc support
------------------------------------------------------------------------
r7 | jamis | 2005-03-22 09:32:26 -0700 (Tue, 22 Mar 2005) | 2 lines
Added Syntax.all to find all supported syntaxes. Moved some files around.
------------------------------------------------------------------------
r6 | jamis | 2005-03-17 09:38:13 -0700 (Thu, 17 Mar 2005) | 2 lines
Fix ambiguity between << as shift and heredoc operator.
------------------------------------------------------------------------
r5 | jamis | 2005-03-16 08:22:40 -0700 (Wed, 16 Mar 2005) | 2 lines
Version bump
------------------------------------------------------------------------
r4 | jamis | 2005-03-15 13:07:47 -0700 (Tue, 15 Mar 2005) | 2 lines
Fix ambiguity between '/' operator and regexen.
------------------------------------------------------------------------
r3 | jamis | 2005-03-15 12:35:59 -0700 (Tue, 15 Mar 2005) | 2 lines
Newlines at the end of comments are no longer considered part of the comment.
------------------------------------------------------------------------
r2 | jamis | 2005-03-15 12:30:53 -0700 (Tue, 15 Mar 2005) | 2 lines
Fixed problem with some delimiters not being escaped in the regex
------------------------------------------------------------------------
r1 | jamis | 2005-03-15 12:25:24 -0700 (Tue, 15 Mar 2005) | 2 lines
Moved repository to jamisbuck.org
------------------------------------------------------------------------
|