Skip to content

1.1.0

Compare
Choose a tag to compare
@allexcd allexcd released this 29 Apr 13:06
· 39 commits to master since this release
  • updated dependencies
  • added yarn.lock file
  • added .editorconfig file
  • added .eslintrc
  • added wallaby.js config for those who use Wallaby.js as an integration testing tool
  • implemented linting using eslint. Can be invoked by: npm run lint or yarn lint
  • implemented unit testing using ava as a test runner (missing functionality unit testing). Can be invoked by: npm run test or yarn test
  • implemented private functions unit testing using rewire
  • updated code logic: removed redundancy code, improved promises usage, converted prototype methods to private functions
  • display INFO message with the removed file name
  • display WARN message if a file that has to be removed does not exist on target
  • display DONE message after the process has ended
  • display colored alerts, using winston-color library