- Extended data types
- Added all sql-99 standard data types plus some t-sql data types
- Keyword sets pruning
- Included non standard commonly used keywords [AFTER, AUTHORIZATION, BEFORE, BREAK, CLOSE, COLUMN, CURSOR, EACH, ELSEIF, EXIT, FETCH, FIRST, FOR, GRANT, LIMIT, LAST, LOOP, NEXT, OFFSET, OPEN, RELATIVE, REPLACE, REVOKE, ROLLBACK, ROW, ROWS, SCHEMA, USING, WITHOUT] and lesser keywords [ESCAPE, TO]
- Excluded seldom used dbms-specific keywords [PREPARE]
- Merged 1.4.0-0 (Experimental support for custom-built rules)
- Experimental support for custom-built rules
- Basic support for single and multi-line comments
- Extended support for latin script unicode characters
- Support for local variables and parameters
- Fixed types and keywords matching inside constants
- Support for optional types and keywords casing
- Performance improvements
- LICENSE and README updates
- CHANGELOG
- Promotion to stable release
- Fixed compound operators mismatch
- Fixed keywords and data types breaking format if inside delimited identifiers
- Custom pluggable output support
- Custom keywords and data types support
- Module improvements
- Postfix support
- Module improvements
- README update and image examples
- Minimal fixes
- README
- Base syntax highlighter release
- Numbers and operators support
- Improved prefix substitution
- Initial release