Skip to content

Releases: configcat/cli

v1.5.3

29 Aug 20:46
Compare
Choose a tag to compare
  • Test release for macOS ARM

v1.5.2

04 Aug 20:52
94be7f7
Compare
Choose a tag to compare
  • Bump node-alpine version to 18 in Dockerfile for azure pipelines

v1.5.1

04 Jul 10:32
d48efde
Compare
Choose a tag to compare
  • Bump node-alpine version to 16.14 in Dockerfile for azure pipelines

v1.5.0

28 Apr 10:49
Compare
Choose a tag to compare

v1.4.1

04 Apr 08:34
6329b66
Compare
Choose a tag to compare
  • Clearer JSON API result parsing errors.

v1.4.0

22 Feb 21:41
6285208
Compare
Choose a tag to compare
  • Fixed targeting rule comparator list rendering.
  • Added segment CRUD commands.
  • Extended the targeting rule operations with segment handling.

v1.3.1

22 Jan 23:30
706b0a1
Compare
Choose a tag to compare

Fixed

  • Multi-selector rendering did not work properly on small console windows.

v1.3.0

13 Nov 19:03
Compare
Choose a tag to compare

Added

  • In addition to the setting key, the scan command now searches for usage patterns and aliases to make the scanning more efficient. This way, it can find enum, const, descriptor object, and even wrapper function usages.

Changed

  • The scan commands --file-url-template parameter now uses a {commitHash} template variable instead of the {branch} for building file links. The generated links will point to the actual commit rather than the current branch.

v1.2.2

25 Oct 17:37
Compare
Choose a tag to compare

Added

  • Global ignore pattern for .git folders when scan is executing.

Changed

  • The --branch and --commit-hash parameters of the scan command now overrides the branch and commit values got from the Git client.

v1.2.1

21 Oct 19:42
Compare
Choose a tag to compare

Added

  • --non-interactive option to disable progress rendering and interactive features.

Fixed

  • Rendering in different scenarios related to CI environments.