Skip to content

v4.0.0

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 08 May 01:52

Breaking

  • Officially supports Node >= 8 (dropped support for Node 6)
  • Install methods will be run 1 time per set of arguments. Previously we'd only run them once no matter the arguments, this prevented use case like different npm settings for more complicated setup with different targets (server/browser) #1108