What's New With 3.0.0
February 12, 2021
Last updated
Was this helpful?
February 12, 2021
Last updated
Was this helpful?
In this major release we have two issues that are not backward compatible:
asQuery
now falseAll properties and arguments that received the asQuery
argument are now defaulted to false. Meaning arrays of objects/structs is now the default instead of query objects. If you want to go back to queries, then make sure you add the asQuery : true
to the method calls.
Our supporting modules have been also upgraded to their major versions mostly to support cbi18n v2.
If you are using localization features with cborm then you must read the compat guide for cbi18n v2.
[] - isDirty()
not working with ActiveEntity
due to missing entity passed
[] - Updated cbValidation
to v3 to support cbi18n v2
[] - asQuery
update to default it to false
[] - Document v3 variant in the docs
[] - Source code cleanups by applying formatting rules