PATCH RELEASE
- ** #14 Update Dependencies
MINOR RELEASE
- ** #12 Update & Fix Config**
MAJOR RELEASE
- ** Or, Nor & And **
- ** Fix to response skip & url builder **
- ** Update Router get / **
MAJOR RELEASE
- ** #6 Added Test Cases **
- ** #7 LimitTo **
- ** #8 EscapeRegExp **
- ** #9 Routing **
- ** #10 create errorhandler **
- ** #11 Handle errors in query **
PRE RELEASE
- ** #6 Added Test Cases **
- ** #6 Fixed Small bugs **
- ** #6 Updated some logic to check names **
PRE RELEASE
- ** #5 Added the ability to parse a value based on the schema ex. Boolean , String , Date ....etc **
PRE RELEASE
- ** #4 Added the ability to do deepPopulate **
PRE RELEASE
- ** #3 Update the Where Operator to handle multiple where's **
PRE RELEASE
- ** #1 Update Query to not mandate populate Id & Items **
- ** #2 Updated the Response to all the change of status **
PRE RELEASE
- Update Query Middleware Function:
- Update Query Standalone Function:
- Update Response Middleware Function:
- Update Response Standalone Function:
- Added Testing:
- Update Action: Update to enable actions again because there fixed
- Update Count: Update to the count to be async.parallel to handle the get and count
- Update Error & Warning: Update the handlers
- Update PopulateId&Items: Update them to handle warnings properly
- **Clean Up:**Skip , Limit & the Example
- Update Query Populate: Update to all the defaults to be seen & Schema names not just model names
- Update Query : Inject Mongoose to ensure models make it to the query
- Remove : Async
- Add : Async
- Routing : Populate naming error
- Routing : Populate not called
- Routing : Fields Call - delete had dynamic failures
- Updated : Routing /task/fields to response with instances & isRequired which will help to make your frontend dynamic
- Added : error handling for the routing configurations
- Routing : Promise.each error fixed
- Added : Remove Model feature to routing
- Updated : The options for how routing is called
- Added : Aggregate Framework(Mongodb) to use for query builder
- Added : Aggregate Framework(Mongodb) to use for routing builder
- Added : Middleware options to the routing builder( auth , noauth & all)
- Added : Routing to handle callbacks
- Promises : Implemented with bluebird
- Added : count route
- Added : where .find
- Added : Helmet for security
- Added : Compression for speed
- Updated : create route to use mongoose.create()
- Updated : examples
- Where : to allow customizations
- gt: Working Config with WHERE
- gte: Working Config with WHERE
- lte: Working Config with WHERE
- lt: Working Config with WHERE
- in: Working Config with WHERE
- ne: Working Config with WHERE
- nin: Working Config with WHERE
- regex: Working Config with WHERE
- options: Working Config with WHERE
- size: Working Config with WHERE
- all: Working Config with WHERE
- equals: Working Config with WHERE
- Mounting : to allow customization to automatically mount for you. Return all mounts now
- Routing : added Body Parser and Method Override to Routing
- Updated the Url Routing : to allow customization of the default url route
- Updated the Urls : using keyword task on some utility calls
- Updated the Dynamic Routing : to allow mongoose to be injected
- Updated the dynamic Api : to expose some of mongoose
- Dynamic Api based off Schema: makes it so no coding needed for a full api(CRUD) (baa1617)
- Clean up: Code (d2ac5ff)
- Updated : to have delete fields, default skips & handle actions(80a722a)