Releases: tldr-pages/tldr-node-client
Releases Β· tldr-pages/tldr-node-client
2.0.1
2.0.0
Documentation
- Updated README text on themes
Features
- Upgraded entire codebase to ES6. And so bumped up minimum node version to 4.7
- Added option (-m/--markdown) to render a page in raw markdown format
Patches
- Fixed a lint error in config.js
- Fixed a backtick parsing issue.
1.7.1
1.7.0
1.6.2
Documentation
- Changed the installation step with
sudo
to use--user
parameter. This fixes the permission error that comes when installing withsudo
.
Patches
- Upgraded libraries to their latest versions
- Updated the screenshot
- Simplified package.json
- Moved from
wrench
tofs-extra
since the former was deprecated.
Features
- Added metadata to build a Snap package for tldr.
1.6.0
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)
1.5.1
- Fix
--list
and--list-options
commands on Windows
1.5.0
--list
(-l
) option now shows the list of commands on current platform in cache--list-all
(-a
) option shows the list of all commands in cache--single-column
(-1
) option is used together with--list
or--list-all
to show list of commands as a single column, similarly tols -1
- Added platform shortcuts
--linux
,--osx
,--sunos
, they can be used instead of--os=linux
- better test coverage
- functional test of all major CLI options is added, it is integrated with Travis CI
1.4.0
- Auto-update on installation (kudos @shybovycha)
- Performance improvement - 30-40% (kudos @amitzur and @VarunAgw for escalation and investigation)
- Adding documentation for
--os
option in README.md and on--help
- Print more useful information (help) when no options passed (thanks @qw3rtman for idea)