Skip to content

Releases: gabrielcsapo/build.sh

2.0.0

03 Dec 22:28
Compare
Choose a tag to compare
  • 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

27 Apr 06:20
Compare
Choose a tag to compare
  • generate a multi line pipeline
   ─┬─install─┬─lint─┬─coverage─┬─test──docs
    |         |      |          |
    └──npm────┘      └──upload──┘
  • updates dependencies

1.1.1

27 Nov 23:05
Compare
Choose a tag to compare
  • fix issue in CI where ref head is not a symbolic ref

1.1.0

27 Nov 21:04
Compare
Choose a tag to compare
  • 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

13 Jan 06:55
Compare
Choose a tag to compare
  • updates dependencies

1.0.2

01 Jan 06:21
Compare
Choose a tag to compare
  • uses ascii-pipeline to generate an ascii pipeline!
  • updates dependencies

1.0.1

05 Dec 00:51
Compare
Choose a tag to compare
  • adds timestamp to all logs
    • adds the ability to toggle them on and off

1.0.0

01 Dec 06:01
Compare
Choose a tag to compare
  • 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

14 Nov 05:49
Compare
Choose a tag to compare
  • adds qs module to dependencies

0.2.8

14 Nov 05:19
Compare
Choose a tag to compare
  • moves from psychic-ui to psychic.css (reduces bundle from 257 KB -> 239 KB 7%)
  • updates dependencies