All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.0.24 (2026-02-08)

Features

  • remove ui schema creation and modification (2e51734)

Bug Fixes

0.0.23 (2026-02-07)

Bug Fixes

0.0.22 (2026-02-07)

Bug Fixes

  • FieldReference: repo casting (3fd6a04)

0.0.21 (2026-02-07)

Bug Fixes

0.0.20 (2026-02-07)

Features

  • introduce doctests, prepare for next ver (87a7373)
  • remove demo (6816433)
  • work back from umbrella to single purposed repo (41d4af1)

Bug Fixes

0.0.7 - 2026-02-05

Changed

  • Restructured project as umbrella app with separate library and demo
  • Moved all configuration to app-specific directories
  • Comprehensive test suite with 142 tests covering all core functionality
  • Updated documentation with detailed examples and API reference

Added

  • Test infrastructure with Docker Compose support
  • TESTING.md with comprehensive testing documentation
  • Proper test coverage for all models and API functions
  • DataCase and test helpers for easier test writing

Fixed

  • Docker configuration for proper networking
  • Port binding for Docker deployments (0.0.0.0 instead of 127.0.0.1)
  • Timestamp handling in tests
  • Content update operations now properly merge field values
  • Database constraints now handled gracefully with proper error messages

0.0.6 - Previous Version

Added

  • Initial schema-driven CMS functionality
  • Admin UI for content management
  • Schema builder DSL for code-defined schemas
  • View helpers for template integration

0.0.5 - Earlier Version

Added

  • Basic content management features
  • Reference field support
  • Unique schema validation