Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

git-changelog

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-changelog - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

17

CHANGELOG.md
<a name="">Git changelog</a>
# (2013-11-17)
# (2014-02-26)

@@ -9,4 +9,15 @@

([e0ba50c0](https://github.com/rafinskipg/git-changelog/commits/e0ba50c0bb0b13e9b39a59b8f4dda96e86d55644))
- **readme:** Final readme Fixes #1 Closes #1
([e725d8f4](https://github.com/rafinskipg/git-changelog/commits/e725d8f4bf477b517ca6185a75fdfa0aa660b3be))
## Bug Fixes
- **git_changelog_generate:** pass tag if it exists to gitReadLog
([7c801927](https://github.com/rafinskipg/git-changelog/commits/7c801927672792fc9a818653b74c78d77c7bff9e),
[#5](https://github.com/rafinskipg/git-changelog/issues/5))
- **package.json:** move q to dependancies since it is required to run
([257119cf](https://github.com/rafinskipg/git-changelog/commits/257119cf2bb6d8f341a5d65a2f47bcf803dff205))
## Features

@@ -16,2 +27,4 @@

([dea45d68](https://github.com/rafinskipg/git-changelog/commits/dea45d68ce9555e876680bf7c0778add2f367a30))
- **grunt-plugin:** Now it is ready to be a grunt plugin
([6422e055](https://github.com/rafinskipg/git-changelog/commits/6422e0552b30f6e94d11b03310a23c1342aa5965))

@@ -21,3 +34,3 @@

- Added docs
- Added docs- **readme:** Final readme Fixes #1 Closes #1

@@ -24,0 +37,0 @@ ## Breaking Changes

<a name="">Git changelog extended</a>
# (2013-11-17)
# (2014-02-26)

@@ -9,4 +9,15 @@

([e0ba50c0](https://github.com/rafinskipg/git-changelog/commits/e0ba50c0bb0b13e9b39a59b8f4dda96e86d55644))
- **readme:** Final readme Fixes #1 Closes #1
([e725d8f4](https://github.com/rafinskipg/git-changelog/commits/e725d8f4bf477b517ca6185a75fdfa0aa660b3be))
## Bug Fixes
- **git_changelog_generate:** pass tag if it exists to gitReadLog
([7c801927](https://github.com/rafinskipg/git-changelog/commits/7c801927672792fc9a818653b74c78d77c7bff9e),
[#5](https://github.com/rafinskipg/git-changelog/issues/5))
- **package.json:** move q to dependancies since it is required to run
([257119cf](https://github.com/rafinskipg/git-changelog/commits/257119cf2bb6d8f341a5d65a2f47bcf803dff205))
## Features

@@ -16,2 +27,4 @@

([dea45d68](https://github.com/rafinskipg/git-changelog/commits/dea45d68ce9555e876680bf7c0778add2f367a30))
- **grunt-plugin:** Now it is ready to be a grunt plugin
([6422e055](https://github.com/rafinskipg/git-changelog/commits/6422e0552b30f6e94d11b03310a23c1342aa5965))

@@ -21,3 +34,3 @@

- **docs:**
- **delete:** deleted some files- **docs:**
- Angular document commits - Added docs

@@ -27,3 +40,3 @@

- Added docs
- Added docs- **readme:** Final readme Fixes #1 Closes #1

@@ -30,0 +43,0 @@ ## Breaking Changes

6

package.json
{
"name": "git-changelog",
"description": "A git changelog based on ANGULAR JS commit standards",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/rafinskipg/git-changelog",

@@ -30,2 +30,5 @@ "author": {

},
"dependencies": {
"q": "~0.9.7"
},
"devDependencies": {

@@ -36,3 +39,2 @@ "grunt-contrib-jshint": "~0.6.0",

"grunt": "~0.4.1",
"q": "~0.9.7",
"exec": "0.0.6"

@@ -39,0 +41,0 @@ },

@@ -49,3 +49,3 @@ # git-changelog

* branch_name : 'The name of the branch I want to generate my changelog (Defaults to "")',
* repo_url: '',
* repo_url: 'The url of my project ',
* version : '',

@@ -52,0 +52,0 @@ * file: 'CHANGELOG.md',

@@ -252,3 +252,3 @@ #!/usr/bin/env node

console.log('Reading git log since', tag);
fn = function(){ return readGitLog(GIT_LOG_CMD);};
fn = function(){ return readGitLog(GIT_LOG_CMD, tag);};
}else{

@@ -255,0 +255,0 @@ console.log('Reading git log since the beggining');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc