Releases: suzuki-shunsuke/buildflow
v0.8.1
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
v0.7.4
v0.7.3
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
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
v0.7.0
v0.6.0
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
v0.5.0
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