neumino / thinky

JavaScript ORM for RethinkDB
http://justonepixel.com/thinky/
Other
1.12k stars 128 forks source link

Virtual fields to have access to the parent document #618

Open cur3n4 opened 7 years ago

cur3n4 commented 7 years ago

It will be great if virtual fields could have access to the parent document (maybe as an argument to the function). This way more complex processing can be done in the fields.

Will do A PR.

cur3n4 commented 7 years ago

Added PR with proposed changes: https://github.com/neumino/thinky/pull/619