Releases: ktjn/modelable
Releases · ktjn/modelable
Release list
v1.0.2
v1.0.1
What's Changed
- docs: Iteration 6 — post-1.0 issues, compatibility policy, roadmap update by @ktjn in #111
- feat: public emitter conformance fixture (closes #110) by @ktjn in #112
- feat: hosted documentation via MkDocs on GitHub Pages (closes #109) by @ktjn in #113
- feat: publish VS Code extension to Marketplace on release (closes #104) by @ktjn in #114
- fix: remove configure-pages step that requires Pages to be pre-enabled by @ktjn in #115
- fix: docs_dir and drop deprecated setup-python by @ktjn in #116
- fix: upgrade upload-pages-artifact to v4 (Node 24) by @ktjn in #117
- feat: remote spec fetch hardening — retry, stale cache, --poll-interval (closes #106) by @ktjn in #121
- fix: emitter bugs #91 #95 #118 #119 #120 by @ktjn in #122
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- [codex] add OpenMetadata Testcontainers smoke by @ktjn in #56
- [codex] Track external specs by @ktjn in #57
- [codex] add odcs compile target by @ktjn in #58
- [codex] fix ODCS Data Contract CLI lint compatibility by @ktjn in #59
- [codex] add OpenLineage export target by @ktjn in #60
- [codex] align integration roadmap status by @ktjn in #61
- [codex] harden FHIR R4 profile emitter by @ktjn in #62
- [codex] harden fhir validator smoke by @ktjn in #63
- [codex] split validate ci by changed surface by @ktjn in #64
- [codex] update dependencies and ci caches by @ktjn in #65
- [codex] add ODCS generate bootstrap detection by @ktjn in #66
- [codex] add dbt source generate bootstrap by @ktjn in #67
- [codex] preserve FHIR import repeating cardinality by @ktjn in #68
- [codex] add dbt manifest source bootstrap by @ktjn in #69
- [codex] add fhir extension slice import by @ktjn in #70
- [codex] add fhir direct slice import by @ktjn in #71
- [codex] preserve odcs classification imports by @ktjn in #72
- [codex] normalize odcs boolean flag imports by @ktjn in #73
- [codex] preserve dbt import metadata by @ktjn in #74
- [codex] support dbt versioned imports by @ktjn in #75
- [codex] support FHIR extension value imports by @ktjn in #76
- harden FHIR extension/slice mapping: sub-extensions for ObjectType fields and @wire type overrides by @ktjn in #77
- support remote tracked-spec polling: HTTP/HTTPS source, caching, bearer auth by @ktjn in #78
- push by @ktjn in #79
- Enable parallel pytest execution with pytest-xdist by @ktjn in #80
- Module-scoped LSP fixture to reduce server spawn overhead by @ktjn in #81
- Gate Docker codegen smoke tests behind MODELABLE_DOCKER_SMOKE=1 by @ktjn in #82
- Remove TMP/TEMP/TMPDIR env var overrides from conftest by @ktjn in #83
- Add regression fixtures for key .mdl scenarios; correct stale docs/roadmap by @ktjn in #84
- Fix ODCS compile tests failing under pytest-xdist by @ktjn in #86
- docs: plan Modelable 1.0 release program by @ktjn in #85
- fix: emitter fixes for issues #88, #92, #93 (Iteration 2) by @ktjn in #96
- fix: emitter fixes for #90 (TS ref imports) and #94 (optional array default) by @ktjn in #97
- fix: deduplicate identical workspace bindings, error on conflicts (#87) by @ktjn in #98
- docs: Iteration 3 — Observable conformance harness (Modelable-side) by @ktjn in #100
- release: 1.0.0 — version alignment, CHANGELOG, strip alpha wording (Iteration 4) by @ktjn in #101
- ci: enable PyPI publish job (missed from #101) by @ktjn in #102
- fix: bump engines.vscode to match @types/vscode ^1.125.0 by @ktjn in #103
Full Changelog: v0.5.0...v1.0.0
v0.5.0
What's Changed
- [codex] prepare Modelable for public alpha release by @ktjn in #49
- chore(deps): bump the actions group with 2 updates by @dependabot[bot] in #50
- chore(deps): bump the vscode-dependencies group in /vscode with 3 updates by @dependabot[bot] in #51
- Research and plan: align with dbt, FHIR, and other external tools by @ktjn in #52
- [codex] add Apicurio artifact registry commands by @ktjn in #54
- [codex] add Apicurio Testcontainers smoke by @ktjn in #55
New Contributors
- @dependabot[bot] made their first contribution in #50
Full Changelog: v0.4.0...v0.5.0
v0.4.0
v0.4.0: add @wire(json.fieldCase) hint for TypeScript field-name casing
v0.3.0
v0.3.0: add json passthrough type for clickhouse string-encoded map<K…
v0.2.1
chore: bump version to 0.2.1 for release The v0.2.0 tag points at a pre-fix commit whose release run failed on the Docker uuid/serde issue and a version-metadata mismatch (both now fixed on main). Cut 0.2.1 from current main instead of rewriting the pushed v0.2.0 tag.