Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
74 lines (44 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

74 lines (44 loc) · 2.41 KB

Change Log (@egomobile/orm)

0.15.5

  • add verifyEntityConfigurations() and verifyForStrictEntityDocumentation() functions
  • add comment props to IEntityConfig and IEntityFieldConfig types
  • npm updates
  • improve type definitions

0.14.0

0.13.1

  • library required at least Node 18 now

0.12.0

  • fix DataContext class

0.11.1

  • add noDbNull setting to IDataContextOptions and IEntityConfig interfaces

0.10.1

0.9.0

  • BREAKING CHANGE: improve interfaces of insert(), remove() and update() methods
  • library required at least Node 16 now
  • code cleanups and improvements
  • npm updates

0.8.0

  • add getDbValue() utility function
  • library required at least Node 14 now
  • apply new linter settings
  • npm updates

0.7.0

0.6.1

  • add types which helpds to realize data transformations between databases and entities
  • add helper methods to DataAdapterBase to simply access entity configuration data

0.5.0

  • insert(), remove() and update() of IDataRepository return the updated entity now

0.4.1

0.3.2

  • isNull() => isExplicitNull()
  • (bug-)fixes

0.2.1

  • add functions, types and values to handle (null)s

0.1.0

  • initial release