Skip to content

Releases: vercel/micro-dev

1.4.0

08 Nov 11:30
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Added flag for increasing the limit of JSON parsing: #53

Patches

  • Improved usage information for newly added flag: 7d7daba
  • Bumped dependencies to the latest version: b8bac56

Credits

Huge thanks to @sbr464 for his help!

1.3.0

24 Oct 13:36
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Send SIGNUSR2 on restart: #48

Patches

  • Take note of the required Node.js version to run micro-dev: #38
  • Bumped dependencies to the latest version: 7b9809f

Credits

Huge thanks to @floatdrop and @bartdeslagmulder for their help!

1.2.3

12 Sep 19:30
@leo leo
Compare
Choose a tag to compare

Patches

  • Made the file watching much more reliable: #34
  • Log bodies for requests that have body parsed with json(): #35

Credits

Huge thanks to @tungv for his help!

1.2.2

26 Aug 20:57
@leo leo
Compare
Choose a tag to compare

Patches

  • Fixed unreliable hot reloading: #29
  • Bumped dependencies to the latest version: 2bd5b23

Credits

Huge thanks to @tungv for his help!

1.2.1

16 Aug 08:04
@leo leo
Compare
Choose a tag to compare

Patches

  • Tweaked the readme.md file: #22
  • Set correct working directory on file watcher: e185324

Credits

Huge thanks to @possibilities and @bakpakin for their help!

1.2.0

10 Aug 07:12
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Introduced --silent flag: #19
  • Added --ignore option for unwatching files: #15

Credits

Huge thanks to @dotcypress and @bakpakin for their help!

1.1.2

06 Aug 19:41
@leo leo
Compare
Choose a tag to compare

Patches

  • Correctly override res.end: #16
  • Ensure the same port when restarting server: e392dda
  • Bumped dependencies to the latest version: 2d547dc

Credits

Huge thanks to @ramiel for his help!

1.1.1

04 Aug 11:30
@leo leo
Compare
Choose a tag to compare

Patches

  • Let the user use his own NODE_ENV: #14

Credits

Huge thanks to @ramiel for his help!

1.1.0

03 Aug 10:17
@leo leo
Compare
Choose a tag to compare

Minor Changes

  • Added --cold, --watch and --poll flags: #11

Patches

  • Fixed a typo in features list: #7
  • Improved error output style: fb036d6
  • Better error message for when path is not defined: a1529c8
  • Updated lockfile: df32a01

Credits

Huge thanks to @randallsquared and @kandros for their help!

1.0.2

01 Aug 21:37
@leo leo
Compare
Choose a tag to compare

Patches

  • Simplified binary flags: #6
  • Don't fail for module caching errors: 05073bb
  • Bumped dependencies to the latest version: b71d5c6

Credits

Huge thanks to @lukeed for his help!