Skip to content

Releases: dataform-co/dataform

v1.0.8

25 Jul 10:08
3d620b6
Compare
Choose a tag to compare
Fix assertion schema names in SQLX. (#324)

v1.0.7

23 Jul 14:46
Compare
Choose a tag to compare
Issue 316 (continuation of Issue 229). (#317)

* Filter actions with tags in Builder

* Remove unnecessary white spaces. Use let instead of const

* Undo changes in some files that were unnecesarily touched

* Change api test and clean up tags filtering logic

* Change test from run test to build test

* Modify tag position

* Remove change in tslint

* Minor prettier fixes

* Leave linebreaks untouched in a few places

* Use OR instead of AND when --action and --tags are specified

* Minor prettier fixes

* Minor Prettier adjustments

* added assertion_utils (#315)

* added assertion_utils, keyUniqueness

* made fluent, added tests

* changes

* Update version.bzl (#320)

updating version

* Apply fixes as per code review

* Make unit tests broader

* Write compiled output to a randomly generated filename. (#321)

* Simplify assertions and remove blank lines

* Remove 2 white lines

* Bump up version.bzl to 1.0.7

* Filter actions with tags in Builder

* Remove unnecessary white spaces. Use let instead of const

* Undo changes in some files that were unnecesarily touched

* Change api test and clean up tags filtering logic

* Change test from run test to build test

* Modify tag position

* Remove change in tslint

* Minor prettier fixes

* Leave linebreaks untouched in a few places

* Use OR instead of AND when --action and --tags are specified

* Minor prettier fixes

* Minor Prettier adjustments

* Apply fixes as per code review

* Make unit tests broader

* Simplify assertions and remove blank lines

* Remove 2 white lines

* Bump up version.bzl to 1.0.7

v1.0.6

23 Jul 07:38
Compare
Choose a tag to compare
Update version.bzl (#320)

updating version

v1.0.5

18 Jul 15:12
Compare
Choose a tag to compare
Increment package versions to 1.0.5. (#313)

v1.0.4

17 Jul 09:17
fa01d86
Compare
Choose a tag to compare
Escape embedded expressions inside SQLX comments so that they aren't …

v1.0.3

16 Jul 14:19
Compare
Choose a tag to compare
Simplify the 'test' API. (#308)

* Simplify the 'test' API.

* fixe

v1.0.2

15 Jul 13:10
Compare
Choose a tag to compare
Don't interpret backticks in comments in SQLX. (#303)

v1.0.1

15 Jul 08:54
a835cbf
Compare
Choose a tag to compare
Release v1.0.1 of @dataform packages. (#302)

v1.0.0

11 Jul 10:26
Compare
Choose a tag to compare
Increment @dataform package versions. Change publish script to automa…

v1.0.0-alpha.5

26 Jun 13:32
Compare
Choose a tag to compare
Make schema suffixes work correctly for files with explicitly overrid…