Skip to content

Commit

Permalink
New Features and BUG Fixes
Browse files Browse the repository at this point in the history
- configs are now available, you can set logs to true for getting console logs about what's happening
- some bug fixes
- documentation updates with new features and changes
- new version is 4.2.0
- lib deleted for re-creation
  • Loading branch information
loeiks committed May 23, 2024
1 parent 233e60a commit e3c04fe
Show file tree
Hide file tree
Showing 61 changed files with 190 additions and 3,621 deletions.
5 changes: 3 additions & 2 deletions app/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,14 @@ Follow this step by step guide to setup your Wix website for WeivData:
7. Now it's time to install the `weiv-data` library. Install `@exweiv/weiv-data` package from NPM.
8. For the last step go to your backend directory.
1. Create a folder named `WeivData` in your backend section of your site. (backend/WeivData)
2. Inside of this folder create a JS file named `connection-options.js` and `data.js`. These are required even if you don't set any data hooks or custom connection options.
2. Inside of this folder create a JS file named `connection-options.js`, `data.js` and `config.js`. These are required even if you don't set any data hooks, config settings or custom connection options.

```
backend/
├── WeivData/
│ ├── connection-options.js
│ └── data.js
│ ├── data.js
│ └── config.js
└──
```

Expand Down
246 changes: 0 additions & 246 deletions app/lib/Aggregate/aggregate_data.js

This file was deleted.

18 changes: 0 additions & 18 deletions app/lib/Collections/createCollection.js

This file was deleted.

18 changes: 0 additions & 18 deletions app/lib/Collections/deleteCollection.js

This file was deleted.

16 changes: 0 additions & 16 deletions app/lib/Collections/listCollections.js

This file was deleted.

18 changes: 0 additions & 18 deletions app/lib/Collections/renameCollection.js

This file was deleted.

Loading

0 comments on commit e3c04fe

Please sign in to comment.