Releases: vivocha/arrest
Releases · vivocha/arrest
v7.0.0
7.0.0 (2017-10-30)
Bug Fixes
- lib, api: Add a default 404 handler producing JSON when API server is started as standalone ins (edb1fb6)
BREAKING CHANGES
- lib, api: When server is started using API.launch(), the default 404 handler produces JSON
v6.0.3
6.0.3 (2017-10-12)
Bug Fixes
- registerSchema: Added an additional id/scope when registering a schema (5d2627e)
v6.0.2
6.0.2 (2017-09-19)
Bug Fixes
- UpdateMongoOperation: Fixed how the resource id is set in the update doc (2ee4a33)
v6.0.1
6.0.1 (2017-09-19)
Bug Fixes
- MongoOperation: Added debug logs in the defaut handler (72bb739)
v6.0.0
6.0.0 (2017-09-18)
Features
- MongoResource: Added automatic id creation (when id is an ObjectID and it's not called _id), r (fe4061d)
- Operation: Changed the way Operaration ids are passed and handled, to simplify subclassing (5818c30)
BREAKING CHANGES
- Operation: Signature change for Operation contructor and Operation.getDefaultInfo
v5.6.0
5.6.0 (2017-09-13)
Features
- MongoResource: Added the createIndexes resource option to explicitly activate automatic index (3587b4e)
v5.5.1
5.5.1 (2017-09-12)
Bug Fixes
- Swagger: Fixed the definition of top level parameters (ba13c87)
v5.5.0
5.5.0 (2017-09-12)
Features
- MongoResource: Added automatic index creation and checking (b653712)
v5.4.8
5.4.8 (2017-09-06)
Bug Fixes
- package: Updated deps, removed maps (7c6708b)
v5.4.7
5.4.7 (2017-09-06)
Bug Fixes
- package: Changed strategy to remove .map files (e3cf217)