2.0.4 (2019-08-19)
2.0.3 (2019-06-17)
- authenticationMiddleware config (#183) (d9654bd)
- documentation error, error class missing message argument (#177) (3680a31)
2.0.2 (2019-05-22)
2.0.1 (2019-05-15)
2.0.0 (2019-05-15)
1.4.2 (2019-05-14)
1.4.1 (2019-04-09)
1.4.0 (2019-04-03)
- Custom Error Implementation (#154) (968377d)
- direct users to stack overflow for questions with new tags (#158) (3a83a43)
-
Custom makeResource needs to change
Resource.__resourceType
toResource.resourceType
. New version of resources no longer use the double underscore since they use Object.defineProperty. -
fix: one of the issues with casing in joining arguments
-
Removed old resources
-
Updated all resources to use lowercase versions
-
Updated resources to use the new version which includes recursive properties
-
Incremented package.json version
-
fix: typo in capability statement
1.3.1 (2019-02-12)
- do not override the methods if defined in the config (#124) (6eff570)
- issue with incorrect url being set when configuring CORS pre-flight (#123) (5b650a6)
- package.json to reduce vulnerabilities (#144) (95c82d4)
- add deprecation utility for marking features in future releases (#129) (6ec5e25)
- crud patch (#132) (ec613d4)
- custom metadata (#128) (27f6544)
- Integrate Smart tools from phx-tools (#131) (c91acaa)