v3.0.0-alpha.0 (2018-02-14)
💥 Breaking Change
#1122Use local lerna if available. (@marionebl)#1207Refactor command superclass and yargs handlers. (@evocateur)#1208Use CommonJS. (@evocateur)#1209Drop support for node v4. (@evocateur)#1211Bump major versions of dependencies. (@evocateur)#1225Remove lerna.json compatibility check. (@evocateur)#1226Remove all deprecated validations. (@evocateur)#1234Upgrade to yargs 11. (@evocateur)
🚀 Enhancement
#1212Throw friendly error when workspaces are not configured correctly. (@craigbilner)#1227Add--ignore-scriptsflag to bootstrap command. (@Andarist)#1254Add support for new yarn workspaces config format. (@detrohutt)#1261Refactor publish command to be 98% async. (@evocateur)#1262Rewrite npm5file:links during publish. (@evocateur)
🐛 Bug Fix
#1219Avoid triggering pre-commit and commitmsg hooks during publish. (@alan-agius4)#1220Remove--no-gpg-signfromgit commit. (@evocateur)
📝 Documentation
#1248Document another potential cause of git initialization failure. (@fritz-c)#1250Add guide for debugging Jest tests with VS Code. (@millermatt)
🏠 Internal
#1210Upgrade to Jest v22. (@evocateur)#1224Remove explicitglobdependency in favor ofglobby. (@wtgtybhertgeghgtwtg)#1260PackageGraphis aMap, its nodes store relationships in aSet. (@evocateur)#1266SplitPackageUtilitiesinto smaller files. (@evocateur)#1267SplitNpmUtilitiesinto smaller files. (@evocateur)
Committers: 9
- Alan Agius (alan-agius4)
- Alexander Roberts (detrohutt)
- Craig Bilner (craigbilner)
- Daniel Stockman (evocateur)
- Fritz (fritz-c)
- Mario Nebl (marionebl)
- Mateusz Burzyński (Andarist)
- Matt Miller (millermatt)
- wtgtybhertgeghgtwtg