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

Commit

Permalink
feat: queryAndIterate()
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Jan 6, 2024
1 parent 486f276 commit f622e9a
Show file tree
Hide file tree
Showing 7 changed files with 729 additions and 579 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"./src"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log (@egomobile/orm)

## 0.14.0

- add `queryAndIterate()` to [IDataRepository interface](https://egomobile.github.io/node-orm/interfaces/IDataRepository.html)
- `npm update`s

## 0.13.1

- library required at least [Node 18](https://nodejs.org/en/blog/release/v18.0.0/) now
Expand Down
Loading

0 comments on commit f622e9a

Please sign in to comment.