Skip to content

Commit

Permalink
Changelog Updated for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
loeiks committed May 21, 2024
1 parent 1ee16a7 commit 23b03ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23b03ce

Please sign in to comment.