Skip to content

Releases: hckhanh/pg2bigquery

v1.2.0

04 Apr 01:48
Compare
Choose a tag to compare

1.2.0 (2021-04-04)

Features

  • formatter: upgrade sql-formatter from 2 to 4 (0120cdf)

v1.1.1

12 Dec 04:08
Compare
Choose a tag to compare

1.1.1 (2020-12-12)

Bug Fixes

  • cli: input and output cannot be the same path (e183436)
  • cli: remove parents and children folders when clean flag is on (fda0ce2)
  • core: ignore whitespace after date_part function (c8a7bec)
  • core: ignore whitespace for time calculation (a3cd85e)
  • core: reformat converted query (01b7a1e)
  • core: remove whitespace and ignore brackets for ELSE EXTRACT() case (7bec0db)
  • core: throw error for unknown cases (1ab9674)

Performance Improvements

  • utils: use Dirent instead of string for file in cleanUp function (adda792)

v1.1.0

08 Dec 12:54
Compare
Choose a tag to compare

1.1.0 (2020-12-08)

Bug Fixes

  • add missing cli-ux package (85bd632)

Features

  • rework on command structure (ac771a2)

v1.0.0

08 Dec 10:00
Compare
Choose a tag to compare

1.0.0 (2020-12-08)

Features