Releases: lbovet/hybind
Releases · lbovet/hybind
Release list
v1.7.0
v1.6.0
Features:
- Added hooks
$onBind(cb)called when object is bound.$onLoadItem(cb)called when collection items are loaded.
Fixes:
- Depth of objects in collections is limited in order to circumvent potential problems in backends (e.g. spring-data-rest)
v.1.5.0
v1.4.3
v1.4.2
v1.4.1
v1.4.0
$create and $save can now save children associations in the same request.
$createpasses all children associations of the object to create.$saveuses an optional array parameter to select which children associations must be passed. An empty array means all associations.