UNPKG

1.61 kBMarkdownView Raw
1# changed-log
2
3> Returns all commit messages between 2 versions of an NPM module
4
5### Small print
6
7Author: Gleb Bahmutov © 2015
8
9* [@bahmutov](https://twitter.com/bahmutov)
10* [glebbahmutov.com](http://glebbahmutov.com)
11* [blog](http://glebbahmutov.com/blog/)
12
13License: MIT - do anything with the code, but don't blame me if it does not work.
14
15Spread the word: tweet, star on github, etc.
16
17Support: if you find any problems with this module, email / tweet /
18[open issue](https://github.com/bahmutov/changed-log/issues) on Github
19
20## MIT License
21
22Copyright (c) 2015 Gleb Bahmutov
23
24Permission is hereby granted, free of charge, to any person
25obtaining a copy of this software and associated documentation
26files (the "Software"), to deal in the Software without
27restriction, including without limitation the rights to use,
28copy, modify, merge, publish, distribute, sublicense, and/or sell
29copies of the Software, and to permit persons to whom the
30Software is furnished to do so, subject to the following
31conditions:
32
33The above copyright notice and this permission notice shall be
34included in all copies or substantial portions of the Software.
35
36THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
37EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
38OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
39NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
40HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
41WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
42FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
43OTHER DEALINGS IN THE SOFTWARE.