Skip to content

1.4.0

Latest
Compare
Choose a tag to compare
@leongrdic leongrdic released this 12 Jul 12:08
· 1 commit to master since this release
  • rewrote the way props are read from database
    • automatic eager loading to avoid the N+1 problemm
    • any excess props or columns from database will be ignored
  • support for auto-incrementing primary prop
    • primary prop is no longer stored within props column
  • parent props may now optionally be null