Releases: tldr-pages/tldr-node-client
Releases · tldr-pages/tldr-node-client
1.2.1
- Update dependencies
1.2.0
Features:
- Choose the platform
You can choose the platform by --os CLI option or "platform" in ~/.tldrrc.
Check the following examples:
tldr du --os=osx
tldr du --os=linux
- Libraries upgrade
- Linting with ESLint
- Minor refactoring and fixes
1.1.1
Fixes:
- Fix "Page not found" message
1.1.0
Features:
tldr --update
fetches pages archive from http://tldr-pages.github.io/assets/tldr.zip
Fixes:
- Characters < (less) and > (more) are now correctly rendered (#25)
- Correctly show backticks characters in command description and example description (#17)
- Fix subcommands (#15)
Improvements:
- Migrated to new Travis architecture