Skip to content

1.6.0

Compare
Choose a tag to compare
@igorshubovych igorshubovych released this 19 Feb 20:34
· 318 commits to main since this release

Features

  • Support commands with spaces, e.g. tldr git commit (#80).
  • Build indexes on update: shortIndex.json and index.json (#70, #78)
  • Rewrite --list and --list-all with indexes (#83)

Libraries

  • Stop using packages: cpr, async, strings, mkdirp; use wrench instead
  • Upgrade some libraries to the recent versions: request, mocha, should
  • Switch to modularized LoDash (808b880)
  • Switch to the using latest versions (*) for the devDependencies
  • Upgrade to ESLint 2.0

Infrastructure

  • Functional test in the form of a Bash script which runs the main commands (#72)
  • Windows AppVeyor CI integration (#79, #85)
  • A lot more ESLint rules, big refactoring related to it (#84)

Documentation

  • Mention the platform options (--linux, --sunos, --osx) in README.md (#76)