Releases: gabrielcsapo/starbuck
Releases · gabrielcsapo/starbuck
0.4.1
- updates gitlab to use version 4 (@edvinbasil)
- fixes import statement to use the correct casing (effects unix systems)
0.4.0
- moves from npm to pacote
- bumps dependencies
0.3.1
- fix linting errors
0.3.0
- adds user-prompt component to show users how to get to their page
- remove unnecessary package
- uses
woof
to parse argv - updates
webpack@3
->webpack@4
0.2.1
- ensures process.env.PORT will effect the app on startup
0.2.0
- don't cache anything that isn't a statusCode 200
- removes commander
- ./index or starbuck now responds with a promise when executed
- adds option to pass in a specific port
-p, --port [port]
- updates dependencies
- when package is not found, throw up a page that actually highlights that, instead of the generic error page
- updates main page to show example of how to use the service
0.1.5
0.1.4
0.1.3
0.1.2
- fixes overriding args, can be done like
github__token=hello npm start