- add
verifyEntityConfigurations()
andverifyForStrictEntityDocumentation()
functions - add
comment
props to IEntityConfig and IEntityFieldConfig types npm update
s- improve type definitions
- add
queryAndIterate()
to IDataRepository interface npm update
s
- library required at least Node 18 now
- fix
DataContext
class
- add
noDbNull
setting toIDataContextOptions
andIEntityConfig
interfaces
- 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 update
s
- add
getDbValue()
utility function - library required at least Node 14 now
- apply new linter settings
npm update
s
- 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
skip
tooffset
in IFindOneOptions interface
isNull()
=>isExplicitNull()
- (bug-)fixes
- add functions, types and values to handle
(null)
s
- initial release