-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ivan Demidov
committed
Mar 23, 2016
1 parent
3c93984
commit a027462
Showing
1 changed file
with
2 additions
and
70 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 |
---|---|---|
@@ -1,71 +1,3 @@ | ||
## [0.0.17] - 18-03-2016 | ||
## [0.0.0] - 23-03-2016 | ||
### Added | ||
- Added #1, ava | ||
- Added #19, coverage to travis config | ||
- Adeed test after transpiling | ||
|
||
### Change | ||
- Change #21, isparta to nyc | ||
- Rename index.es6 to index | ||
- Update #28, move updtr to prepublish | ||
- Change #1, test to ava | ||
- Update #31, matcher and core | ||
|
||
### Removed | ||
- Removed #30, ild node version in .travis config | ||
- Removed #1, mocha chai | ||
- Remove #19, coverage runs in package.json | ||
- Remove config for babel from cli | ||
|
||
### Fixed | ||
- Fixed report coverage | ||
|
||
## [0.0.17] - 15-03-2016 | ||
### Added | ||
- Added #18, babel config to package.json | ||
- Added #27, updtr | ||
|
||
### Change | ||
- Update gitignore, added sublime config | ||
- Update #23, change name run compile to build | ||
- Update #24, update runers | ||
- Update #25, devDep | ||
- Change #20, babel-core to babel-register | ||
- Change #26, es2015 to node5 | ||
|
||
### Removed | ||
- Remove #22, babel-runtime, not need | ||
- Remove #18, .babelrc to package json | ||
|
||
### Fixed | ||
- Fixed xo report error | ||
|
||
## [0.0.16] - 08-02-2016 | ||
### Added | ||
- Added #11, test if not variables | ||
|
||
### Fixed | ||
- Fixed #13, not removes and creates lib folder | ||
- Fixed #14, if not variables, return undefined | ||
|
||
## [0.0.15] - 01-02-2016 | ||
### Fixed | ||
- Fixed #10, Wrong loop syntax | ||
|
||
## [0.0.14] - 22-01-2016 | ||
### Change | ||
- update xo to v0.12.1 | ||
- compile run | ||
|
||
## [0.0.13] - 26-12-2015 | ||
### Change | ||
- update lodash to v4.* | ||
|
||
## [0.0.12] - 26-12-2015 | ||
### Added | ||
- CHANGELOG.md | ||
|
||
## [0.0.12] - 20-12-2015 | ||
### Added | ||
- .editconfig | ||
|
||
- Added #1, init project |