Skip to content

Releases: nim579/node-srv

3.0.2

03 Apr 09:04

Choose a tag to compare

  • Fixed root route matching (#31)

3.0.1

03 Apr 09:03

Choose a tag to compare

  • Fixed match routes

Release v3

03 Apr 09:03

Choose a tag to compare

  • Fully refactoring
  • Improve CLI options
  • New routes and handlers API

2.2.2

03 Apr 09:01

Choose a tag to compare

  • Fix spelling of host in cli help (#30)

2.2.1

03 Apr 08:58

Choose a tag to compare

  • New options added to README for #29

2.2.0 – HTTPS support

03 Apr 08:56

Choose a tag to compare

  • HTTPS server with new flags -s, --https, -k, --key, -c, --cert (#29)

Security hotfix 2.1.1

05 Feb 12:27

Choose a tag to compare

  • Fixed path traversal security issue (#28)

2.1.0

05 Feb 12:25

Choose a tag to compare

  • Support Accept-Ranges: bytes and partial content

2.0.1

08 Dec 16:49

Choose a tag to compare

  • Fixed critical exception in Grunt task
  • Fixed exception in custom handler call

Release v2

11 Nov 12:42

Choose a tag to compare

  • Full code refactoring
  • New buildind
  • Stream logs
  • Stream response files
  • New error pages
  • Promises architecture
  • 2x performance!
  • Custom handlers with minimatch patterns
  • ES6 classes inheritance