JonathanPrince / loopback-component-fixtures

handle fixtures for testing clients against
MIT License
12 stars 13 forks source link

3.0.0 support #16

Closed dmtrs closed 7 years ago

dmtrs commented 8 years ago

Is there any plans to add support for loopback version 3.0.0. When trying to use this component with loopback 3.0.0 I get the following error:

Error: app.model(modelName, settings) is no longer supported. Use app.registry.createModel(modelName, definition) and app.model(ModelCtor, config) instead.

Which refers in index.js line 83

JonathanPrince commented 8 years ago

Hi @dmtrs, thanks for letting me know, will look into this in the next few days