object-refs
A minimal implementation of bi-directional object references for JavaScript.
License
MIT
Minimal bi-directional object references for JavaScript
All notable changes to object-refs are documented here. We use semantic versioning for releases.
_Note: Yet to be released changes appear here._
FEAT
: add type definitionsFEAT
: add module
exportCHORE
: export Refs
and Collection
as a named exportsRefs
and Collection
are now exposed via a named export.FEAT
: transitively bind inverse one-to-many relationships (#1)FEAT
: be able to define configurable properties (#3)Check git log
for earlier history.