Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@jimlambie jimlambie released this 21 Mar 12:14
· 1884 commits to master since this release

Fix #13: Removed auto-creation of API docs path (should only happen if api-doc module is installed)
Close #14: Load domain-specific configuration if matching file exists
Close #16: Check that generated auth token doesn't already exist, generate new one if it does
Close #18: Validate skip & page parameters before calling model.find()
Close #19: Database replicaSet property should be a String, not a Boolean
Cache: add Redis caching ability and extend config to allow switching between filesystem and Redis caches
Cache: locate endpoint matching the request URL using path-to-regex so we can be certain of a match