Skip to content

Releases: edmolima/typeengine

v1.0.0

18 Jul 10:03
f945744
Compare
Choose a tag to compare

Major Changes

  • 9056121: RELEASE 1.0.0

    Typeengine 1.0.0 delivers a world-class, enterprise-ready rich text/document engine:

    • Universal plugin system (runtime, WASM, remote) with sandboxing and permission enforcement
    • Immutable, functional document model with lossless serialization/deserialization (JSON, Markdown, HTML)
    • Deterministic transforms, replay, and audit capabilities
    • Modular validation and migration utilities (versioned, idempotent, reversible)
    • Built-in benchmarking, tracing, and analytics export for performance transparency
    • Automated upgrade tooling and changelog generation
    • Security and privacy model: permissioned plugins, opt-in analytics, no sensitive data exposure
    • API stability guarantees, semantic versioning, and migration guides
    • World-class documentation: README, GUIDE, ROADMAP, RELEASE, ADRs
    • 100% test coverage: property-based, fuzz, mutation, and stress tests
    • Automated CI/CD, code quality, and coverage enforcement
    • Ready for enterprise and open-source adoption

v0.2.0

17 Jul 21:15
d9bb267
Compare
Choose a tag to compare

Minor Changes

  • 909b5c4: - Implements acceptance test-driven development (ATDD) for all serialization formats (HTML, JSON, Markdown) and core logic.
    • Adds comprehensive tests for error cases, plugin hooks, and edge cases to ensure robustness.
    • Ensures full plugin support and extensibility in the core serialization/deserialization engine.
    • Fixes minor type errors in test plugins for improved type safety.
    • Improves maintainability and reliability of the codebase by covering all critical paths and failure scenarios.