feathers-filemaker
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "feathers-filemaker", | ||
"description": "test", | ||
"version": "0.1.2", | ||
"description": "Filemaker adapter for feathers.js", | ||
"version": "0.1.3", | ||
"homepage": "https://github.com/geistinteractive/feathers-filemaker", | ||
@@ -6,0 +6,0 @@ "main": "lib/", |
@@ -8,14 +8,12 @@ # fms | ||
## About | ||
This is a FileMaker Adapter for feathers.js. It makes it trivial to create a feathers service for any FileMaker Layout. | ||
This is a FileMaker Adapter for feathers.js. It makes it trivial to create a feathers service for any FileMaker Layout. For non FileMaker people, a layout is a Table with a defined set of fields, and related records | ||
## Changelog | ||
This currently passes all but two tests in the feathers-service-test suite. There is not an easy way to do a a true POST, which would require nulling fields. we just do a PATCH instead. We also do not support the $in and $nin query filters. We may in the future. | ||
__0.1.0__ | ||
Support for $or is limited. Only single fields will work. | ||
- Initial release | ||
## License | ||
Copyright (c) 2016 | ||
Copyright Todd geist(c) 2016 | ||
Licensed under the [MIT license](LICENSE). | ||
Licensed under the [MIT license](LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44844
19