- Enhancement: introduce support for Object type in schema definitions.
- Fix bug: an instance of mongoose.Schema is somehow linked to the connection instance so it cannot be used for other connections.
.getSchema()
now requires an instance of mongoose.Connection
- Fix nasty bug.
- Support for nested documents in json schemas.
- Add jshint task for codebase and tests.
- Add examples to the repo
- General cleanup of the api, implementation and tests.
- Better interoperation with mongoose
- NOTE this module uses semver and thus this version is not backwards compatible with previous ones.
- A long time ago!