- Update all dependencies.
- Update all dependencies.
- Reformat project with new settings.
- Update all dependencies.
- Generate declaration file and include it in the
package.json
.
- Change indentation to tabs.
- Update all dependencies and add TypeScript.
- Drop ESLint.
- Replace CircleCI to Azure Pipelines.
- Rewrite everything to TypeScript.
- Update all dependencies.
- Fix ESLint error in tests.
1.0.6 (2018-04-15)
jsconfig.json
file which represents project structure.yarn-error.log
in.gitignore
.
- ⬆️ ESLint to 4.19.1.
- ⬆️ Jest to 22.4.3.
- logo from
README.md
.
1.0.5 (2018-03-10)
- Renamed
index.d.ts
tocachimo.d.ts
and moved it tosrc
dir. - Deleted
index.js
and changedmain
inpackage.json
to thesrc/cachimo.js
- Reduced logo width and height.
- ⬆️
keywords
inpackage.json
- ⬆️ ESLint to 4.18.2
- ⬆️ Jest to 22.4.2
1.0.4 (2018-02-17)
typings
property inpackage.json
.
clear()
function to also reject Promise or execute callback to inform if timeout was cleared.README.md
to show how newclear()
function works.- Travis CI to also run ESLint before tests.
- Travis CI to disable email notifications.
- Tests to be more isolated.
- Moved all
index.js
code to thesrc/cachimo.js
.
- ⬆️ ESLint to 4.18.0
- ⬆️ Jest to 22.3.0
1.0.3 (2018-02-17)
- Travis CI.
- Build status and NPM version badges in
README.md
.
clear()
clears all timeouts as well. #1
1.0.2 (2018-02-07)
CHANGELOG.md
.- TypeScript declaration file (
index.d.ts
).
- Minor change in
put(...)
JSDoc. Error
toTypeError
input(...)
.- Logo to the new one. 😊
package.json
description to have dot at the end. 😑
1.0.1 (2018-02-01)
- Initial release.