Skip to content

Releases: calvintwr/express-routemagic

Magic v2.0.7

07 Dec 10:44
Compare
Choose a tag to compare

Added Typescript declaration file.

Magic v2.0.6

29 Sep 15:06
Compare
Choose a tag to compare

Support for windows.

Magic v2.0.5

27 Mar 15:21
Compare
Choose a tag to compare

Added support for ES6 syntax (export default router issue: #5)

Magic v2.0.2

08 Jun 17:03
Compare
Choose a tag to compare
  • Added basic support for ".ts" files so that you can run developmental servers like ts-node.

Magic v2.0.1

31 May 18:16
Compare
Choose a tag to compare
[update] removed npmignore and restored package small size.

Magic v2.0.0

30 May 03:21
Compare
Choose a tag to compare
  • Simplified and no longer require __dirname as argument. Made optional.

Breaking changes:

  1. 2nd argument now expects an string (the routes folder), or and object (the customisable options). __dirname is no longer required as compulsory.
  2. printRoutes as an option is no longer in use and removed. Use logMapping instead.
  3. routeFolder as an option is no longer in use and removed. Use routesFolder instead.

Magic v1.0.3

19 May 15:04
Compare
Choose a tag to compare

Drastically improve tests to improve reliability. Some bug fixes.

Magic v1.0.1

18 May 15:54
Compare
Choose a tag to compare
  • Implemented tests, ready for production use.
  • General bug fixes.

Magic v0.1.0

17 May 01:42
Compare
Choose a tag to compare

General bug fixes.

Magic v0.2.0

17 May 16:14
Compare
Choose a tag to compare

Further simplify usage. More resilient to erroneous input. Updated readme to illustrate implement-and-forget examples.