All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Changelog maintained after version 0.3.1
- [#318] added isRequired field
- handling of duplication error (unique constrain)
- change ValidationError interface that it is aligned with AdminBro v2.2
- parse params works recursively
- fix error where old params were returned after updating the record
- Resource.build changes IDs from BSON object to strings by default
- remove obsolete console.warn
- add position field
- add findMany to resource
- multiple fixes on nested objects