maritz / nohm

node.js object relations mapper (orm) for redis
http://maritz.github.io/nohm/
MIT License
500 stars 64 forks source link

v8 6.6 will break custom validator function name dectection #124

Closed maritz closed 6 years ago

maritz commented 6 years ago

see for details on changes to Function.prototype.toString() https://v8project.blogspot.de/2018/03/v8-release-66.html

If possible this should be fixed before v2, so that v2 is futureproof.

maritz commented 6 years ago

Fixed by 0ba69a2e50fa9ac69f093453f599bcf8b563f493 and published in v1.0.0

maritz commented 6 years ago

Also merged into master in 6ff4048 and published in v2.0.0-alpha.10.