Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
feat: entity config validation functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 21, 2024
1 parent 3a91d94 commit 7c53ec5
Show file tree
Hide file tree
Showing 8 changed files with 534 additions and 223 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log (@egomobile/orm)

## 0.15.0

- add `verifyEntityConfigurations()` and `verifyForStrictEntityDocumentation()` functions
- add `comment` props to [IEntityConfig](https://egomobile.github.io/node-orm/interfaces/IEntityConfig.html) and [IEntityFieldConfig](https://egomobile.github.io/node-orm/interfaces/IEntityFieldConfig.html) types
- `npm update`s
- improve type definitions

## 0.14.0

- add `queryAndIterate()` to [IDataRepository interface](https://egomobile.github.io/node-orm/interfaces/IDataRepository.html)
Expand Down
Loading

0 comments on commit 7c53ec5

Please sign in to comment.