0.3.4 • Published 6 years ago

blueskyfish-express-commons v0.3.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

BlueSkyFish Express Commons

BlueSkyFish Express Commons

A small library for express micro services written in typescript

Helpful classes and functions for create a express micro service.

Breaking Change switch to yarn.

Requirements

Global installed typescript. npm install --global typescript.

The library is written in Typescript. During the installation of the library it will be compiled into Javascript ES2015 modules.

Installation

$ npm install -S blueskyfish-express-commons

Dependencies

All libraries from blueskyfish-express-* and depended applications should use the same version of the dependencies node modules.

nameVersion
express4.16.3
lodash4.17.10
moment2.22.1
--------------------------------------
mocha5.1.1
ts-node6.0.3
typescript2.8.3

History

VersionDateDescription
0.3.42018-05-11read and write http headers. update dependency libraries. send status code only.
0.3.22018-05-10add function for adjust and lower string.
0.3.02018-05-02adjust tsc options.
0.2.12018-05-01switch to yarn. post install with global typescript compiler.
0.1.02018-04-20add renderView method for Http and improve the js doc.rework the HttpStatus enum to a type of okay and error.
0.0.122018-04-13adjust the version of the depended node modules.
0.0.112018-02-22adjust the version of the depended node modules.
0.0.102018-02-14Add response.end call and improve the error sending.
0.0.92018-02-13interface from base error.
0.0.82018-02-11send error code and error group
0.0.72018-02-11request params with string and number (reg.params[0] or req.params['name']Log Level comparing
0.0.62018-02-06add file operation with promise.
0.0.52018-01-28add the signal name of the shutdown function.
0.0.32018-01-25send media data with http.
0.0.22018-01-23reading environment.
0.0.12018-01-21Initial the library. It is extract from my other internal projects.

License

The MIT License

Copyright 2018 BlueSkyFish

Permission is hereby granted, free of charge, to any person obtaining a copy of this software
and associated documentation files (the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge, publish, distribute,
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or
substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT
OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0.3.4

6 years ago

0.3.3

6 years ago

0.3.2

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago