Skip to content

v1.0.0

Compare
Choose a tag to compare
@alexandermendes alexandermendes released this 23 Aug 03:14
· 32 commits to master since this release

1.0.0 (2021-08-23)

Bug Fixes

  • handle service potentially being launched from multiple requests (cc5c0f2)
  • remove test port (979bc6f)
  • rename bin script > nextmicro (1530b5e)

Features

  • add a fallback service name based on creation index (d796890)
  • add autostart option (cebc8d4)
  • add basic router (07735e3)
  • add cli witth basic dev option (f6376fd)
  • add config loader with basic validation (e3e3351)
  • add core server setup (4f82738)
  • add custom logger (e630729)
  • add env opt (70c44c3)
  • add option to launch services on startup (b2c66ee)
  • add rootDir option (da7b069)
  • add scriptWaitForTimeout option (db79c96)
  • add service startup mechanism (4597a8e)
  • add start script validation (97a9fab)
  • add ttl option (6bfbe91)
  • add version feedback to services (c786cde)
  • assign ports to services automatically (6591751)
  • auto load next.js routes (48c3058)
  • begin next.js route support (7c3020b)
  • continue adding Next.js support (cb96b80)
  • get basic server up and running (81fdc2d)
  • launch next services automatically (d4348b0)
  • watch for route changes in dev mode (f13c8b3)