Skip to content

Releases: dkern/minoss

0.1.11

24 Jul 11:43
Compare
Choose a tag to compare

Updated repository URLs

0.1.10

24 Sep 11:17
Compare
Choose a tag to compare
  • adds support for dash in module names
  • make exit on SIGINT async

0.1.9

23 Aug 10:43
Compare
Choose a tag to compare
  • updated everything to es6 syntax
  • more modern code-style
  • put all debug messages to configuration
  • updated dependencies
  • added shutdown message to output
  • updated readme

0.1.8

23 Aug 06:50
Compare
Choose a tag to compare
  • updated everything to es6 syntax
  • more modern code-style
  • put all debug messages to configuration
  • updated dependencies
  • added shutdown message to output

0.1.7

19 Oct 07:23
Compare
Choose a tag to compare

fixed config autoloader after changes of 0.1.6

0.1.6

18 Oct 20:56
Compare
Choose a tag to compare
  • make server even runable out of node_modules folder when installed with npm
  • changed default for debug to false

0.1.5

14 Oct 15:56
Compare
Choose a tag to compare
  • fixed error output on text format
  • fixed config autoloader
  • fixed license field in package.json

0.1.4

13 Oct 20:12
Compare
Choose a tag to compare
  • make request parameters available by all request types
  • fixed jshint dependency
  • better readme formation

0.1.3

13 Oct 09:05
Compare
Choose a tag to compare

register routes for all request types instead of only GET