Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

42 lines (30 loc) · 2.46 KB

Changes

  • v0.7.0 in progress
    • Switch from bricks-to-test to bricks-to-test-all-sources in Polylith 0.2.22.
    • Drop support for WS v2.0 (changes data moved to project in v3.0).

v0.6.1 d0f51c2 -- 2024-12-02

  • Fix #11 by supporting :jvm-opts in poly test property handling.
  • Address #8 by noting that the standalone poly tool cannot be used with external test runners.

v0.6.0 90e8ac1 -- 2024-11-19

  • Add support for lazytest.
  • Polylith 0.2.21 is released and stable: update various references accordingly.

v0.5.0 d93a147 -- 2024-06-20

  • Address #5 and #6 by adding support for a :test settings key of :org.corfield/external-test-runner that can specify configuration for this test runner. Currently, it supports :include-src-dir (true/false) and :focus which takes a hash map of :var, :include, :exclude keys to match Cognitect's test runner. Documentation TBD.
  • Polylith 0.2.19 is released and stable: update various references accordingly.
  • Update default Clojure version to 1.11.3; also update tools.deps.

v0.4.0 eb954fe -- 2024-01-25

  • Make the runner compatible with both Polylith 0.2.19-SNAPSHOT and 0.2.18/17.

v0.3.0 9f6391a -- 2023-10-28

  • Fix #4 by guarding str/split with when java-opts.

v0.2.0 f208856 -- 2023-02-23

  • Fix #3 by switching to tools.deps and updating dependencies.

v0.1.0 337f117 -- 2022-12-09

  • First stable release.

Development

2022-11-28

  • Fix #2 by allowing JVM opts to be specified as an alias, and resolved to a vector of strings; added tests for this.
  • Fix #1 by improving Java discovery.

2022-11-15

  • Use a JVM property if an environment variable isn't set to specify the JVM options for the java subprocess.

2022-11-14