- Updates to jyson 4.0.0
- models are now stored on
req.curdy
instead of just thereq
- Arrays are now marked as dirty
- As a result updating an array of subdocuments behaves differently than an array of strings
- Wraps api model render data in the model name
- Show, Create, Delete, and Update use the singular name
- ShowAll uses the plural name
- Removed dependency on Q
- Removed dependency on lodash
- Removed dependency on supertest-as-promised
- Updated packages
- Consolidated utilities
- Updated packages
- Adds a SimpleSort plugin for simpler sorting
- Plugins are now exposed via curdy
- Updated to jyson 3.0.0
- Render templates can now access the res object via opts
- Updates to jyson 2.0.0
- Closes Issue #9
- Adds Support for plugins
- Closes Issue #5
- Issues with jyson 1.2.0 so we downgraded to 1.1.0
- First Release of Curdy
- Init creation of Curdy