Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

v3.0.0

Latest
Compare
Choose a tag to compare
@dwightjack dwightjack released this 30 Oct 21:29
· 26 commits to master since this release

Major Release

Features

  • --dry-run option to prevent actual file writing
  • downloaded packages are cached for quicker access (use ume clean to cleanup the cache)
  • bitbucket repository support
  • allow plain github and bitbucket repos (will just download and unzip the repo)
  • github and bitbucket repositories accept tags, branches and valid semver ranges

Breaking changes

  • official template don't extend base anymore. Provide all files into the template folder
  • undocumented partial middleware has been removed
  • official template URI format is dwightjack/umeboshi-template-<name>

Internals

  • new pkg-resolve middleware. Cycles *-umeboshi-* modules in package.json and adds their peerDependencies to devDependencies