Version 1.0.1, now with added changelog!
This commit is contained in:
Родитель
a2fc04310b
Коммит
2a93355a7d
13
README.md
13
README.md
|
@ -123,3 +123,16 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
||||||
[mphys]: http://mphys.com
|
[mphys]: http://mphys.com
|
||||||
[bnoordhuis]: http://bnoordhuis.nl
|
[bnoordhuis]: http://bnoordhuis.nl
|
||||||
[npm]: http://github.com/isaacs/npm
|
[npm]: http://github.com/isaacs/npm
|
||||||
|
|
||||||
|
## Changelog
|
||||||
|
|
||||||
|
1.0.1:
|
||||||
|
|
||||||
|
* Moved some object methods into the prototype to save memory
|
||||||
|
* Tidied up some connecting code
|
||||||
|
* Introduced an `index.js` to make module loading tidier
|
||||||
|
* Fixed a couple of typos.
|
||||||
|
|
||||||
|
1.0.0:
|
||||||
|
|
||||||
|
* Well I created a module; Version 0.0.0 had no code, and now it does, and it works, so that's pretty neat, right?
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "apn",
|
"name": "apn",
|
||||||
"description": "An interface to the Apple Push Notification service for Node.js",
|
"description": "An interface to the Apple Push Notification service for Node.js",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"author": "Andrew Naylor <argon@mkbot.net>",
|
"author": "Andrew Naylor <argon@mkbot.net>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
{ "name": "Andrew Naylor", "email": "argon@mkbot.net" }
|
{ "name": "Andrew Naylor", "email": "argon@mkbot.net" }
|
||||||
|
|
Загрузка…
Ссылка в новой задаче