Releases: gabrielcsapo/build.sh
Releases · gabrielcsapo/build.sh
2.0.0
- adds an in_progress state to differentiate between unknown and in_progress.
- migrates to esm
- updates all libraries to latest
- bug: fixes issue where ignore was not properly being treated
- rewrite to typescript
- brand new website with api docs
Full Changelog: 1.2.0...2.0.0
1.2.0
- generate a multi line pipeline
─┬─install─┬─lint─┬─coverage─┬─test──docs
| | | |
└──npm────┘ └──upload──┘
- updates dependencies
1.1.1
- fix issue in CI where ref head is not a symbolic ref
1.1.0
- updates docs
- moves
eslint
->standard
- migrates to git functionality to async function
- migrates (command|pipeline) run to async function instead of a callback
- moves out convertToAsciiPipeline to util file
1.0.3
- updates dependencies
1.0.2
- uses ascii-pipeline to generate an ascii pipeline!
- updates dependencies
1.0.1
- adds timestamp to all logs
- adds the ability to toggle them on and off
1.0.0
- fixes pipeline to find times recursively
- cleans up duplicate code
- handles if git is not present
- removes the dependency on having a package.json to get name and description
- removes the qs module uses native querystring
- cleans up stages markup to have the title inlined
- adds report tab to show report in JSON
- adds times to all pipeline nodes
- the end now shows a cumulative time
- fixes bug if output is not defined in config
- config is now the pipeline parsed
- adds an
output
flag to the CLI that sets the output of the report - adds an
browser
flag to CLI that allows setting browser to be configured to be open or not - abstracts execution logic from binary and tests it separately
- cleans up and rearranges UI
- adds story to storybook stories to reflect a full report view
- removes
babel-minify-webpack-plugin
0.2.9
- adds qs module to dependencies
0.2.8
- moves from psychic-ui to psychic.css (reduces bundle from 257 KB -> 239 KB 7%)
- updates dependencies