All Versions
11
Latest Version
Avg Release Cycle
54 days
Latest Release
1364 days ago

Changelog History
Page 1

  • v0.5.0 Changes

    July 03, 2020

    ๐Ÿ”„ Changelog

    ๐Ÿš€ ff11861 Add deployment support (#12)
    ๐Ÿณ e1a9c28 Docker support & example usage (#10)
    223d62f Enabled HTTP Basic Auth (#16)
    ๐ŸŒฒ b8ba0e4 Feature: Add logging of HTTP status code (#7)
    ๐Ÿš€ 569f6b8 Update goreleaser syntax (#18)
    ๐Ÿš€ 2d61049 adding debug flag to supress output. prepping releases
    0c95132 adding missing comment (#5)
    5430f74 adding mod hooks back in
    a8a71d8 bringing us to go 1.13, prepping the run
    114e767 disable badges
    ๐Ÿ— fcc5f7b dont pretend the ENV is in the build runtime, because it is not (#13)
    โœ… 663fe50 fix: unparam failures in latest version of Go & library (#8)
    ๐Ÿ›  5089053 fixes readme logo image (#11)
    305afaa fixing mispell
    ๐Ÿš€ 3d509a9 removing envs and flags from goreleaser as well, dry ran
    d84d049 removing last flags from make, then releasing
    1a65ea8 static constant rather than 200 direct (#9)
    โšก๏ธ b138b13 updating copy paste (#19)

  • v0.4.0 Changes

    March 27, 2019

    ๐Ÿ”„ Changelog

    • โž• add support for docker via docker hub
    • โž• add support for Go 1.12
    • โšก๏ธ update licensing surname, as my name changed!
    • ๐Ÿ‘• .editorconfig, .gitattributes, .markdown-lint.yml, .pre-commit-config.yaml for dev
    • CONTRIBUTING.md because everyone needs one, right?
    • โœ… Re-enable megacheck and typecheck for tests
    • ๐Ÿš€ Attempt to enable GO111MODULE for all of goreleaser
    • ๐Ÿ“š Loads of documentation updates & additions
    • ๐Ÿ†• new logo!
    • clean up examples dramatically
    • flags.Port is now a string - Using an int didn't allow for using http and https shorthands
    • Prettier static HTML page for examples
  • v0.3.0 Changes

    January 29, 2019

    ๐Ÿ”„ Changelog

    • โž• Added HTTP status code to logs
    • ๐Ÿ›  Fix unparam failures in latest version
  • v0.2.0 Changes

    January 17, 2019

    ๐Ÿ”„ Changelog

    • Optionally allow for SSL (#4) via --ssl, --cert and --key
    • Awesome Go Badge
    • ๐Ÿ“š Minor documentation patches
    • Removal of opt zero value reassignment
  • v0.1.0 Changes

    January 15, 2019

    ๐ŸŽ‰ Initial release

    • Reimplementation of http.FileServer as an exported strut FileServer
    • serve command for ease-of-use
    • ๐Ÿ”ง serve.NewFileServer(opts...) pattern for package usage and configuration
  • v0.0.8 Changes

    January 15, 2019

    ๐Ÿ”„ Changelog

    • serve.FileServer structure, implementing http.Handler
    • ๐Ÿ“ฆ Command and package usage
    • API stabilizing, preparing for RC
  • v0.0.6 Changes

    January 15, 2019

    ๐Ÿ”„ Changelog

    • Recovery middleware
    • ๐Ÿ“š Updated documentation
    • โœ‚ Removed http.DefaultServeMux in favor of ServeHTTP
    • ๐Ÿ’ฅ Breaking out of main into multiple packages
  • v0.0.5 Changes

    January 15, 2019

    ๐Ÿ”„ Changelog

    • โœ… Separate the codebase out into a more familiar and testable structure.
    • ๐Ÿ‘ Better documentation for godoc
    • ๐Ÿ‘Œ Improve test coverage
  • v0.0.4 Changes

    January 15, 2019

    ๐Ÿ”„ Changelog

    • ๐Ÿ›  Fix bug with serve version never correctly displaying the version number
    • ๐Ÿ›  Fix bug with serve version not appending a newline.
  • v0.0.3 Changes

    January 15, 2019

    ๐Ÿ”„ Changelog

    • โšก๏ธ Minor README.md updates (And a logo!)
    • โœ… More testing coverage
    • ๐Ÿ“š More inline documentation
    • version sub-command