Skip to content

Releases: gajus/palantir

v4.0.1

15 Oct 18:10

Choose a tag to compare

4.0.1 (2018-10-15)

Bug Fixes

  • include the compiled web app resources (e03a920)

v4.0.0

15 Oct 16:55

Choose a tag to compare

4.0.0 (2018-10-15)

Bug Fixes

  • correct reference to configuration (797e4d6)
  • correct types (44a50ba)

Features

  • add ability to filter failing tests (89ef5cb)
  • allow explain to produce multiple explanations (defbc9e)
  • control input (6565829)
  • normalise labels (371e67a)

BREAKING CHANGES

  • Explain must return an array of {name: string, explanation: Object}.

v3.3.0

14 Oct 16:17

Choose a tag to compare

3.3.0 (2018-10-14)

Features

  • add priority test property (0514833)

v3.2.0

14 Oct 15:41

Choose a tag to compare

3.2.0 (2018-10-14)

Features

  • abstract RegisteredTest resolver (ba459ac)

v3.1.0

14 Oct 15:14

Choose a tag to compare

3.1.0 (2018-10-14)

Features

  • style error/ activity messages (3f8a5c3)

v3.0.0

14 Oct 13:05

Choose a tag to compare

3.0.0 (2018-10-14)

Features

  • display error if test is failing (6360466)
  • enable cors by default (0c48d70)
  • update the UI; add ability to asynchronously explain a failing test case (042c20c)

BREAKING CHANGES

    • Change CLI generic PALANTIR prefix to PALANTIR_
  • Change RegisteredTest.tags to RegisteredTest.labels collection of name=value pairs.
  • Change RegisteredTest.description to RegisteredTest.name.

v2.0.0

04 Aug 19:55

Choose a tag to compare

2.0.0 (2018-08-04)

Bug Fixes

Features

  • remove the unnecessary palantir- prefix (8326f57)

BREAKING CHANGES

  • Parameter —palantir-api-url changed to —api-url.

v1.10.1

04 Aug 19:24

Choose a tag to compare

1.10.1 (2018-08-04)

Bug Fixes

  • use router to handle non-root base path (85c1462)

v1.10.0

26 Jun 10:50

Choose a tag to compare

1.10.0 (2018-06-26)

Features

  • start HTTP server before all the tests have been run (573e28d)

v1.9.1

25 Jun 11:21

Choose a tag to compare

1.9.1 (2018-06-25)

Bug Fixes