Vincit / dodo-objection

Objection.js ORM plugin for Dodo.js framework
1 stars 2 forks source link

Update objection to the latest version πŸš€ #7

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 0.7.1 of objection just got published.

Dependency objection
Current Version 0.6.2
Type devDependency

The version 0.7.1 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of objection. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Commits

The new version differs by 98 commits (ahead by 98, behind by 5).

  • a3c5f8c bugfix: JoinEagerAlgorithm NPE in some cases
  • 201bb5a make knex peerdep less restrictive
  • 20f625e documentation update
  • e19fb51 Merge pull request #277 from elhigu/documentation-for-reference-builder
  • 84b2d09 Documentation for ref() and updating / patching attribute inside json column
  • a3e3dfe add modifyEager method. closes #279
  • b433672 Merge pull request #310 from mceachen/typescript-2.2
  • 825fed2 Upgrade to TS2.2 and fix Insert typing
  • d92be92 Merge pull request #281 from Vincit/greenkeeper-typescript-2.1.5
  • feac0dc v0.7.0-rc.3
  • f0c5335 remove ES2015 code from a test
  • 9ea2c66 add changelog entry for the #292 bugfix
  • 9976ca3 remove a catch from a test
  • fbddcdf fix a short-circuit problem with JoinEager. fixes #292
  • a8de519 v0.7.0-rc.2

There are 98 commits in total. See the full diff.

Not sure how things should work exactly? There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper Bot :palm_tree:

greenkeeper[bot] commented 7 years ago

Version 0.7.2 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits .

  • 2218b68 add HasOneThrough relation type. closes #316

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.3 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits .

  • d1a5077 v0.7.3
  • 1d1360c bugfix: Default values not set with .insertGraph() in 0.7.2 closes #325
  • a3f5137 bugfix: implicit select Table.* was not removed when disctinct are column methods were called
  • 02b5511 forgot to bump the version

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.4 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 8 commits .

  • 05132b9 automatically select columns needed for relations. closes #309
  • a5d195e improved select handling
  • f894fe6 bufix: formatJson was called from within InsertGraph. closes #326
  • 7e7ca2c refactor query property handling in a query
  • ce5b825 improve perf tests
  • 38b8309 implement and use Model.getRelationArray()
  • 7087066 remove completely useless BaseModel abstraction
  • a699574 separate model tree traversing to a modelVisitor module

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.5 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 4 commits .

  • 63953c9 v0.7.5
  • cea313a add missing require
  • bcbab3c bugfix: using omit() on a query with no results causing exception fixes #327
  • ae4df28 bugfix: explicit selects were repeated in JoinEagerAlgorithm. fixes #256

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.6 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 27 commits .

  • a4a2195 v0.7.6
  • d8b7fd4 make sure JoinEagerAlgorithm doesn't generate 'join (select * from foo)' when not necessary
  • ed7326b better documentation for parseJson and formatJson hooks
  • 88b1058 Merge pull request #329 from Vitallyio/partial-typing
  • 021051e add new knex methods clearSelect and clearWhere
  • e61e82f fix fs-extra version to 2.0 since 2.1 broke compatibility with old nodes
  • 0bfa3ff limit where in parameter size to 2100 on MSSQL. fixes #311
  • ac223f8 generic cleanup
  • 7b24623 make some functions optimizable for v8
  • f5144b4 cleanup internalContext and internalOptions
  • b1feb9f avoid cloning in AjvValidator
  • 9195d77 basic eager perf test
  • 845ca44 clean up RelationFindOperation
  • e93b259 optimize and cleanup Model.js
  • 50c5055 add variant of npm perf test runner with v8 optimization flags

There are 27 commits in total. See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.7 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 7 commits .

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.8 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits .

  • fc1baca revert back to old RangeOperation on postgres

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.9 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 6 commits .

  • a82aad6 documnetation updates
  • 8b106dc remove RangePostgresOperation
  • 5b40ebf small style fix
  • 350d12c update join*Relation method doc
  • 6005811 join*Relation methods now accept relation expressions
  • e399751 reorder test code

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.10 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 13 commits .

  • 45c14a6 0.7.10
  • de0e11c improve perf tests
  • d1df946 Merge pull request #336 from mceachen/fix_related_query_typings
  • b0d0d76 Added generic type to $relatedQuery
  • 0131cd9 Fix Model.extend() typing, and add 5-class transaction signature
  • 6c28600 bugfix: relatedQuery + JoinEagerAlgorithm don't work together
  • 6d54e49 use native stuff instead of lodash in QueryBuilderBase
  • 4977b2f use native stuff instead of lodash in QueryBuilder.js
  • 7515c29 remove yarn.lock file
  • 05b2ff0 update README
  • fcf9b58 modernize documentation
  • 1611e95 modernize documentation
  • adf453f modernize documentation

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.11 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 9 commits .

  • 7be0b55 v0.7.11
  • d425173 fixes #341
  • 16f8727 general cleanup
  • 8be232f add contribution guide
  • 8582bc6 update deps
  • 1c7401d example project tuning
  • 3c6f5d4 fix borked regex in SelectOperation
  • 95c43d4 bugfix: passing one column name to returning caused that value to be set as id. fixes #339
  • 549345f fix randomly failing tests

See the full diff.

greenkeeper[bot] commented 7 years ago

Version 0.7.12 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 1 commits .

See the full diff.