Releases: neumino/thinky
Releases · neumino/thinky
v2.1.11
- Fix virtual fields in nested ararys - Fix ##375
v2.1.10
- Fix post init hooks - #372
v2.1.9
- 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
- Properly clean the links table for n-n relations on the same model - Fix #347
v2.1.7
- Return a promise even in case of an error for
addRelation
v2.1.6
- Pass the appropriate schema when copying an array for a save operation - Fix #326
v2.1.5
Execute
should not force cursor: true
- Fix #325
v2.1.4
- Ensure that indexes are available before firing a query - Fix #319
v2.1.3
- Send back the appropriate result if an asynchronous
retrieve
hook exists - Fix #315 (2)
v2.1.2
- Fix closure when retrieving documents - Fix #315