Skip to content

Releases: CatConfLang/ccl-test-data

CCL Test Data 0.3.1

09 Jan 22:13

Choose a tag to compare

[0.3.1] - 2026-01-09

CCL Test Data 0.3.0

05 Jan 21:04

Choose a tag to compare

[0.3.0] - 2026-01-05

Tests

Bug Fixes

  • Add missing CRLF behavior tags to build_hierarchy tests

Schema

Features

  • Add behavior metadata for auto-conflict generation (#54)

CCL Test Data 0.2.0

04 Jan 20:31

Choose a tag to compare

[0.2.0] - 2026-01-04

Tests

Bug Fixes

  • Remove incorrect proposed_behavior for nested parsing (#45)
  • Add reference_compliant variant to key_with_tabs_ocaml_reference

Schema

Bug Fixes

  • Add continuation baseline behaviors to config schema (#51)

Features

  • Add toplevel_indent_strip and toplevel_indent_preserve behavior pair (#47)

Cli

Bug Fixes

  • Update view commands to use build-bin recipe
  • Improve behavior conflict detection and display (#48)

CCL Test Data 0.1.0

31 Dec 21:10

Choose a tag to compare

[0.1.0] - 2025-12-31

Tests

Bug Fixes

  • Remove incorrect canonical_format tests from proposed_behavior (#22)
  • Correct filter function expectations to remove comments (#20)
  • Correct tabs_to_spaces behavior to use single space (#28)
  • Correct tabs_to_spaces behavior to use single space (#29)

Features

  • Add bare list indentation tests (#25)
  • Add comprehensive behavior tests (#26)

Refactor

  • Simplify whitespace behavior model (#34)

Schema

Features

  • Rename tab/spacing behaviors for clarity (#39)

CCL Test Data 0.0.1

09 Dec 02:54

Choose a tag to compare

[0.0.1] - 2025-12-09

Tests

Bug Fixes

  • Add list_coercion_enabled behavior to api_list_access tests (#9)
  • Add conflict metadata for tabs_preserve behavior (#15)
  • Add list_coercion_enabled behavior to proposed_behavior tests (#17)

Features

  • Add bare list auto-unwrapping tests for get_list (#8)
  • Add reference_compliant test variants with proper conflicts
  • Add algebraic property functions and multi-input support
  • Unify tests to use inputs field
  • Add indented line continuation test cases (#18)

Schema

Features

  • Standardize on canonical_format function name
  • Implement conditional args field requirements
  • Update JSON format to object-based structure with proper $schema usage
  • Add array_order_insertion/lexicographic behavior group

Test Reader

Bug Fixes

  • Integrate ccl-test-lib for proper type handling

Cli

Documentation

  • Document delegation architecture for flat generation