Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

domapic-microservice

domapic3MITdeprecated0.5.1

This module has been renamed. Please use domapic-base instead.

Domapic Base

readme

changelog

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.5.1] - 2018-06-07

Changed

  • Use Narval for running tests
  • Improve tests coverage
  • Change Sonar configuration
  • Package deprecated. Renamed into "domapic-base".

[0.5.0] - 2018-03-31

Added

  • Add Cors headers to server
  • Add integration tests
  • Add end-to-end tests

Changed

  • Set default hostName configuration as empty string.
  • Use "mocha-sinon-chai" dependency
  • Unit tests moved from 'test' to 'test/unit'

Fixed

  • Swagger server set to local ip if no hostName is provided.
  • Normalize and convert to absolute the "path" option

[0.4.0] - 2018-02-29

Added

  • Add utilities for services api urls.

Changed

  • Move utility "usedCommand" to "cli.usedCommand".
  • Add first "/" to all client requests.
  • Changed default port to 3000

Fixed

  • Fix readme links.

[0.3.1] - 2018-02-24

Added

  • Add config.set documentation.

[0.3.0] - 2018-02-24

Added

  • Add set method to config.
  • Increased unit tests coverage.

Fixed

  • Fix async tests pattern in Config, Arguments and Process unit tests.

[0.2.1] - 2018-02-22

Fixed

  • Ensure response was received before save status code

[0.2.0] - 2018-02-22

Added

  • Package info available from service.
  • Improved client errors traces.
  • Add utility "serviceType".

Changed

  • Move utility "utils.process.getUsedCommand" to "utils.usedCommand"
  • Promesify Service creation errors

[0.1.2] - 2018-02-18

Added

  • Add role and reference options to apiKey creation resource.

Fixed

  • Ensure that no core options are overridden with custom options.
  • Do not warn authentication disabled for an api resource when one authentication method is available.

[0.1.1] - 2018-02-17

Added

  • Add coveralls badge
  • Core objects full unit tests coverage

Changed

  • Ignore node_modules in Sonar-scanner

Fixed

  • For package info, read the property "homepage" from package.json, not "homePage".

[0.1.0] - 2018-02-14

Added

  • First package version