Skip to content

Releases: tldr-pages/tldr-node-client

1.2.1

24 Dec 23:25
Compare
Choose a tag to compare
  • Update dependencies

1.2.0

24 Dec 22:35
Compare
Choose a tag to compare

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

24 Dec 10:14
Compare
Choose a tag to compare

Fixes:

  • Fix "Page not found" message

1.1.0

16 Dec 12:49
Compare
Choose a tag to compare

Features:

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