Releases: vitaly-t/pg-minify
Releases · vitaly-t/pg-minify
1.6.5
- Addressed issue #12 (double-dollar string escaping)
- Updated DEV dependences
1.6.4
- Added GitHub CI
- NodeJS v14 is the new minimum supported
1.6.3
- Updated dev dependencies
- Now require Node v12 or later
1.6.2
- Official Support for NodeJS v15 added.
- DEV dependencies updated.
1.6.1
- Refactoring code + tests
- Updated DEV dependencies
1.6.0
- Minimum supported NodeJS is now v8.0.0
- Added testing under NodeJS v14
- Updated dependencies
- Updated tests
1.5.2
- Updated DEV dependencies.
1.5.1
- Minor code refactoring
- DEV dependency updates
1.5.0
- Minimum supported Node.js is now v7.6.
- Added tests to run under Node.js v12
- DEV dependency updates
TypeScript Changes:
- Made
strict
mode support explicit
type minifyOptions
replaced with interface IMinifyOptions
1.4.1
- Improved documentation. Also removed mentioning MS-SQL and MySql syntax, as those have too many cases where it will not work. This is exclusively a PostgreSQL module, so keeping it clear from now on.
- Code linting improvement.
No code changes.