You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
2.1 KiB

  1. 0.6.1 / 2012-06-01
  2. ==================
  3. * Added: append (yes or no) on confirmation
  4. * Added: allow node.js v0.7.x
  5. 0.6.0 / 2012-04-10
  6. ==================
  7. * Added `.prompt(obj, callback)` support. Closes #49
  8. * Added default support to .choose(). Closes #41
  9. * Fixed the choice example
  10. 0.5.1 / 2011-12-20
  11. ==================
  12. * Fixed `password()` for recent nodes. Closes #36
  13. 0.5.0 / 2011-12-04
  14. ==================
  15. * Added sub-command option support [itay]
  16. 0.4.3 / 2011-12-04
  17. ==================
  18. * Fixed custom help ordering. Closes #32
  19. 0.4.2 / 2011-11-24
  20. ==================
  21. * Added travis support
  22. * Fixed: line-buffered input automatically trimmed. Closes #31
  23. 0.4.1 / 2011-11-18
  24. ==================
  25. * Removed listening for "close" on --help
  26. 0.4.0 / 2011-11-15
  27. ==================
  28. * Added support for `--`. Closes #24
  29. 0.3.3 / 2011-11-14
  30. ==================
  31. * Fixed: wait for close event when writing help info [Jerry Hamlet]
  32. 0.3.2 / 2011-11-01
  33. ==================
  34. * Fixed long flag definitions with values [felixge]
  35. 0.3.1 / 2011-10-31
  36. ==================
  37. * Changed `--version` short flag to `-V` from `-v`
  38. * Changed `.version()` so it's configurable [felixge]
  39. 0.3.0 / 2011-10-31
  40. ==================
  41. * Added support for long flags only. Closes #18
  42. 0.2.1 / 2011-10-24
  43. ==================
  44. * "node": ">= 0.4.x < 0.7.0". Closes #20
  45. 0.2.0 / 2011-09-26
  46. ==================
  47. * Allow for defaults that are not just boolean. Default peassignment only occurs for --no-*, optional, and required arguments. [Jim Isaacs]
  48. 0.1.0 / 2011-08-24
  49. ==================
  50. * Added support for custom `--help` output
  51. 0.0.5 / 2011-08-18
  52. ==================
  53. * Changed: when the user enters nothing prompt for password again
  54. * Fixed issue with passwords beginning with numbers [NuckChorris]
  55. 0.0.4 / 2011-08-15
  56. ==================
  57. * Fixed `Commander#args`
  58. 0.0.3 / 2011-08-15
  59. ==================
  60. * Added default option value support
  61. 0.0.2 / 2011-08-15
  62. ==================
  63. * Added mask support to `Command#password(str[, mask], fn)`
  64. * Added `Command#password(str, fn)`
  65. 0.0.1 / 2010-01-03
  66. ==================
  67. * Initial release