-
Notifications
You must be signed in to change notification settings - Fork 5
/
changes.txt
137 lines (116 loc) · 3.1 KB
/
changes.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
JUSH 2.0.0:
Add highlighted textarea
Allow using tags in highlighted source
Highlight PHP 5.5
Highlight HTML5
Highlight CSS 3
Highlight SimpleDB
Highlight keys in JavaScript objects
Highlight hexadecimal numbers
Link Suhosin in php.ini
Link MySQL geometry
Unlink PECL
Help cursor for documentation links
Match regular expressions only once (performance)
JUSH 1.11.0:
Fix jQuery plugin (thanks to Daniel Kouba)
JUSH 1.10.0:
Highlight Oracle
Highlight jsDoc
Highlight text with PHP (e.g. command line scripts)
Highlight MySQL 5.5
Link PHP methods
Link PHP callbacks
Link SQLite PRAGMA
Link PostgreSQL variables
Allow specifying language through class="language-*"
Optionally display title with function summary and parameters
Ability to link custom words (e.g. function or table names)
Highlight tags in 1 second chunks (let browser live)
Fix highlighting in Chrome
JUSH 1.9.0:
Link PHP classes and special functions
Improve performance on multiple calls
Windows command line interface for context help
JUSH 1.8.0:
Highlight MS SQL
Link mail headers
JUSH 1.7.0:
Highlight XML
Highlight phpDoc
Highlight MySQL code comments /*! */
JUSH 1.6.0:
Remove Python (orthogonal)
Option to customize links - e.g. jush.create_links = ' target="_blank"'
Option to highlight only part of document - jush.highlight_tag(dom_elements)
JUSH 1.5.0:
Performance optimizations
Link HTTP headers
Highlight variables inside heredoc
Parse nowdoc (PHP 5.3)
Parse JS regexp only after operator
Highlight <br/>
Option to not create links - jush.create_links
Fix CSS comments
JUSH 1.4.0:
Highlighting of Apache config
JUSH 1.3.1:
Highlight MySQL keywords
Link PHP 5.3 keywords
JUSH 1.3.0:
Highlight numbers
JavaScript built-in functions
JUSH 1.2.4:
Links to HTML attributes (lowercase, aliases)
Escape from php_echo by ?>
JUSH 1.2.3:
Bug fixes from Kajman
JUSH 1.2.2:
Highlight Python
Added jush.style()
Highlight HTML in document.write
JUSH 1.2.1:
php.ini highlighting
MySQL data types, missing functions
Don't highlight PHP functions after new
Improve links to PHP keywords
Treat print as echo
JavaScript keywords
SQL variables
JUSH 1.2.0:
PostgreSQL
SQL strings accept ''
SQLite strings not accept \'
Highlight inside sqlite_exec
Document jush.urls
JUSH 1.1.0:
Highlight SQLite
Links to undocumented PgSQL and Socket PHP aliases
JUSH 1.0.4:
Highlight SQL functions and PHP keywords
Jush in class='jush jush-php' not necessary anymore
Remove SET from SQL links (colide with UPDATE SET)
Add jush- prefix to styles
Change <b> to <span class='jush-op'>
Change A to A:link
Highlight nearly all links
JUSH 1.0.3:
Highlight PHP also in 'tag'
Decode & as last
Customizable tab width
Preserve tabs in IE
Allow short_open_tag
Add for IE
JUSH 1.0.2:
Recognize functions in mysql_query()
Recognize PHP function language constructs without parentheses
Add style for backticks
JUSH 1.0.1:
Fixes highlight_tag with jush-lang
Uses <br /> in highlight_tag
More MySQL commands, links CSS at-rules
Adds A:hover style
Updates installation instructions
JUSH 1.0.0:
Highlight HTML, CSS, JS, PHP and SQL code embedded into each other
Provide links to the documentation for all supported languages