- 1.3.0
- Update dependencies to fix security issue.
- Add prettier to format.
- 1.2.1
- Update test coverage to 100%.
- Update npm publish tar to ignore some files.
- 1.2.0
- Support glob for
check
andupdate
. - Reconstruct test case.
- Support glob for
- 1.1.2
- Remove shrinkwrap file in publish package.
- 1.1.0
- Support glob for
addFile
andrmFile
.
- Support glob for
- 1.0.0 [BREAK CHANGE]
- This package will export a class now, you should
new
a instance to use it. - The constructor accepts a file path to store change database.
- Rename
autoClean
toclean
. - Reconstruct by es2015 syntax.
- Add
eslint
for dev js lint. - Use
ava
as test framework instead ofmocha
. - Only test last stable and last LTS node version for CI.
- This package will export a class now, you should
- 0.1.0
- Init.