Skip to content

Releases: dataform-co/dataform

1.1.1

08 Aug 12:47
eb1d1f8
Compare
Choose a tag to compare
Don't return early (before returning a proto) if Test compilation fai…

1.1.0

07 Aug 13:05
Compare
Choose a tag to compare
Add support for documenting SQLX actions. (#341)

* Add JS API for describing graph Actions.

* cleanup

* Started an error message

* lewis comments

* added AConfig and OConfig

* fix assertion describe

* done

* fises

* lewis comments:

1.0.10

06 Aug 08:07
Compare
Choose a tag to compare
Add yargs doc for `dataform help` command. Few fixes. [#307] (#323)

* Add yargs doc for `dataform help` command. Few fixes.

* Update dataform docs

1.0.9

31 Jul 11:16
Compare
Choose a tag to compare
Increment df version to 1.0.9 (#335)

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