Skip to content

Commit e4ba4ee

Browse files
mmcfarlandbitner
andauthored
Don't return valid queryable object for invalid collection (#145)
* Return null for queryables for unknown collections Don't generate valid queryables for collections which don't exist in the database. * 0.6.10 * add changelog, use exists to determine if collection exists for queryables Co-authored-by: David Bitner <[email protected]>
1 parent 2418006 commit e4ba4ee

File tree

7 files changed

+3094
-20
lines changed

7 files changed

+3094
-20
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
## [v0.6.10]
7+
8+
### Fixed
9+
- Makes sure that passing in a non-existing collection does not return a queryable object.
610

711
## [v0.6.9]
812

0 commit comments

Comments
 (0)