Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Releases: suzuki-shunsuke/buildflow

v0.8.1

18 Oct 00:43
Compare
Choose a tag to compare

Changelog

85b1c99 build: update version to v0.8.1
1c76bb5 Merge pull request #89 from suzuki-shunsuke/fix/validate-duplicated-phase-name
4a70bb0 docs: fix invalid example
a7105d2 fix: validate duplicated phase name
8f31783 Merge pull request #88 from suzuki-shunsuke/refactor/remove-compiled-items
48fd22b refactor: remove Task.CompiledItems

v0.8.0

16 Oct 11:17
Compare
Choose a tag to compare

Changelog

6424ec4 build: update version to v0.8.0
72d1ec6 Merge pull request #87 from suzuki-shunsuke/fix/fix-infinite-phase-detection
a675b65 feat: support to read YAML as data
cfa5fd3 docs: add example
6bead00 feat: support to read JSON

v0.7.4

16 Oct 01:46
Compare
Choose a tag to compare

Changelog

9d30cb0 build: update version to v0.7.4
401aee8 Merge pull request #86 from suzuki-shunsuke/fix/fix-infinite-phase-detection
9d01f85 fix: fix infinite phase detection

v0.7.3

16 Oct 00:16
Compare
Choose a tag to compare

Changelog

8741279 build: update version to v0.7.3
84d6013 Merge pull request #82 from suzuki-shunsuke/docs/add-example
e30c1aa docs: add example
5e6e55c docs: fix example
9d8f0fb Merge pull request #80 from suzuki-shunsuke/fix/convert-meta
eb22f82 docs: update README
1a22d69 fix: convert task.items map[interface{}]interface{} to map[string]interface{}
67d2291 fix: convert meta's map[interface{}]interface{} to map[string]interface{}
d1febd2 Merge pull request #78 from suzuki-shunsuke/docs/add-example-3
5bc3261 docs: add an example
fa49244 docs: add an example
3df72c7 docs: add an example

v0.7.2

15 Oct 01:24
Compare
Choose a tag to compare

Changelog

a28a515 build: update version to v0.7.2
e3d6d33 Merge pull request #77 from suzuki-shunsuke/fix/fix-pahse-status-when-skipped
e9fead7 docs: add an example
02bc353 fix: fix the status of skipped phase
473c141 Merge pull request #76 from suzuki-shunsuke/docs/add-examples-2
edf9a8a docs: add an example
ec0c1b6 docs: add example
ddbadfa Merge pull request #75 from suzuki-shunsuke/docs/add-examples
0a595de docs: add an example
17ec96c build: add cmdx task to test examples
0468fe1 docs: add an example
c508592 docs: add comment
d18b60d docs: update README.md
150b580 docs: add an example
6842a8e Merge pull request #74 from suzuki-shunsuke/docs/add-examples-2
96978a3 docs: fix read_file task's result
aa09f04 docs: add examples of configuration
c059e0b Merge pull request #73 from suzuki-shunsuke/test/add-test
071a4ce test: add examples of configuration
4d24b6f Merge pull request #72 from suzuki-shunsuke/test/add-test
a0f2eaa test: add test
5cb576c test: refactor tests
5badf56 Merge pull request #71 from suzuki-shunsuke/test/add-config-example
e7b2b58 docs: update README
8fe0bf6 test: add examples of buildflow configuration and tests of them

v0.7.1

13 Oct 14:37
Compare
Choose a tag to compare

Changelog

aeca98c build: update version to v0.7.1
9fe5e27 Merge pull request #70 from suzuki-shunsuke/fix/add-newline-end-of-write_file
145cc0c fix: add a newline to the end of write_file

v0.7.0

12 Oct 23:58
Compare
Choose a tag to compare

Changelog

4e9e33c build: update version to v0.7.0
f7fbc25 Merge pull request #62 from suzuki-shunsuke/feat/support-when-file
cf32041 feat: support task.when_file
30a6c6e Merge pull request #60 from suzuki-shunsuke/docs/add-tips-test-tengo-scripts
6d6ebbf docs: add tips to test Tengo scripts

v0.6.0

12 Oct 05:31
Compare
Choose a tag to compare

Changelog

4d65a09 build: update version to v0.6.0
29a57ae Merge pull request #57 from suzuki-shunsuke/feat/suppor-to-separate-input
ec329c9 docs: update README
c2bce67 feat: support to read output from a file
72cc739 feat: support to separate task.input
c11e3c5 Merge pull request #47 from suzuki-shunsuke/feat/import-phase
4c3beb4 docs: update README
119e95b ci: disable golint
ac18181 feat: support to task import
1144482 feat: support to import phases

v0.5.1

12 Oct 00:36
Compare
Choose a tag to compare

Changelog

6020a88 build: update version to v0.5.1
f3fbefb Merge pull request #46 from suzuki-shunsuke/fix/fix-45
c364a77 fix: set task before evaluate task.output

v0.5.0

12 Oct 00:00
Compare
Choose a tag to compare

Changelog

e458f76 build: update version to v0.5.0
c216099 Merge pull request #40 from suzuki-shunsuke/feat/support-stdin
38f4ff8 feat: support command.stdin_file
43aa387 feat: support command.stdin
7b0196f Merge pull request #39 from suzuki-shunsuke/feat/support-separate-file
18aa218 feat: add a field write_file.template_file
14f2c0a docs: update README
ad1751a feat: add fields command.command_file and env.value_file