Releases: ExWeiv/weiv-data
Releases · ExWeiv/weiv-data
v4.5.0
Changes
- New plug-in, sync Wix Members collection into your MongoDB databae to perform lookups easily with your own custom collections.
- Sync Wix Applications feature is in beta and might not work as expected, we are testing the feature and BUG fixes will be added soon.
- New config option
syncDatabase
to configure the database name for Wix application sync. This database name will be used when saving data from Wix apps to MongoDB.
v4.4.0
Changes
- convertId function removed in place now we have two different functions to convert an id either to string or ObjectId.
- Now all returned _id fields are string if
convertIds
option is set to true. By default it's false. - Important BUG fixes.
- General BUG fixes and improvements.
- New error manager, this feature will be improved over time.