Releases: gabrielcsapo/build.sh
Releases · gabrielcsapo/build.sh
0.2.7
- adds babel-minify-webpack-plugin which reduces build output from 345 KB to 263 KB
0.2.6
- 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
- adds env config to override process environment variables during build
0.2.4
0.2.3
- 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
- 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
- package and run as a global binary with pkg
0.2.0
- 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
- updates doc page
- UI pipelines are now svgs
- allows nested pipelines
- extends pipelines UI to show nested flows
0.0.1
- basic functionality