Releases: tldr-pages/tldr-node-client
Releases Β· tldr-pages/tldr-node-client
3.2.6
Fixes
- printing of random page in markdown format
3.2.5
Fixes
- Using https path for asset download
- Fixed UT issue where it would fail if
$HOME/.tldrrc
was not present.
3.2.4
Fixes
- Upgraded natural to remove node-webworkers as a dependency. This was a cause of major install issues.
3.2.3
Fixes
Fixed the crash on using --render
option
3.2.2
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
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
Fixes
- Not raising an error when shortIndex.json is not found
- Fixing --render option
- Fixed a theme parsing TODO item
3.0.1
Patches
- Fixed the repo url in the message when a command is not found.
3.0.0
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
Fixes
Param wasn't being passed for --render option