From 23b03ce18e0a7524349d477496c727698d10b0f4 Mon Sep 17 00:00:00 2001 From: Enes Date: Tue, 21 May 2024 20:35:18 +0300 Subject: [PATCH] Changelog Updated for v4 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544869a0..924e6d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ In this file you can find what's changed in each version. (Versions with -dev, - --- +### 4.1.0 + +- Documentation is updated with new informations and better TS support. +- TS internal system is changed and now auto-complete works better. +- Validation system added for almost all functions, with some security checks. +- NPM packages versions updated. +- Error messages changed a bit. +- Aggregation system is replaced with new one, now order of methods matters and there are more updates about aggregate function. +- Some internal updates to WeivDataFilter. +- New function added to get the current version of the package. +- Query system is replaced with new one, now it's better and a bit faster. +- All ids are returned as string from now. Any objectid is converted to string just before return. +- onlyOwner flag added for some functions to enable permission of `Member Author` just like in WixData. +- mongodb version updated to 6.6.2 +- BUG fixes and general performance improvements. +- v4 is first skeleton version of WeivData. + ### 3.0.4 - BUG Fixes