Closed mrbatista closed 8 years ago
@mrfelton I removed not-camelcase model because loopback during boot automatically converts dashed names (read-only.js) in camel-case. See this documentation for more information.
@mrfelton Would you mind taking a quick look into test should not change readonly properties with bulk updates? Thanks.
Thanks @mrbatista . I have tried with your changes but still none of the tests pass and I can see no evidence that the mixin is being loaded.
@mrfelton Sorry, try now.
Thanks @mrbatista merged and published as v1.0.1.
-mixins property in model-config.json support directory; -Removed backward compatibility with non-camelcase model Readonly; -Fix style issue; -Update README.