-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed941d0
commit 0c38328
Showing
5 changed files
with
85 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,15 @@ | ||
<div id="changelog"> | ||
<h1 id="changelog-title">0.1.1</h1> | ||
<h3 id="changelog-added">Added:</h3> | ||
<div id="changelog-added-body"> | ||
<ul> | ||
<h3>.gitignore</h3> | ||
<li>Added <code>build</code> folder.</li> | ||
</ul> | ||
</div> | ||
<h3 id="changelog-fixed">Fixed:</h3> | ||
<div id="changelog-fixed-body"> | ||
<ul> | ||
<h3>README.md</h3> | ||
<li><code>0.1.0</code> - Changed NPM <code>NICC</code> package name to <code>nicc</code>.</li> | ||
<h3>binding.gyp & binding.max.gyp</h3> | ||
<li>Added local referencing for <code>targets[0]sources[0]</code> property.</li> | ||
</ul> | ||
</div> | ||
<h3 id="changelog-changed">Changed:</h3> | ||
<div id="changelog-changed-body"> | ||
<ul> | ||
<h3>CHANGELOG.md</h3> | ||
<li>New Architecture.</li> | ||
</ul> | ||
</div> | ||
<h1 id="changelog-old">To view older changelogs, please refer to <a | ||
id="changelog-old-link" href="https://github.com/AlexAnimateMp4/nicc/releases">Github releases</a>.</h1> | ||
<div id="changelog"> | ||
<h1 id="changelog-title">0.1.2</h1> | ||
<blockquote id="changelog-note"> | ||
<p id="changelog-note-text">Really sorry for this stupid mistake!</p> | ||
</blockquote> | ||
<h3 id="changelog-fixed">Fixed:</h3> | ||
<div id="changelog-fixed-body"> | ||
<ul> | ||
<h3>binding.gyp & binding.max.gyp</h3> | ||
<li>Changed the value of the <code>target[0]sources[0]</code> property to <code>addon.min.cc</code>.</li> | ||
</ul> | ||
</div> | ||
<h1 id="changelog-old">To view older changelogs, please refer to <a | ||
id="changelog-old-link" href="https://github.com/AlexAnimateMp4/nicc/releases">Github releases</a>.</h1> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"targets":[{"target_name":"addon","sources":["./addon.cc"],"cflags!":["-fno-exceptions"],"cflags_cc!":["-fno-exceptions"],"include_dirs":["<!@(node -p \"require('node-addon-api').include\")"],"dependencies":["<!(node -p \"require('node-addon-api').gyp\")"],"conditions":[["OS==\"win\"",{"msvs_settings":{"VCCLCompilerTool":{"ExceptionHandling":1}}}]]}]} | ||
{"targets":[{"target_name":"addon","sources":["addon.min.cc"],"cflags!":["-fno-exceptions"],"cflags_cc!":["-fno-exceptions"],"include_dirs":["<!@(node -p \"require('node-addon-api').include\")"],"dependencies":["<!(node -p \"require('node-addon-api').gyp\")"],"conditions":[["OS==\"win\"",{"msvs_settings":{"VCCLCompilerTool":{"ExceptionHandling":1}}}]]}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"targets": [{ | ||
"target_name": "addon", | ||
"sources": ["./addon.cc"], | ||
"cflags!": ["-fno-exceptions"], | ||
"cflags_cc!": ["-fno-exceptions"], | ||
"include_dirs": ["<!@(node -p \"require('node-addon-api').include\")"], | ||
"dependencies": ["<!(node -p \"require('node-addon-api').gyp\")"], | ||
"conditions": [ | ||
["OS==\"win\"", { | ||
"msvs_settings": { | ||
"VCCLCompilerTool": { | ||
"ExceptionHandling": 1 | ||
} | ||
} | ||
}] | ||
] | ||
}] | ||
{ | ||
"targets": [{ | ||
"target_name": "addon", | ||
"sources": ["addon.min.cc"], | ||
"cflags!": ["-fno-exceptions"], | ||
"cflags_cc!": ["-fno-exceptions"], | ||
"include_dirs": ["<!@(node -p \"require('node-addon-api').include\")"], | ||
"dependencies": ["<!(node -p \"require('node-addon-api').gyp\")"], | ||
"conditions": [ | ||
["OS==\"win\"", { | ||
"msvs_settings": { | ||
"VCCLCompilerTool": { | ||
"ExceptionHandling": 1 | ||
} | ||
} | ||
}] | ||
] | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name":"nicc","version":"0.1.1","description":"Native internet connection check.","keywords":["nodejs","node","javascript","js","n-api","windows-only"],"homepage":"https://github.com/AlexAnimateMp4/NICC#readme","bugs":{"url":"https://github.com/AlexAnimateMp4/NICC/issues"},"license":"MPL-2.0","author":{"name":"Alex Animate Mp4","email":"contact@alexanimatemp4.me","url":"http://alexanimatemp4.me"},"contributors":[],"files":[".gitignore",".npmignore","addon.cc","addon.min.cc","binding.gyp","binding.max.gyp","CHANGELOG.md","index.js","index.min.js","LICENSE.md","package.json","package.max.json","README.md"],"main":"index.min.js","repository":{"type":"git","url":"https://github.com/AlexAnimateMp4/NICC.git"},"scripts":{"install":"node-gyp rebuild --release"},"dependencies":{"node-addon-api":"*"},"os":["win32"],"gypfile":true} | ||
{"name":"nicc","version":"0.1.2","description":"Native internet connection check.","keywords":["nodejs","node","javascript","js","n-api","windows-only"],"homepage":"https://github.com/AlexAnimateMp4/NICC#readme","bugs":{"url":"https://github.com/AlexAnimateMp4/NICC/issues"},"license":"MPL-2.0","author":{"name":"Alex Animate Mp4","email":"contact@alexanimatemp4.me","url":"http://alexanimatemp4.me"},"contributors":[],"files":[".gitignore",".npmignore","addon.cc","addon.min.cc","binding.gyp","binding.max.gyp","CHANGELOG.md","index.js","index.min.js","LICENSE.md","package.json","package.max.json","README.md"],"main":"index.min.js","repository":{"type":"git","url":"https://github.com/AlexAnimateMp4/NICC.git"},"scripts":{"install":"node-gyp rebuild --release"},"dependencies":{"node-addon-api":"*"},"os":["win32"],"gypfile":true} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
{ | ||
"name": "nicc", | ||
"version": "0.1.1", | ||
"description": "Native internet connection check.", | ||
"keywords": [ | ||
"nodejs", | ||
"node", | ||
"javascript", | ||
"js", | ||
"n-api", | ||
"windows-only" | ||
], | ||
"homepage": "https://github.com/AlexAnimateMp4/nicc#readme", | ||
"bugs": { | ||
"url": "https://github.com/AlexAnimateMp4/nicc/issues" | ||
}, | ||
"license": "MPL-2.0", | ||
"author": { | ||
"name": "Alex Animate Mp4", | ||
"email": "contact@alexanimatemp4.me", | ||
"url": "http://alexanimatemp4.me" | ||
}, | ||
"contributors": [], | ||
"files": [ | ||
".gitignore", | ||
".npmignore", | ||
"addon.cc", | ||
"addon.min.cc", | ||
"binding.gyp", | ||
"binding.max.gyp", | ||
"CHANGELOG.md", | ||
"index.js", | ||
"index.min.js", | ||
"LICENSE.md", | ||
"package.json", | ||
"package.max.json", | ||
"README.md" | ||
], | ||
"main": "index.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/AlexAnimateMp4/nicc.git" | ||
}, | ||
"scripts": { | ||
"install": "node-gyp rebuild --release" | ||
}, | ||
"dependencies": { | ||
"node-addon-api": "*" | ||
}, | ||
"os" : [ "win32" ], | ||
"gypfile": true | ||
{ | ||
"name": "nicc", | ||
"version": "0.1.2", | ||
"description": "Native internet connection check.", | ||
"keywords": [ | ||
"nodejs", | ||
"node", | ||
"javascript", | ||
"js", | ||
"n-api", | ||
"windows-only" | ||
], | ||
"homepage": "https://github.com/AlexAnimateMp4/nicc#readme", | ||
"bugs": { | ||
"url": "https://github.com/AlexAnimateMp4/nicc/issues" | ||
}, | ||
"license": "MPL-2.0", | ||
"author": { | ||
"name": "Alex Animate Mp4", | ||
"email": "contact@alexanimatemp4.me", | ||
"url": "http://alexanimatemp4.me" | ||
}, | ||
"contributors": [], | ||
"files": [ | ||
".gitignore", | ||
".npmignore", | ||
"addon.cc", | ||
"addon.min.cc", | ||
"binding.gyp", | ||
"binding.max.gyp", | ||
"CHANGELOG.md", | ||
"index.js", | ||
"index.min.js", | ||
"LICENSE.md", | ||
"package.json", | ||
"package.max.json", | ||
"README.md" | ||
], | ||
"main": "index.min.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/AlexAnimateMp4/nicc.git" | ||
}, | ||
"scripts": { | ||
"install": "node-gyp rebuild --release" | ||
}, | ||
"dependencies": { | ||
"node-addon-api": "*" | ||
}, | ||
"os" : [ "win32" ], | ||
"gypfile": true | ||
} |