Upgraded to browserify@15, set supported node version to >= 4
10.x
:tada:
Breaking Changes
Upgraded to browserify@14
The --pushstate boolean argument should now come after entries in the CLI, as it supports subarg options. Using it before entries will still work but may log a warning.
Major overhaul to LiveReload backend to make it faster and more robust #194
No longer uses tiny-lr or the old school LiveReload stuff, so it no longer supports some of the feature set from that tool
No longer supports the LiveReload browser plugin
Budo runs everything on a single port/server instead of a second server for LiveReload
/budo/livereload.js now serves the LiveReload client
Other Changes
opts.staticOptions is now passed onto serve-static module
opts.pushstate (boolean or object) is now passed onto connect-pushstate module
CLI now supports subarg syntax for commands like --static-options and --pushstate
defaultIndex function now accepts a req as the second parameter
9.4.7
Make HTTP logging more accurate: previously the time and byte size was not correct
9.4.5 .. 9.4.6
Small tweaks to frontend build error styling
Add pushstate flag as a boolean so it doesn't swallow entry
9.4.3
Disable cache control for serve-static, I've found this greatly reduces load time
Slight change to package.json scripts so they work on Windows
9.4.2
Improve Windows terminal color support, fixes #179
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/googlecreativelab/teachable-machine-boilerplate/network/alerts).
Bumps braces to 3.0.2 and updates ancestor dependency budo. These dependencies need to be updated together.
Updates
braces
from 1.8.5 to 3.0.2Changelog
Sourced from braces's changelog.
... (truncated)
Commits
2579151
3.0.23c51342
3.0.13d461a1
ensure brackets are matchedabcf341
3.0.068a3fdf
refactorbb5b5ba
Remove appveyor from readme.086008a
travis: Drop sudo: false.4ed704b
add unit tests60eb988
ranges7b1abf0
Use proper nodejs versions for appveyor.Updates
budo
from 10.0.4 to 11.8.4Changelog
Sourced from budo's changelog.
... (truncated)
Commits
fc43424
11.8.4bb75ca0
updating deps43f9645
11.8.337229dd
use new prepublishOnlyc2e81c4
11.8.280cffc9
package lock dep audit8c5721c
11.8.1f072380
bump deps2343724
Merge branch 'master' of https://github.com/mattdesl/budo8886633
11.8.0Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show