Tags: lucid-services/serviser
Tags
* [FIXED] - `ResourceManager.inspectIntegrity` should not expect reso… …urces to return Bluebird promise object from `inspectIntegrity` method * [ADDED] - `RemoteServiceManager.buildRemoteService` supports `dir` config option along side `npm` option, for specifying target sdk destination
* [FIXED] - semantic error - order of operations - the `Service` prop… …erty was being assigned to `Service` prototype object which had been overwritten immediatelly afterwards thus making the assigned `Service` property unavailable * [FIXED] - http `Route.prototype.getUrl` was returning malformed url string when the endpoint string contained more than one regular expression parameter constraints, solves [#1](#1) * [FIXED] - update `ajv` & `ajv-keywords` & `qs` packages * [FIXED] - http `app.getHost()` was returning `//` string value instead of empty string when the host value was unknown * [FIXED] - http `route.getUrl` method should sort query parameter keys before serializing the parameters into a string * [FIXED] - `ResourceManager.prototype.register` should accept resource `Function` objects * [ADDED] - `res.setPaginationHeaders` method accepts new `offsetAlias` & `limitAlias` options
* [ADDED] - `Route.prototype.acceptsContentType` uses internal route … …validation API instead of validating the data on its own * [FIXED] - `bi-service --help` cli command was failing to load shell commands from user-space as internal `service.$setup` procedure was being executed too early * [FIXED] - the logger was not given enough time for an error to be logged when a failure occurred while loading additional shell commands from user-space
PreviousNext