Releases: scriptcoded/sql-highlight
Releases · scriptcoded/sql-highlight
v4.2.1
v4.2.0
v4.1.1
v4.1.0
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2021-07-16)
Bug Fixes
- update main file (d19ee2e)
Code Refactoring
- move sources to lib (c4499a3)
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')
)