Releases: jescalan/roots
Releases · jescalan/roots
Release list
v5.2.0
v5.1.0
v5.0.0
- BREAKING:
roots deployhas been removed, as ship is no longer maintained. If you'd like to emulate this functionality, justnpm i ship -gand runroots compile && ship public -to xxx. If you want to make this even easier, add it as an npm script. - All dependencies up to date, working smoothly on node v6 🎉
v4.1.1
v4.1.0
v4.0.1
v4.0.0
BREAKING: Babel upgraded to v6. If you update to roots v4 and are using Babel, you must be using Babel 6 or higher, or things will break. Beware! If you are not using Babel, you should see no change in this upgrade though.
- Server and reload now uses browsersync
- All dependencies and compiled language versions upgraded to the latest versions
v3.2.2
v3.2.1
v3.2.0
- Upgrade all dependencies to latest versions
- Add
@file_changedto the API, so extensions can see which was the last file changed in watch mode for the purpose of cache invalidation - Upgrade sprout to the latest version, meaning new project creation just improved a lot 😀