Skip to content

Latest commit

 

History

History
93 lines (46 loc) · 5.26 KB

changelog.md

File metadata and controls

93 lines (46 loc) · 5.26 KB

Changelog

0.10.1 (2024-07-27)

Bug Fixes

  • practs: bump practs to latest best (efa1fe0)

0.10.0 (2024-06-15)

Features

  • resources: support multiple resource declarations per sql file (5f6e920), closes #47

0.9.8 (2024-06-15)

Bug Fixes

  • config: ensure configs without queries are supported (2b5554f)

0.9.7 (2024-06-14)

Bug Fixes

  • query: extract typedef from input variable via fn output comparison (3f6063d)

0.9.6 (2024-06-14)

Bug Fixes

  • query: correctly exclude ON term as possible alias (e529c9d)

0.9.5 (2024-05-26)

Bug Fixes

  • practs: upgrade to latest best (#87) (eb48427)
  • query: support array query input variables (#85) (95a22f0)

0.9.4 (2023-10-26)

Bug Fixes

  • types: add missing support for boolean (a6e45d2)
  • types: add missing support for json (7d6014a)

0.9.3 (2023-02-12)

Bug Fixes

  • cicd: ensure integration test is provisioned before deploy test (f30926c)
  • cicd: remove aws dependent actions steps (fc003b9)
  • deps: move yesql to a peer-dep in order to not flag depcheck (9cbac44)
  • deps: remove unused deps per depcheck (25fb361)
  • deps: upgrade deps to remove audited vulnerabilities (790025d)
  • format: apply prettier changes post bestpracts upgrade (50e45fb)
  • practs: upgrade to latest best practices per declapract-typescript-ehmpathy (21f6bfc)
  • tests: resolve breaking changes in joi post upgrade (be2206e)
  • types: resolve type errors after typescript upgrade (b81f850)

0.9.2 (2022-12-08)

Bug Fixes

  • deps: ensure uuid package is a direct dependency (359029b)

0.9.1 (2022-02-03)

Bug Fixes

  • query: ensure input variable names with special substrings do not affect parsing of table refs (#58) (50629ed)

0.9.0 (2021-12-14)

Features

  • query: support unioned input variable types; #49 (b66fb9e)

Bug Fixes

  • query: support lessthan-or-equalsto and greaterthan-or-equalsto query input variable type definitions (2006faf)