Skip to content

Releases: harp-orm/core

Refactor Condiguration

09 Jul 12:01

Choose a tag to compare

  • Single File for Repo & Model: Model Classes now just have a static method initialize. There still is a "repo" object. However its now from a single class.
  • Dependancy Injection Container for Repos allowing you to specifically resolve dependancies
  • New style for initializing traits. Now you have to execute a static "Initialize" method for each trait.
  • LinkMany object now behaves much more like Models object.

Direct Link Manipulation

01 Jul 13:07

Choose a tag to compare

Added Direct Link Manipulation methods to model

  • getLinkOne
  • getLinkedModel
  • setLinkedModel
  • getLinkMany

This will help build correctly typed code

Initial Release

26 Jun 12:52

Choose a tag to compare

0.1.0

:memo: Fix doc