Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 27, 2020


☝️ Important announcement: Greenkeeper will be saying goodbye 👋 and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io


The dependency web-dev-server was updated from 1.6.7 to 2.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: tomas.flidr
License: BSD-3-Clause

Release Notes for Node.js Development HTTP Server v2.0.0

New

  • TypeScript projects support!
  • Typescript source code!
  • Asynchronous HTTP request handling.
  • Interface for application class: WebDevServer.IApplication.
  • Base abstract class for application class: WebDevServer.Application.Abstract.
  • Better README docs.
  • New static method WebDevServer.Server.CreateNew();
  • Logger class WebDevServer.Logger:
    • Logging errors and any variables.
    • Document root and logs directory configuration.
    • Serialization by JSON.stringify(), optionaly by v8.serialize() if possible.
    • Optional serialization for callstacks or callstacks with serialized function arguments.
    • Stream writing or simple appending.
    • Max. log file size configuration.

Changes

  • BC: Server class name change to create server instance:
    • new (WebDevServer) => new WebDevServer.Server().
  • BC: Application class request handling asynchronously:
    • App.handleHttpRequest(req, res, cb): void; => App.handleHttpRequest(req, res): Promise<void>;
  • BC: Server class method SetBasePath() is now SetBaseUrl().
  • BC: Server class custom handler param event method: preventDefault() is now PreventDefault().
  • Masive refactoring - whole WebDevServer class is now finally splitted into multiple files.
Commits

The new version differs by 40 commits.

There are 40 commits in total.

See the full diff


FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Mar 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2020

Update to this version instead 🚀

Release Notes for Node.js Development HTTP Server v2.0.1

New

  • TODO list.

Fixed

  • baseUrl request property initialization.
  • Virtual directory requesting.
Commits

The new version differs by 3 commits.

  • 9c50816 Update README.md
  • bf32e78 Release 2.0.1 - fixed baseUrl, fixed virtual directory handling, added TODO file
  • 35c9019 Update README.md

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 8, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 16, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 16, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 21, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 27, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 28, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 29, 2020
greenkeeper bot added a commit that referenced this pull request Apr 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2020

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 29, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 29, 2020

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 8, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant