Skip to content

Commit

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

### Bug Fixes

* disableFieldSorting is now only preventing frontend to sort the collection ([7f1481b](7f1481b))
* **replaceFieldOperator:** disallow to pass null because it will emulate instead to remove the operator ([#911](#911)) ([bf0c105](bf0c105))
* **replaceFieldWriting:** force customer to give a replaceFieldWriting definition to avoid emulation when null is given ([#913](#913)) ([b0b1862](b0b1862))
* return more details in errors due to certificate validation to help debugging ([#917](#917)) ([58aaaec](58aaaec))

### Features

* **datasource-customizer:** implement gmail-style search ([#780](#780)) ([3ad8ed8](3ad8ed8))
  • Loading branch information
forest-bot committed Jan 26, 2024
1 parent 184260f commit 331b321
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.30.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.29.2...@forestadmin/datasource-toolkit@1.30.0) (2024-01-26)


### Features

* **datasource-customizer:** implement gmail-style search ([#780](https://github.com/ForestAdmin/agent-nodejs/issues/780)) ([3ad8ed8](https://github.com/ForestAdmin/agent-nodejs/commit/3ad8ed895c44ec17959e062dacf085691d42e528))

## @forestadmin/datasource-toolkit [1.29.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-toolkit@1.29.1...@forestadmin/datasource-toolkit@1.29.2) (2024-01-17)


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.29.2",
"version": "1.30.0",
"main": "dist/src/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down

0 comments on commit 331b321

Please sign in to comment.