mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-03 15:07:33 +02:00
1.7 KiB
1.7 KiB
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