Releases: enriquecaballero/branchsite
Releases · enriquecaballero/branchsite
v4.0.3
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2017-06-29)
Bug Fixes
- Properly hooked up the
--no-publish
flag (9dd16d00)
Features
--hook
is now required to build static assets (1fd1891e)- New
--skip-install
flag available; skips deleting and reinstalling node_modules (39a01225)
Breaking Changes
--hook
will no longer carry a default (previously
build
), it is now required you pass in your own hook for branchsite to
build the static assets. This fits the use case for those developers
that have already built static assets and just want to use branchsite to
publish them.
(1fd1891e)
v3.0.0
3.0.0 (2017-06-22)
Features
- Overhauled the entire task system, moving away from the
git subtree
convention (035851ec) - program: New args available, others removed (104c94d0)
Breaking Changes
- Because the entire task system was overhauled to
leverage the new shell commands, some args became irrelevant:--yarn
,
--commit
,--stage
,--no-push
,--hook
,--remote
. Refer to
documentation or-h
for accurate information regarding available args.
(104c94d0)
v2.0.0
2.0.0 (2017-06-22)
Features
- Overhauled the entire task system, moving away from the
git subtree
convention (b35f7ed6) - program: New args available, others removed (fdfd2e75)
Breaking Changes
- Because the entire task system was overhauled to
leverage the new shell commands, some args became irrelevant:--yarn
,
--commit
,--stage
,--no-push
,--hook
,--remote
. Refer to
documentation or-h
for accurate information regarding available args.
(fdfd2e75)