Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2021-08-23) ### Bug Fixes * handle service potentially being launched from multiple requests ([cc5c0f2](cc5c0f2)) * remove test port ([979bc6f](979bc6f)) * rename bin script > nextmicro ([1530b5e](1530b5e)) ### Features * add a fallback service name based on creation index ([d796890](d796890)) * add autostart option ([cebc8d4](cebc8d4)) * add basic router ([07735e3](07735e3)) * add cli witth basic dev option ([f6376fd](f6376fd)) * add config loader with basic validation ([e3e3351](e3e3351)) * add core server setup ([4f82738](4f82738)) * add custom logger ([e630729](e630729)) * add env opt ([70c44c3](70c44c3)) * add option to launch services on startup ([b2c66ee](b2c66ee)) * add rootDir option ([da7b069](da7b069)) * add scriptWaitForTimeout option ([db79c96](db79c96)) * add service startup mechanism ([4597a8e](4597a8e)) * add start script validation ([97a9fab](97a9fab)) * add ttl option ([6bfbe91](6bfbe91)) * add version feedback to services ([c786cde](c786cde)) * assign ports to services automatically ([6591751](6591751)) * auto load next.js routes ([48c3058](48c3058)) * begin next.js route support ([7c3020b](7c3020b)) * continue adding Next.js support ([cb96b80](cb96b80)) * get basic server up and running ([81fdc2d](81fdc2d)) * launch next services automatically ([d4348b0](d4348b0)) * watch for route changes in dev mode ([f13c8b3](f13c8b3))
- Loading branch information