Skip to content

Releases: vivocha/arrest

v7.0.0

30 Oct 16:35
Compare
Choose a tag to compare

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

12 Oct 15:01
Compare
Choose a tag to compare

6.0.3 (2017-10-12)

Bug Fixes

  • registerSchema: Added an additional id/scope when registering a schema (5d2627e)

v6.0.2

19 Sep 11:01
Compare
Choose a tag to compare

6.0.2 (2017-09-19)

Bug Fixes

  • UpdateMongoOperation: Fixed how the resource id is set in the update doc (2ee4a33)

v6.0.1

19 Sep 08:22
Compare
Choose a tag to compare

6.0.1 (2017-09-19)

Bug Fixes

  • MongoOperation: Added debug logs in the defaut handler (72bb739)

v6.0.0

18 Sep 09:28
Compare
Choose a tag to compare

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

13 Sep 10:32
Compare
Choose a tag to compare

5.6.0 (2017-09-13)

Features

  • MongoResource: Added the createIndexes resource option to explicitly activate automatic index (3587b4e)

v5.5.1

12 Sep 15:53
Compare
Choose a tag to compare

5.5.1 (2017-09-12)

Bug Fixes

  • Swagger: Fixed the definition of top level parameters (ba13c87)

v5.5.0

12 Sep 13:56
Compare
Choose a tag to compare

5.5.0 (2017-09-12)

Features

  • MongoResource: Added automatic index creation and checking (b653712)

v5.4.8

06 Sep 14:43
Compare
Choose a tag to compare

5.4.8 (2017-09-06)

Bug Fixes

  • package: Updated deps, removed maps (7c6708b)

v5.4.7

06 Sep 14:05
Compare
Choose a tag to compare

5.4.7 (2017-09-06)

Bug Fixes

  • package: Changed strategy to remove .map files (e3cf217)