Skip to content

Releases: vitaly-t/pg-minify

1.5.0

23 Aug 18:46

Choose a tag to compare

  • 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

15 May 04:15

Choose a tag to compare

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

1.4.0

15 May 00:52

Choose a tag to compare

Major change in how End-of-Line is handled, supporting Unix+Windows encoding.

Previously, it was relying on detection, but now it just changes the encoding dynamically, to Unix-like \n, which simplifies processing and makes it faster.

In addition, the library now changes Unix-encoding inside of special/copyright comment blocks to Windows encoding, to make sure that special-block formatting created on Linux looks the same on Windows.

1.3.0

14 May 00:19
0c70587

Choose a tag to compare

  • Implemented feature #7 - added new option removeAll.

1.2.6

13 May 22:04

Choose a tag to compare

  • code refactoring + tests

1.2.5

12 May 22:30

Choose a tag to compare

  • Minor code refactoring + extra tests.

1.2.4

12 May 21:46

Choose a tag to compare

  • Fixed #6 - nested comments inside special/copyright comments.

1.2.3

12 May 19:33

Choose a tag to compare

Documentation + code refactoring.

1.2.2

12 May 12:53

Choose a tag to compare

Documentation updates only.

1.2.1

12 May 11:53

Choose a tag to compare

Implemented #5, to avoid the deprecation warning under new Node.js versions.