Skip to content

Releases: amio/now-go

2.0.0 - Freestyle

17 May 05:04
Compare
Choose a tag to compare

A fully rewrite. for a cleaner api & underneath implementation, supporting more advanced usage .

Added

  • New route type FUNCTION enable more freestyle usage.
  • Run with .json or .js config.

Deprecated

  • Proxy mode.
  • Remote config.
  • "Semi-auto" update with remote config.

Repire

26 Mar 04:04
Compare
Choose a tag to compare
  • Add back the missing minimist

Skinny

26 Mar 04:03
Compare
Choose a tag to compare
  • Update micro to drop weight on dependencies.

Lightning

21 May 03:52
Compare
Choose a tag to compare

Thanks to @MiniGod , now we can create a tinyurl service on now.sh with just one command: now -e NOW_GO_CONFIG=http://example.com/config.json amio/now-go

Features

  • Support env variable NOW_GO_CONFIG for remote config. #12

Fixes

  • Redirect 404s with 302s #13
  • Make sure responses are ended #15