Releases: pluginpal/strapi-plugin-config-sync
Releases · pluginpal/strapi-plugin-config-sync
v1.0.1
Features
- See the diff of a single config file from the CLI (#27 find docs here)
Bug fixes
- If config data gets corrupted we now exclude those records and gracefully warn you about it instead of throwing you an error (#51)
- If you are trying to query more then 100 records of a given type you won't get duplicate entries anymore.
- A fix was made in the README (#50)
Other
- Outdated dependencies have been updated
v1.0.0
v1.0.0-beta.8
Fix issue in the bootstrap function
v1.0.0-beta.7
Disallow the importOnBootstrap setting to be used in the development env
v1.0.0-beta.6
Fixed advanced relation import (#42)
v1.0.0-beta.5
See documentation here:
https://github.com/boazpoolman/strapi-plugin-config-sync#uid
v1.0.0-beta.4
- Fixed an issue with the
importOnBootstrapsetting.
v1.0.0-beta.3
- Consistency in use of dependencies (#36)
v1.0.0-beta.2
- Added tests for the CLI
- Updated some dependencies
- Added
immutableandredux-immutableas a direct plugin dependency (#35)