Skip to content

pseudoscript-v0.1.6

Choose a tag to compare

@github-actions github-actions released this 10 Jun 15:17
· 16 commits to main since this release
8c390e8

Added

  • (lang) mandatory return types — explicit : void, call-operand return checking (refs #49)
  • (cli) pds svg accepts --view data/feature (closes #41)
  • (ide) dependency-aware language intelligence on a single typed wasm
  • (doc) support [doc].format in pds.toml (html|md)
  • (doc) Markdown renderer with inline SVG; ban hyphens in dependency names
  • reimagine landing on model-driven theme; add pds eval
  • (ide) web IDE overhaul — JetBrains/Fleet shell, canvas, LSP, export
  • (cli) local path deps, monorepo tooling, hardened git deps + ADR-026
  • (docs) authored Markdown docs + rich live-preview editor
  • git workspace dependencies — pds add/install + cross-workspace refs
  • static checker, Option/feature language features, enriched self-model

Fixed

  • honour flat-FQN rule in examples + make pds check workspace-aware

Other

  • (model) publish cross-module contracts on container/system faces + conformance guard
  • Merge feat/from-universal-value-producer into develop (rebased on main)
  • release v0.1.0
  • Initial commit: PseudoScript spec, conformance suite, and tooling