Skip to content

Releases: vercel/micro

4.1.1

28 Jul 09:59
@leo leo
Compare
Choose a tag to compare
  • Fixing issues preventing micro cli to work properly [@julianduque]
  • Package: add resumer [@rauchg]

4.1.0

28 Jul 09:59
@leo leo
Compare
Choose a tag to compare
  • Add prepublish command to npm scripts [@julianduque]
  • Replace commander with args (more lightweight) [@leo]
  • Improvements to build process [@leo]

4.0.0

28 Jul 09:59
@leo leo
Compare
Choose a tag to compare
  • Add support for returning or sending Buffer, Stream [@kevin-roark]
  • Add support host argument in micro(1) [@millette]
  • Clean up babel config [@hzoo]

3.0.0

28 Jul 09:58
@leo leo
Compare
Choose a tag to compare

2.1.0

28 Jul 09:58
@leo leo
Compare
Choose a tag to compare

Faster production install with micro-core dep [@rauchg]

2.0.0

28 Jul 09:58
@leo leo
Compare
Choose a tag to compare
  • Always log error stacks by default (even in prod) [@rauchg]
  • Optimize JSON.stringify performance in V8 [@demoneaux]

1.0.4

28 Jul 09:57
@leo leo
Compare
Choose a tag to compare

Package: bump babel

1.0.3

28 Jul 09:57
@leo leo
Compare
Choose a tag to compare
  • Fix bin/micro in windows [@rauchg]
  • .travis: stop supporting node 0.10 [@rauchg]
  • README: installation instructions [@rauchg]

1.0.2

28 Jul 09:57
@leo leo
Compare
Choose a tag to compare
  • Add .travis.yml [@rauchg]
  • README: add status badge [@rauchg]
  • Package: bump babel-eslint for #10 [@rauchg]
  • Index: improve sendError syntax style [@ccutch]
  • README: doc improvements [@shidhincr]
  • Test: added test for body limit in error message [@rauchg]

1.0.1

28 Jul 09:56
@leo leo
Compare
Choose a tag to compare
  • Micro: allow [opts] <file> [@rauchg]
  • JSON: add actual limit to 413 message [@dschenkelman]
  • README: fix typo [@werme]
  • SendError: pretty print json on dev environments [@coreh]