Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@trotzig trotzig released this 17 Sep 18:08
· 683 commits to master since this release

The project has been renamed to Diffux CI and moved to the Diffux organization github account. diffux_ci version 0.1.0 has the same functionality as likadan v0.0.14, but with a new name for things. The main differences are:

  • Instead of running likadan as the command-line tool, you run diffux_ci.
  • JS examples are defined on the global diffux object (was previously likadan).
  • Configuration is defined in a .diffux_ci.yaml file (previously .likadan.yaml)
  • To use a different config file, use the DIFFUX_CI_CONFIG_FILE environment variable (was LIKADAN_CONFIG_FILE)