UNPKG

2.52 kBMarkdownView Raw
1# changed-log
2
3> Returns all commit messages between 2 versions of an NPM module
4
5[![NPM][npm-icon] ][npm-url]
6[![Circle CI][circle-ci-icon] ][circle-ci-url]
7
8Install: `npm install -g changed-log`
9
10Use:
11
12> What has changed for module 'chalk' between version 0.3.0 and 0.5.1?
13
14 $ changed-log chalk 0.3.0 0.5.1
15 found 30 commits finishing with the latest commit 994758f
16 Changelog for module chalk repo chalk/chalk from 0.3.0 to 0.5.1
17 994758f: 0.5.1
18 ...
19 cf7eb2d: various tweaks
20 fa9bd4e: bump ansi-styles
21
22The information is fetched from the github repo corresponding to the NPM package.
23Alternatively you can provide github username / repo instead of NPM package name
24
25 $ changed-log kensho/ng-describe 0.3.0 0.5.0
26
27### Small print
28
29Author: Gleb Bahmutov © 2015
30
31* [@bahmutov](https://twitter.com/bahmutov)
32* [glebbahmutov.com](http://glebbahmutov.com)
33* [blog](http://glebbahmutov.com/blog/)
34
35License: MIT - do anything with the code, but don't blame me if it does not work.
36
37Spread the word: tweet, star on github, etc.
38
39Support: if you find any problems with this module, email / tweet /
40[open issue](https://github.com/bahmutov/changed-log/issues) on Github
41
42## MIT License
43
44Copyright (c) 2015 Gleb Bahmutov
45
46Permission is hereby granted, free of charge, to any person
47obtaining a copy of this software and associated documentation
48files (the "Software"), to deal in the Software without
49restriction, including without limitation the rights to use,
50copy, modify, merge, publish, distribute, sublicense, and/or sell
51copies of the Software, and to permit persons to whom the
52Software is furnished to do so, subject to the following
53conditions:
54
55The above copyright notice and this permission notice shall be
56included in all copies or substantial portions of the Software.
57
58THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
59EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
60OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
61NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
62HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
63WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
64FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
65OTHER DEALINGS IN THE SOFTWARE.
66
67[npm-icon]: https://nodei.co/npm/changed-log.png?downloads=true
68[npm-url]: https://npmjs.org/package/changed-log
69[circle-ci-icon]: https://circleci.com/gh/bahmutov/changed-log.svg?style=svg
70[circle-ci-url]: https://circleci.com/gh/bahmutov/changed-log