- add
verifyEntityConfigurations()andverifyForStrictEntityDocumentation()functions - add
commentprops to IEntityConfig and IEntityFieldConfig types npm updates- improve type definitions
- add
queryAndIterate()to IDataRepository interface npm updates
- library required at least Node 18 now
- fix
DataContextclass
- add
noDbNullsetting toIDataContextOptionsandIEntityConfiginterfaces
- add
count()method to IDataRepository - (bug-)fixes
- BREAKING CHANGE: improve interfaces of insert(), remove() and update() methods
- library required at least Node 16 now
- code cleanups and improvements
npm updates
- add
getDbValue()utility function - library required at least Node 14 now
- apply new linter settings
npm updates
- add queryAndMap()
- add types which helpds to realize data transformations between databases and entities
- add helper methods to DataAdapterBase to simply access entity configuration data
insert(),remove()andupdate()of IDataRepository return the updated entity now
- BREAKING CHANGE: change
skiptooffsetin IFindOneOptions interface
isNull()=>isExplicitNull()- (bug-)fixes
- add functions, types and values to handle
(null)s
- initial release