Skip to content

Releases: neumino/thinky

v2.1.11

31 Oct 06:18
Compare
Choose a tag to compare
  • Fix virtual fields in nested ararys - Fix ##375

v2.1.10

26 Oct 00:08
Compare
Choose a tag to compare
  • Fix post init hooks - #372

v2.1.9

10 Oct 20:08
Compare
Choose a tag to compare
  • Expose type without having to initliaze thinky - PR #363 by @jondubois
  • Fix context for synchronous hooks called in asynchronous context -- Fix #354
  • Clean the hidden references of joined documents after deleting a document - Fix #356

v2.1.8

18 Sep 14:56
Compare
Choose a tag to compare
  • Properly clean the links table for n-n relations on the same model - Fix #347

v2.1.7

03 Sep 01:31
Compare
Choose a tag to compare
  • Return a promise even in case of an error for addRelation

v2.1.6

22 Aug 02:10
Compare
Choose a tag to compare
  • Pass the appropriate schema when copying an array for a save operation - Fix #326

v2.1.5

20 Aug 01:29
Compare
Choose a tag to compare
  • Execute should not force cursor: true - Fix #325

v2.1.4

15 Aug 00:52
Compare
Choose a tag to compare
  • Ensure that indexes are available before firing a query - Fix #319

v2.1.3

14 Aug 15:01
Compare
Choose a tag to compare
  • Send back the appropriate result if an asynchronous retrieve hook exists - Fix #315 (2)

v2.1.2

13 Aug 16:19
Compare
Choose a tag to compare
  • Fix closure when retrieving documents - Fix #315