Tldr Node Client Versions Save

Node.js command-line client for tldr pages

v3.2.6

5 years ago

Fixes

  • printing of random page in markdown format

v3.2.5

5 years ago

Fixes

  • Using https path for asset download
  • Fixed UT issue where it would fail if $HOME/.tldrrc was not present.

v3.2.4

5 years ago

Fixes

  • Upgraded natural to remove node-webworkers as a dependency. This was a cause of major install issues.

v3.2.3

6 years ago

Fixes

Fixed the crash on using --render option

v3.2.2

6 years ago

Fixes

  • Use random folder for zip extraction to allow multiple users to use tldr simultaneously
  • Use node-unzip2 package which uses graceful-fs@4 to work in node10.

Features

  • Asynchronously build short index

v3.2.0

6 years ago

Fixes

  • Switch all dependencies to caret.
  • Upgrade all dependencies to latest.

Features

  • Switch the entire codebase to use promises instead of callbacks.
  • Add new theme colors.
  • Add CLI spinners.

v3.1.1

6 years ago

Fixes

  • Not raising an error when shortIndex.json is not found
  • Fixing --render option
  • Fixed a theme parsing TODO item

v3.0.1

6 years ago

Patches

  • Fixed the repo url in the message when a command is not found.

v3.0.0

6 years ago

Features

  • Updated minimum required node version to be 6

Patches

  • Improve page not found message
  • Using proper folder for windows pages
  • Fixed documentation about pointing to a custom repo

v2.0.2

6 years ago

Fixes

Param wasn't being passed for --render option