Skip to content

Releases: tldr-pages/tldr-node-client

3.2.6

14 Dec 15:38
Compare
Choose a tag to compare

Fixes

  • printing of random page in markdown format

3.2.5

23 Aug 07:48
Compare
Choose a tag to compare

Fixes

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

3.2.4

24 Jul 17:26
Compare
Choose a tag to compare

Fixes

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

3.2.3

08 May 13:48
Compare
Choose a tag to compare

Fixes

Fixed the crash on using --render option

3.2.2

04 May 07:29
Compare
Choose a tag to compare

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

3.2.0

30 Mar 14:18
Compare
Choose a tag to compare

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.

3.1.1

27 Nov 06:08
Compare
Choose a tag to compare

Fixes

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

3.0.1

15 Nov 06:40
Compare
Choose a tag to compare

Patches

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

3.0.0

14 Nov 12:12
Compare
Choose a tag to compare

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

2.0.2

11 Oct 17:28
Compare
Choose a tag to compare

Fixes

Param wasn't being passed for --render option