Releases: tldr-pages/tldr-node-client
Releases · tldr-pages/tldr-node-client
3.4.0
Warning
Breaking change: This release drops support for Node 14 and lower.
Note
The default branch of this repository has been updated to main
.
Added
- Support to download cache only for English and specific languages based on the system's locale configuration (#420) (thanks @vivekjoshi556)
- Support for Android and BSD platforms (#421) (thanks @kbdharun)
- New
-p
and--platform
option replacing-o
and--os
option (#421) (thanks @kbdharun)
Fixed
- Escaping in Zsh autocompletion (#384) (thanks @nonZero)
- Variable assignment in Zsh (#386) (thanks @JakobMiksch)
- URL encoded email address rendering (#421) (thanks @kbdharun)
Enhancements
- Added Funding information to
package.json
(#401) (thanks @kbdharun) - Moved to
v2
format forpackage-lock.json
(#409) (thanks @MasterOdin) - Update homepage link to https://tldr.sh in
package.json
(#421) (thanks @kbdharun) - The Client Specification version is now displayed when checking the version (#421) (thanks @kbdharun)
Full Changelog: v3.3.8...v3.4.0
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.2
3.3.1
3.3.0
Fixes
- Improve the error message when an invalid theme is passed.
- Remove some unnecessary global variables.
- Change cache and tldr to be a class
Features
Language support 🎉
An environment variable LANG needs to contain a GNU posix locale
for it to pick up the right language file.