@flowerforce/flowerbase-client 0.3.3-beta.9 → 0.4.1-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 0.4.0 (2026-05-06)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - implement async role evaluation and add apply_when function rules ([#58](https://github.com/flowerforce/flowerbase/pull/58))
7
+
8
+ - add distinct and bulkWrite methods to MongoDB service ([#64](https://github.com/flowerforce/flowerbase/pull/64))
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - mongodb query projections ([#61](https://github.com/flowerforce/flowerbase/pull/61))
14
+
15
+ - update request handling in context and controller functions ([#65](https://github.com/flowerforce/flowerbase/pull/65))
16
+
1
17
  ## 0.3.2 (2026-04-02)
2
18
 
3
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowerforce/flowerbase-client",
3
- "version": "0.3.3-beta.9",
3
+ "version": "0.4.1-beta.0",
4
4
  "description": "Client for Flowerbase",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",