arrest

Swagger REST framework for Node.js, with support for MongoDB and JSON-Schema

MIT License

Downloads
1.5K
Stars
17
Committers
8

Bot releases are visible (Hide)

arrest - v6.0.3

Published by 0xfede about 7 years ago

6.0.3 (2017-10-12)

Bug Fixes

  • registerSchema: Added an additional id/scope when registering a schema (5d2627e)
arrest - v6.0.2

Published by 0xfede about 7 years ago

6.0.2 (2017-09-19)

Bug Fixes

  • UpdateMongoOperation: Fixed how the resource id is set in the update doc (2ee4a33)
arrest - v6.0.1

Published by 0xfede about 7 years ago

6.0.1 (2017-09-19)

Bug Fixes

  • MongoOperation: Added debug logs in the defaut handler (72bb739)
arrest - v6.0.0

Published by 0xfede about 7 years ago

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
arrest - v5.6.0

Published by 0xfede about 7 years ago

5.6.0 (2017-09-13)

Features

  • MongoResource: Added the createIndexes resource option to explicitly activate automatic index (3587b4e)
arrest - v5.5.1

Published by 0xfede about 7 years ago

5.5.1 (2017-09-12)

Bug Fixes

  • Swagger: Fixed the definition of top level parameters (ba13c87)
arrest - v5.5.0

Published by 0xfede about 7 years ago

5.5.0 (2017-09-12)

Features

  • MongoResource: Added automatic index creation and checking (b653712)
arrest - v5.4.8

Published by 0xfede about 7 years ago

5.4.8 (2017-09-06)

Bug Fixes

  • package: Updated deps, removed maps (7c6708b)
arrest - v5.4.7

Published by 0xfede about 7 years ago

5.4.7 (2017-09-06)

Bug Fixes

  • package: Changed strategy to remove .map files (e3cf217)
arrest - v5.4.6

Published by 0xfede about 7 years ago

5.4.6 (2017-09-06)

Bug Fixes

  • package: Fixed pattern in npmignore (18e9a2b)
arrest - v5.4.5

Published by 0xfede about 7 years ago

5.4.5 (2017-09-06)

Bug Fixes

  • package: Added .npmignore to exclude map files from the npm package (53e7087)
arrest - v5.4.4

Published by 0xfede about 7 years ago

5.4.4 (2017-09-05)

Bug Fixes

  • deps: Updated to latest version of deps, introduced mongodoki for the tests (8a0c117)
arrest - v5.4.2

Published by 0xfede over 7 years ago

<a name"5.4.2">

5.4.2 (2017-05-24)

Bug Fixes

  • debug: Update the version of debuggo and fixed to use the correct function (7273f038)
arrest - v5.4.1

Published by 0xfede over 7 years ago

<a name"5.4.1">

5.4.1 (2017-05-24)

Bug Fixes

arrest - v5.4.0

Published by 0xfede over 7 years ago

<a name"5.4.0">

5.4.0 (2017-05-23)

Features

  • debug: Now using debuggo module for debug traces (64821eb1)
arrest - v5.3.0

Published by 0xfede over 7 years ago

<a name"5.3.0">

5.3.0 (2017-05-16)

Features

  • Logger: Added trace logging level (607dd97c)
arrest - v5.2.2

Published by 0xfede over 7 years ago

<a name"5.2.2">

5.2.2 (2017-05-11)

Bug Fixes

  • jsonschema: Added support for array of types in the definition of a JSON Schema (be106489)
arrest - v5.2.1

Published by 0xfede over 7 years ago

<a name"5.2.1">

5.2.1 (2017-05-10)

Bug Fixes

  • DynamicSchemas: Fixed handling of dynamic schemas (7df7ef64)
arrest - v5.2.0

Published by 0xfede over 7 years ago

<a name"5.2.0">

5.2.0 (2017-05-09)

Features

  • debug: Exposed the internal Logger interface and its factory function (16667173)
arrest - v5.1.0

Published by 0xfede over 7 years ago

<a name"5.1.0">

5.1.0 (2017-04-28)

Features

  • deps: Updated to latest jsonpolice to support the DynamicSchema class (c3941b03)