Skip to content

Releases: featurevisor/featurevisor-swift

v3.1.1

07 Jul 08:40
e19b80a

Choose a tag to compare

Test

  • speed up tests execution (#87)
  • give the ability to run tests against a single feature (#88)

v3.1.0

01 Jul 10:00
55e1ba9

Choose a tag to compare

Bugfix

  • Handle non-stringified segments under force section(#85)

Refactor

  • Handle matrix variable declarations with and without whitespaces(#86)

v3.0.0

30 May 05:06
fd7a2a7

Choose a tag to compare

Features

  • Decode 'attributes', 'segments', 'features' field separately(#81)
  • Handle undecoded array elements(#83)

Refactor

  • Handle 'null' value type for attributes(#82)

BREAKING CHANGES

  • New 'unknown' case under 'AttributeValue'

v2.0.0

11 Mar 07:59
b55959b

Choose a tag to compare

Bugfix

  • BREAKING CHANGE: Emitter doesn't pass the parameters(#79)
  • Update min macOS supported version to v11 because of Commands framework(#80)

BREAKING CHANGES

  • Emitter doesn't pass the parameters

v1.0.3

23 Oct 20:00

Choose a tag to compare

Refactor

  • Remove redundant async when refreshing (#78)
  • Convert a codable to a directory under a separate thread when logging (#77)

v1.0.2

22 Jul 20:05
30415b7

Choose a tag to compare

Refactor

  • Rename FeaturevisorCLI to Featurevisor (#75)

v1.0.1

17 Jul 05:24
554d96b

Choose a tag to compare

Refactor

  • Refactor logger message when datafile fetching finished with error (#74)

v1.0.0

10 Jul 17:38
1888530

Choose a tag to compare

Refactor

  • Rename FeaturevisorTestRunner to FeaturevisorCLI (#73)

v0.9.0

06 May 07:14

Choose a tag to compare

Features

  • evaluate features in CLI (#71)
  • benchmarking option in CLI (#70)

Refactor

  • make datafile handler async (#72)

v0.8.0

03 Apr 04:59
c55bbbe

Choose a tag to compare

Refactor

  • performance tweaks under DatafileReader (#68)
  • remove redundant 'equatable' for VariableValue under tests (#69)

Features

  • extend test runner assertion output + simple duration execution (#67)
  • extend test runner with --only-failures option (#66)