Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-toolkit@1.35.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.35.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.34.5...@forestadmin/datasource-toolkit@1.35.0) (2024-09-17)

### Bug Fixes

* **datasource-sql:** support for paranoid tables with snake case timestamp fields ([#1170](#1170)) ([96b54f9](96b54f9))

### Features

* add separator in action forms ([#1167](#1167)) ([7d61527](7d61527))

### Performance Improvements

* **relation:** improve has many relation by using not in when possible and available ([#1148](#1148)) ([a15eefe](a15eefe))

### Reverts

*  "fix(datasource-sql): handle timestamps of tables with underscored column names" ([#1169](#1169)) ([3b76e38](3b76e38))
  • Loading branch information
forest-bot committed Sep 17, 2024
1 parent d0f819c commit c1069a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/datasource-toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# @forestadmin/datasource-toolkit [1.35.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.34.5...@forestadmin/datasource-toolkit@1.35.0) (2024-09-17)


### Features

* add separator in action forms ([#1167](https://github.com/ForestAdmin/agent-nodejs/issues/1167)) ([7d61527](https://github.com/ForestAdmin/agent-nodejs/commit/7d615278b3897a8fbc60c5c6eaf6bb6cc53f7cef))

## @forestadmin/datasource-toolkit [1.34.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.34.4...@forestadmin/datasource-toolkit@1.34.5) (2024-09-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/datasource-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-toolkit",
"version": "1.34.5",
"version": "1.35.0",
"main": "dist/src/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit c1069a3

Please sign in to comment.