Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cqframework/clinical_quality_language
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.4.0
Choose a base ref
...
head repository: cqframework/clinical_quality_language
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.5.0
Choose a head ref
  • 8 commits
  • 510 files changed
  • 2 contributors

Commits on Feb 20, 2026

  1. Configuration menu
    Copy the full SHA
    b1986af View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. Engine KMP (#1685)

    * Engine KMP
    
    * Platform fixes
    
    * Simplify cast
    
    * Date stringification
    
    * Remove comments
    
    * Use JavaClass
    
    * Simplify reflection
    
    * Run spotless
    
    * Run detekt
    
    * Fix tests that used `Boolean.Companion::class.java`
    
    * Remove unused import
    antvaset authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    1b75867 View commit details
    Browse the repository at this point in the history
  2. Small engine fixes after KMP migration (#1687)

    * Engine KMP
    
    * Platform fixes
    
    * Simplify cast
    
    * Date stringification
    
    * Remove comments
    
    * Use JavaClass
    
    * Simplify reflection
    
    * Run spotless
    
    * Run detekt
    
    * Fix tests that used `Boolean.Companion::class.java`
    
    * Remove unused import
    
    * Add `toPaddedString` helper. Support all CQL types in `SystemDataProvider.resolvePath` and `setValue`.
    antvaset authored Feb 21, 2026
    Configuration menu
    Copy the full SHA
    b5d9875 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2026

  1. Configuration menu
    Copy the full SHA
    ce5790b View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Engine-in-JS. Partial implementation of date/time classes for JS. Upg…

    …rade KMP logging library. (#1689)
    
    * Fix playground build and compile time warnings.
    
    * Engine-in-JS. Partial implementation of date/time classes for JS. Upgrade KMP logging library.
    
    * Update docs
    antvaset authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    ccc02dd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2026

  1. #1681: Skip version check when requesting a library without a version…

    … or if the resolved library does not have a version (#1693)
    
    * #1681: Skip version check if the requested version is null or if the resolved library does not have a version
    
    * #1681: Skip version check if the requested version is null or if the resolved library does not have a version
    antvaset authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    b25f6bd View commit details
    Browse the repository at this point in the history
  2. Fix playground deployment action (#1692)

    Co-authored-by: JP <jonathan.i.percival@gmail.com>
    antvaset and JPercival authored Mar 1, 2026
    Configuration menu
    Copy the full SHA
    a6a82fe View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Rev to 4.5.0 (#1694)

    antvaset authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    66a7f01 View commit details
    Browse the repository at this point in the history
Loading