- Oops, took out q. It's back now.
- Fixes for supporting invalid semver versions and out of order publishes. Fixes #9.
- updated examples
- update dependencies
- fix main, update readme
- update changelog
- update dependencies
- Uppercase changelog
- add json example
- bump version
- adding grunt-readme
- Merge pull request #7 from rimunroe/master added User-Agent header to github API request
- added User-Agent header to GitHub API request
- more modularization and testing
- add grunt task
- renaming readme
- update help
- update readme
-
- updated readme
-
- fix some bugs in the command line script
- update readme
- update help
- update examples
- show error message when github api rate limiting is enabled
- more refactoring, update tests
- added .travis.yml.
fixed TTL problem that made it not work in modern versions of Node. Fixes #3.
updated npm registry api url.
added tests.
updated readme.
changed from using
step
toq
. - let the author know
- bump version, ignore TTY.getWindowSize if it's not working.
- fix bug when author doesn't include repo. make work in node 0.6.*
- version bump to 0.1.2
- added support for showing specific releases via
latest
,n
, andn.n.n
based on Tjholowaychuk's request. Closes #2
- updated examples and version
- fixed regex for replacing github ticket numbers with url to the ticket so it wouldn't blindly match #.
- update changelog
- update version
- show the author's name if the repo url is not in the module's package.json.
- fix exception that happens when a module isn't found
- clean up readme
- fix screenshot urls
- updated examples and added screenshots
- update version
- update examples
- show full url to to github issue on command line output
- updated version
- updated examples
- don't include ansi color codes when outputting to a file or pipe
- upped version
- added changelog for changelog
- run changelog in the root of a node project with a package.json and it will use it to create the changelog.
- bumped version to 0.0.6
- added lots of examples
- added --color output (new default)
- get debug output via --debug
- up version
- handle better npm's api not being available wrap text using the screen width via tty
- remove node_modules from git project
- update version to 0.0.4
- using issac's semver to compare module version numbers
- update readme
- update readme
- support upcoming features that are in github but not yet in npm.
- up to 0.0.3
- --json support
- update description
- version 0.0.2
- use standard out and standard error for output. don't bubble exceptions or repeat error messages.
- First commit