Skip to content

Releases: scriptcoded/sql-highlight

v4.0.0

16 Jul 12:37
Compare
Choose a tag to compare

4.0.0 (2021-07-16)

Bug Fixes

Code Refactoring

BREAKING CHANGES

  • moved sources

Sources have been moved to the lib folder. If you're referencing files
directly (require('sql-highlight/index.js')) you should instead
reference the new lib directory (require('sql-highlight/lib/index.js'))