forked from distler/syntax
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
31 lines (23 loc) · 801 Bytes
/
CHANGELOG
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
Syntax: a syntax highlighting library for Ruby.
1.2.2 03 July 2017
Add Travis CI configuration - @pat.
Updates to work with frozen string literals - @pat.
1.2.1 01 June 2016
Explicitly require 'set' - @jberkel.
1.2.0 02 Jan 2014
Cleaned up Gemspec, added license and homepage - @grosser.
1.1.0 11 Dec 2013
Published from https://github.com/dblock/syntax, a now maintained fork.
The project builds again and runs, fixes by @dblock, @distler.
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.