Skip to content

v1.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 04:08
· 26 commits to main since this release

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)