The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.3.0 - 2020-11-10
- support edit of embedded documents (array of objects/Schemas)
- add tests
- improve README.md
1.2.0 - 2020-10-15
- audit log for create, edit, delete 🕺
- can be turned off in global options
SchemaUI.init({ auditLog: false })
- typings also added
- can be turned off in global options
- improve tests
- default boolean values were overridden
- reduce the use of lodash 👌
1.1.1 - 2020-05-08
- typings are now available
1.1.0 - 2020-05-08
- add vuex state management
- abort background requests that threw errors
- support for permissions per model (create, read, edit, delete)
- search enhancements - possible to search in all fields that are string/objectIds
- improve & add tests
- applying filters on a collection will take you to page no. 1
- create new document popup - fix transparent background while loading
1.0.4 - 2020-03-14
- version indicator in the app bar
- dark mode
- improve test coverage
- routesMap is now Map instead of Object
``
0.8.0 - 2020-02-15
Initial Version