Version 3.5.1 2016-24-3
 * Bug fix for broken sorting on 3.5.0

Version 3.5.0 2016-24-3
 * Added ability to make secondary match a hard match (not an optional match)

Version 3.4.0 2016-3-3
 * Added support for FunctionProperty.  This is experimental and should be used with caution

Version 3.3.0 2016-6-2
 * Added support for supplying an include parameter to the create_resource method

Version 3.2.3 2016-4-2
 * Bug fixes for previous version

Version 3.2.2 2016-4-2
 * Fixed issue where relationships were not present on individual resource requests.

Version 3.2.1 2016-25-1
 * Fixed issue that made it impossible to sort on attributes and functions at the same time

Version 3.2.0 2016-22-1
 * Added ability to use the include paramater from the json api spec on collection requests

Version 3.1.0 2016-21-1
 * Added ability to change the default attribute returned in collection requests when a full attribute representation is not required

Version 3.0.0 2015-12-18
 * Turn around times for collection requests significantly increased
 * Collection requests no longer include entity relationships by default
 * Pagination links no no longer included, though pagination still works
 * The pagination links will be added back in future versions

Version 2.1.2 2015-12-18
 * Fixed bug in filtering

Version 2.1.1 2015-12-18
 * Added filtering and sorting, as well as support for sorting on cypher functions defined in the class

Version 2.0.1 2015-08-17
 * Small bug fix.  When hashed values are part of a model, but not included in json representation errors were occurring

Version 2.0.0 2015-09-27
 * Some Changes that cause old model format to not work
 * This version is significantly more compliant and functional than the last

Version 1.0.0 2015-09-15
 * This is the first stable version

Version 0.1.4 2015-09-15
 * fixed bad syntax in import statements

Version 0.1.3 2015-09-15
 * fixed bad syntax in import statements

Version 0.1.2 2015-09-15
 * fixed bad syntax in import statments

Version 0.1.1 2015-09-15
 * removed requirement for hashlib because python 2.5+ has it built in

Version 0.1.0 2015-09-15
 * first version