Skip to content

Releases: joshtemple/lkml

v1.3.6

21 Nov 21:26
3af10a2
Compare
Choose a tag to compare

What's Changed

  • Exempt filters from the unnesting exception for query by @joshtemple in #97

Full Changelog: v1.3.5...v1.3.6

v1.3.5

17 Jul 14:17
Compare
Choose a tag to compare

What's Changed

  • Add constant and override_constant as plural keys by @joshtemple in #93

Full Changelog: v.1.3.4...v1.3.5

v1.3.4

15 Jan 15:25
Compare
Choose a tag to compare
  • Support list members with leading hyphens followed by whitespace by @joshtemple in #87

Full Changelog: v1.3.3...v.1.3.4

v1.3.3

28 Nov 01:57
Compare
Choose a tag to compare

Full Changelog: v1.3.2...v1.3.3

v1.3.2

08 Nov 19:17
Compare
Choose a tag to compare
  • Assign block-end, non-breaking whitespace to the next block's prefix
  • Support interval_trigger as a quoted literal
  • Stop mutating input in lkml.dump by @joshtemple in #74

Full Changelog: v1.3.1...v1.3.2

v1.3.1

25 Oct 17:36
Compare
Choose a tag to compare
  • Fix issue where inputs were being modified unexpectedly by lkml.dump (#61)

v1.3.0

11 Oct 20:04
Compare
Choose a tag to compare
  • Fix whitespace issue with leading commas (#59)
  • Enable type-checking for libraries that use lkml (#71)
  • Include line numbers in syntax tokens and nodes (#68)
  • Fix parse error for preceding commas in lists (#60)

v1.1.2

16 Dec 02:09
Compare
Choose a tag to compare
  • Fix sql_preamble issue (#62)

v1.1.1

20 Sep 03:32
Compare
Choose a tag to compare
  • Allow leading commas in lists (#60)
  • Handle dimensions and measures in query fields (#53, @fbertsch)

v1.1.0

26 Jan 18:25
3d62917
Compare
Choose a tag to compare
  • Add BasicTransformer class that makes modifying the parse tree easier (#44)