Releases: chebread/devd
Releases · chebread/devd
v0.10.0-test
Changelog
- ba71ad4 Setup release automation with GoReleaser and GitHub Actions
- af672a3 Combine fmt and vet steps to run only on ubuntu
- ab63df5 Set FORCE_JAVASCRIPT_ACTIONS_TO_NODE24 to suppress node deprecation warnings
- a7067f5 Run gofmt to fix formatting issues
- 570d73d Switch to GitHub Actions for CI
- 3d8bc22 Merge pull request cortesi#125 from wader/go-mod-update-tidy
- 39634ce Merge pull request cortesi#119 from leg100/fix-x-forwarded-proto-not-being-set
- cce054e Merge pull request cortesi#122 from lil5/patch-1
- 01dbc6b go get -u && go mod tidy
- 0aa17f6 Merge pull request cortesi#124 from wader/fix-TestServeFileWithContentEncoding
- bb4dec1 Merge pull request cortesi#129 from chebread/fix-devd-io-issue
- 6f3cf72 Replace devd.io with localhost for local routing
- 7481f27 Fix failing TestServeFileWithContentEncoding
- 36d093b Update go install process
- 4dcd6cb Use HTTPS scheme when specifying cert file
- c1a3bfb Update dependencies
- ef054d5 dependency update
- 2f1e0a1 Improve CORS support
- e5545c4 Add a shortcut for proxying to localhost
- 2957f55 Refactor watch tests, fix a race on OSX
- b6ede06 tests: wait for file notification goroutines to terminate
- 836e561 Update Travis to Go v1.12
- 6dc14a0 Dependency update
- f1c64fe Merge branch 'master' of github.com:cortesi/devd
- 4ab3fc9 Convert to modules
- 689756b Bump version and update CHANGELOG
- 7897855 dep updates
- ba1fd31 watch_test: refactor to enable close after route watch
- 966b577 Merge pull request cortesi#95 from spytheman/master
- 0859f9e Adjust tests for Windows
- 0bce811 Ditch Appveyor, use Travis for Windows tests
- ae7eb07 dep update
- a4bae15 dep update
- 0a541c6 Merge branch 'master' of github.com:cortesi/devd
- e002607 Add test for the Route.Watch/3 method.
- 042fb75 Fix live reloading for linux.
- 84aaf52 dep update
- 93164c9 Merge pull request cortesi#83 from MrMarvin/x_forwarded_proto_from_serving
- 53bd117 Merge pull request cortesi#91 from wader/inject-only-html
- 4f588db Only inject if content type is text/html
- 93e3141 dep update
- 5a8a327 Properly exclude vendor testing in from modd.conf
- 401461a The Linux sendfile test is brittle and un-necessary
- 3a0bd8a CHANGELOG & version bump
- 8423317 dep update
- 687c683 dep update
- 2b93285 dep update
- 3e85d01 Fixes setting of X-Forwarded-For-Proto
- 91d564b dep update, adjust for new moddwatch interface
- 68a2168 README: fix modd example
- 377c2a3 travis: build with Go v.18
- 00c58c8 dep ensure -update
- b69dfc2 dependency update
- df96c3c Merge pull request cortesi#81 from xaibeha/master
- 9034744 Merge branch 'master' of github.com:cortesi/devd
- a4a0163 Vendor using dep
- f861861 Fix typo in 2nd "X-Forwarded-Proto" mention.
- 8e1cc82 Merge branch 'master' of github.com:cortesi/devd
- 8d5c74b Update homebrew formula gen script
- 96ba534 CHANGELOG for 0.7
- 220423d Not-found type checking now defaults to text/html
- 092c829 Improve directory listing
- f1d7480 Nicer 404 page
- fe0c1f0 Add devd version to directory listings
- aa0b4c0 Improve empty directory listing
- 2162d10 Notfound specs also over-ride directory listings
- 1341bb9 Check that expected types match before serving over-ride
- 13a77f0 Update vendored dependencies
- 5454af7 Add X-Forwarded-Proto to reverse proxied traffic
- 9cd9883 Add --notfound routes to specify over-ride content if files are not found
- 9c81dce Merge pull request cortesi#74 from jdknezek/master
- 3f234fb Fixed --tls description
- 587565b Bump version for release
- 6b5ab18 Changelog
- 06b5509 Don't slash-terminate in reverse proxy
- 7a4e737 Run livereload endpoints on all domains
- 1628d6d gofmt
- 65ce202 Bump Travis Go version
- 641cf2f Document that livereload relies on finding the closing head tag
- c9864ec Update dependencies
- 38470e1 Bump version
- 172b326 Merge pull request cortesi#67 from aellerton/master
- c289190 Improve route scheme parsing
- ab28ad2 Merge pull request cortesi#62 from homburg/fix-livereload-ie11
- 7b16aa9 Merge pull request cortesi#63 from Schnouki/sorted-dirlist
- 856791e Sort entries in directory listings
- 09861bc Fix livereload unload handler on ie11
- 17ba722 Remove unused vendor dependencies
- 4618d50 modd.watch now lives in moddwatch
- 7830d74 Add a script to generate homebrew formula
- 2dde225 Commit compiled rice templates
- 389b99d Update vendor dependencies to latest versions.
- 80c0de5 Add missing vendor dependencies
- e5f94df CHANGELOG
- 47a9c97 Fix missing error return checks in certgen
- 81635c0 Merge pull request cortesi#58 from homburg/fix-modd-filter
- 1fb40fb Use modd watch mod filter result to apply include/exclude
- c07e318 Merge pull request cortesi#54 from homburg/feature-request-no-compression
- 450ffa5 Merge pull request cortesi#55 from homburg/fix-modd-prep-test-vendor
- 614cc8c Do not test vendor packages in modd.conf
- 0862e31 Request no compression from proxied server
- 35d7442 Use wss:// for livereload when the page uses HTTPS
- 191fad6 Remove build script - this now lives in cortesi/godist
- 4eaf046 Use Go 1.6 in travis.yml
- b7a2441 Vendor dependenies with gvt
- 27741f9 Bump version
- 843beaf Make -h an alias for --help
- 04ff8c5 Fix recursive watch for static file paths
- d716e0c Bump the size of the initial file chunk we inspect for for livereload
- 00c66ff Merge pull request cortesi#45 from eticzon/readme-spelling-fix
- 09d4d3a Corrected header spelling
- 76532f3 CHANGELOG
- c5206ef Fix a data race in fileserver test suite
- 58617a1 Badges
- d776947 Merge branch 'master' of github.com:cortesi/devd
- 293bd86 Appveyor & Travis
- f381b8c modd.conf tweaks
- 68f5395 Adapt for modd API changes
- e95160d Cater for modd API changes
- 8c3b825 README updates, simple modd file
- 4ee3875 Merge pull request cortesi#40 from chrissexton/readme-modd
- d3883d9 Add note on modd to README
- 852e526 Adjust for modd API changes
- bf8a11e Fix unit tests
- ea38808 Add the -X (--crossdomain) flag to set Access-Control-Allowed-Origin: *
- c8e422c...