Skip to content

Releases: gabrielcsapo/starbuck

0.4.1

15 May 04:02
Compare
Choose a tag to compare
  • updates gitlab to use version 4 (@edvinbasil)
  • fixes import statement to use the correct casing (effects unix systems)

0.4.0

15 May 02:42
Compare
Choose a tag to compare
  • moves from npm to pacote
  • bumps dependencies

0.3.1

27 Nov 05:55
Compare
Choose a tag to compare
  • fix linting errors

0.3.0

27 Nov 00:13
Compare
Choose a tag to compare
  • 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

22 Dec 06:01
Compare
Choose a tag to compare
  • ensures process.env.PORT will effect the app on startup

0.2.0

22 Dec 05:44
Compare
Choose a tag to compare
  • 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

08 Nov 06:47
Compare
Choose a tag to compare
  • uses badgeit to create and serve badges instead of static assets
  • properly handles errors from the UI
  • caches at the routing level, much more reliable
  • gets npm url from config file, can be overridden from override file or environment variable

properly handles errors from the UI

starbuck 2017-11-07 20-20-53

0.1.4

23 Oct 08:03
Compare
Choose a tag to compare
  • updates ui framework
before after
screen shot 2017-10-23 at 1 00 57 am screen shot 2017-10-23 at 1 01 02 am

0.1.3

22 Oct 01:14
Compare
Choose a tag to compare
  • Overall site is using the correct viewport config which allows it to intelligently scale on devices
  • DependenciesTable empty value now shows No ${name} Found instead of No Entries Found
  • Dependencies page now has a better design on mobile and is more responsive.
before after
screen shot 2017-10-21 at 5 56 05 pm screen shot 2017-10-21 at 5 55 42 pm

0.1.2

20 Oct 02:23
Compare
Choose a tag to compare
  • fixes overriding args, can be done like github__token=hello npm start