Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

59 lines (45 loc) · 1.8 KB

Changelog

1.5.0 ~ 24 Jun 2018

  • 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)

1.4.0-0 (rc) ~ 15 May 2018

  • Experimental support for custom-built rules

1.3.0 ~ 12 May 2018

  • Basic support for single and multi-line comments
  • Extended support for latin script unicode characters

1.2.0 ~ 08 Mar 2018

  • Support for local variables and parameters

1.1.0 ~ 26 Feb 2018

  • Fixed types and keywords matching inside constants
  • Support for optional types and keywords casing
  • Performance improvements

1.0.1 ~ 03 Jan 2018

  • LICENSE and README updates
  • CHANGELOG

1.0.0 ~ 29 Dec 2017

  • Promotion to stable release
  • Fixed compound operators mismatch
  • Fixed keywords and data types breaking format if inside delimited identifiers
  • Custom pluggable output support

0.5.0 ~ 17 Sep 2017

  • Custom keywords and data types support
  • Module improvements

0.4.0 ~ 29 Jul 2017

  • Postfix support

0.3.0 ~ 27 Jul 2017

  • Module improvements
  • README update and image examples

0.2.0 ~ 25 Jul 2017

  • Minimal fixes
  • README

0.1.0 ~ 23 Jul 2017

  • Base syntax highlighter release

0.0.2 ~ 20 Jul 2017

  • Numbers and operators support
  • Improved prefix substitution

0.0.1 ~ 19 Jul 2017

  • Initial release