entity-core 0.10.4

Core traits and types for entity-derive
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.10.4]https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.3...entity-core-v0.10.4 - 2026-07-27

### ๐Ÿ› Bug Fixes

- reach the runtime through the facade in generated code ([#247]https://github.com/RAprogramm/entity-derive/issues/247)

### ๐Ÿงช Testing

- execute commands, guards, transitions and the OpenAPI document ([#263]https://github.com/RAprogramm/entity-derive/issues/263)
- execute the remaining generated SQL surfaces against Postgres ([#255]https://github.com/RAprogramm/entity-derive/issues/255)

## [0.10.3]https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.2...entity-core-v0.10.3 - 2026-07-21

### ๐Ÿ› Bug Fixes

- fold time/timetz types in schema drift normalizer ([#233]https://github.com/RAprogramm/entity-derive/issues/233)

## [0.10.2]https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.1...entity-core-v0.10.2 - 2026-07-05

### โœจ Features

- runtime schema assertion for entities ([#225]https://github.com/RAprogramm/entity-derive/issues/225)

## [0.10.1]https://github.com/RAprogramm/entity-derive/compare/entity-core-v0.10.0...entity-core-v0.10.1 - 2026-07-05

### โœจ Features

- declarative state-machine transitions on the transaction adapter ([#223]https://github.com/RAprogramm/entity-derive/issues/223)