This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fred K. Schott
committed
Jun 28, 2016
1 parent
4e4ac80
commit 581c758
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
## v0.12.0 | ||
|
||
- [email protected] | ||
- [email protected] | ||
- Update command-line-* suite of dependency, refactor to accomodate | ||
- Refactor init command to be more easily testable, reduce startup times | ||
- Catch exception thrown by findup when finding gulpfiles | ||
- Add input linting argument, and fix major bug with paths | ||
- init: Don’t crash when a package.json is present with no name | ||
- Speed up start time, move last of the commands to load their dependencies at runtime | ||
- Add demo and description for element template (#229) | ||
- specify the sync interface when searching templates for package.json | ||
- Removes unneccesary liftoff dependency | ||
- Add update-notify to notify users when their cli is out of date | ||
- Add tests for init command |