# 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).

## [3.0.0] - 2025-06-09

### Added

- Type manager 8 support.

## [2.0.4] - 2024-02-18

### Fixed

- TypeScript 5 decorators do not work.

## [2.0.3] - 2023-08-19

### Fixed

- Filtering of properties having null or undefined values.

## [2.0.2] - 2023-08-06

### Fixed

- Export of paginate clause.

## [2.0.1] - 2023-08-06

### Fixed

- Build method of browse command.

## [2.0.0] - 2023-06-25

### Added

- Fluent api for declarative configuration with type manager.
- Include support when query by key values.

### Migrating from previous version

- Update type manager declarative configurations.

## [1.0.0] - 2022-07-31

### Added

- Core of entity store;
- Commands to add, update, query and remove entities;
- Base filter expressions;
- Base sort expressions;
- Base paginate expressions;
- Entity collection to manipulate entities;
- Core interfaces for entity providers;
