Skip to content

Releases: try-php/tapping

Release 0.1.1

05 Feb 10:55

Choose a tag to compare

Release 0.1.1 Pre-release
Pre-release

[Added]

  • Sonar metric

[Fixed]

  • Issues raising tech dept

Release 0.1.0

26 Oct 05:49

Choose a tag to compare

Release 0.1.0 Pre-release
Pre-release

[Added]

  • test function that forks off the test as new process
    ...and renders a progress indicator, aswell as handles success or fail of the test. Since the test is a new process, it is necessary that the process exits like a "normal" process (exit(0) for success, exit(1) for fail).

  • flag support for flag --build or -b, which exit the parent script with 1 so a ci build would exit

  • flag support for flag --quite or -q which will suppress output of fail information

  • added API docs

  • output prediction

  • exception prediction

  • is prediction

  • removed

  • error handler function

[Changed]

  • output to stream write

  • namespace to Tapping