PaulUithol / Backbone-relational

Get and set relations (one-to-one, one-to-many, many-to-one) for Backbone models
http://backbonerelational.org
MIT License
2.34k stars 330 forks source link

Support for Lodash 4.* #577

Closed drphelps closed 6 years ago

drphelps commented 7 years ago

Lodash removed thisArg from many of its method signatures. Use _.bind instead. Additionaly, update references to deprecated/aliased Underscored methods with their Lodash equivalents.

bpatram commented 7 years ago

Does this break any compatibility to underscore? Is removing the peerDependencies of backbone wise to do?