3.0.2-mod.1
What's Changed
- included all unreleased changes from https://github.com/Vincit/objection.js pushed after v3.0.1, i.a.:
- upsertGraph: allow marking individual models in graph to be unrelated or deleted with
#unrelate
or#delete
(prop names configurable withModel.graphUnrelateProp
andModel.graphDeleteProp
) by @falkenhawk in #14 - adjustments for knex v1 and v2 by @falkenhawk in #15
- fix typings for PartialModelGraph and nullable fields by @falkenhawk in #16
Full Changelog: 3.0.1-mod.2...3.0.2-mod.1