Skip to content

Latest commit

 

History

History
143 lines (63 loc) · 5.68 KB

CHANGELOG.md

File metadata and controls

143 lines (63 loc) · 5.68 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.3 (2018-01-05)

Bug Fixes

  • Add rollup-plugin-json to dev deps (#51) (013ede2)

0.6.2 (2018-01-01)

Bug Fixes

  • Move $match as the first pipe line for getPage agregrate (#49) (2d0f1b9)

0.6.1 (2017-12-29)

0.6.0 (2017-12-27)

Features

  • docs: Automatically publish documentation (#45) (7b2c93e)

0.5.1 (2017-12-27)

Bug Fixes

  • Fix using default params with dotenv file (#43) (746d0ed)

0.5.0 (2017-12-26)

Features

  • Throw type error for incorrect middleware options (#38) (50b8f65)
  • debug: Add debug feature for extra output (#41) (a6feb83)

0.4.1 (2017-12-19)

Bug Fixes

  • padStart: Add polyfill for String.prototype.padStart (#34) (a22670b)

0.4.0 (2017-12-19)

Bug Fixes

Features

  • Add support for windows (#30) (bc8d146)
  • init: Add support to use additional options for middlewares (#33) (e0f11ed)

0.3.1 (2017-12-10)

Bug Fixes

  • Fixed issue where database name is undefined when initiating the api (#28) (2a16bda)
  • Make msg a function to fix http logging (#29) (4d2fa4e)

0.3.0 (2017-12-10)

Bug Fixes

  • deps: Remove unused rollup-watch and babel-preset-minify deps (#26) (2916f79)
  • docs: Removed done todos [ci skip] (#27) (32d0a1a)

Features

  • Allow custom middleware to be passed down to the init method (#21) (4ba1ac5), closes #22 #19 #12
  • Build with Rollup to reduce package size (#19) (6d60954)

0.2.1 (2017-12-09)

0.2.0 (2017-12-05)

Bug Fixes

  • HttpServer listens to port with 0 workers (#10) (5a45e31)
  • Remove unused rimraf from package.json (#1) (e64c63d)

Features

0.1.0 (2017-11-28)

Features

  • initial-release: Initial release for npm registry (c5269e7)