Releases: ovos/objection.js
Releases · ovos/objection.js
3.1.5-mod.1
What's Changed
Synced with upstream objection v3.1.5
And a few extra modifications:
- static query hooks fixes:
modelOptions
in DelegateOperation should forward to the one from the delegated operation, resolvemodelOptions.old
properly for graph operations by @falkenhawk in #18 - typings: make idColumn array readonly by @falkenhawk in #19
Full Changelog: 3.0.4-mod.1...3.1.5-mod.1
3.0.4-mod.1
Synced with upstream objection v3.0.4
Full Changelog: 3.0.2-mod.1...3.0.4-mod.1
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
3.0.1-mod.2
What's Changed
- fix: losing aliasMap in 'partial' subqueries by @falkenhawk in #13
- fix: overwriting already existing query's context in
childQueryOf
by @falkenhawk in #12
Full Changelog: 3.0.1-mod.1...3.0.1-mod.2
3.0.1-mod.1
What's Changed
- fix for WrapMysqlModifySubqueryTransformation when using join builder in #10
- ManyToMany relation - v3 workaround for ER_CANT_UPDATE_USED_TABLE_IN_SF_OR_TRG mysql error in #11
- Allow Transaction type override in #8
- expand allowed types for tableRefFor and tableNameFor in #9
Full Changelog: https://github.com/ovos/objection.js/commits/3.0.1-mod.1
1.6.10-mod.1
remove symlinks