Skip to content

Releases: gabrielcsapo/build.sh

0.2.7

13 Oct 07:15
Compare
Choose a tag to compare
  • adds babel-minify-webpack-plugin which reduces build output from 345 KB to 263 KB

0.2.6

27 Sep 06:51
Compare
Choose a tag to compare
  • fixes broken event emitter due to async
  • fixes issue with nested runs
  • allows the ability to run parts of the pipeline
  • updates to react 16.0.0, slims example build output from 898 KB to 343K

0.2.5

24 Sep 05:19
Compare
Choose a tag to compare
  • adds env config to override process environment variables during build

0.2.4

16 Sep 19:43
Compare
Choose a tag to compare
  • generates a similar pipeline view in the console

kapture 2017-09-16 at 12 43 21

0.2.3

14 Sep 05:29
Compare
Choose a tag to compare
  • adds arrow to show opened stages
  • time indicator on stage is now light grey
  • cleans up inlined styles (reduces bundle size)
  • updates dependencies

0.2.2

01 Sep 08:13
Compare
Choose a tag to compare
  • adds react-storybook stories to show use cases
  • adds tests for pipeline and utils
  • fixes bug with pipelines that does not fail parent if child fails
  • abstracts stages and icon classes

0.2.1

01 Sep 02:49
Compare
Choose a tag to compare
  • package and run as a global binary with pkg

0.2.0

01 Sep 02:10
Compare
Choose a tag to compare
  • adds a -d, --debug option to control the output of a build.json file that contains information about the build pipeline
  • sets the first stage to the default default on page load
  • capture the build pipeline config if it exists (display this under a tab named Config)
  • fixes a bug with commands being opened due to not using keys
  • both the stage icons and the pipeline icons are the same, so are the colors

0.1.0

25 Aug 06:25
Compare
Choose a tag to compare
  • updates doc page
  • UI pipelines are now svgs
  • allows nested pipelines
  • extends pipelines UI to show nested flows

0.0.1

22 Aug 07:38
Compare
Choose a tag to compare
  • basic functionality