We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3b146 commit a61fbbdCopy full SHA for a61fbbd
ChangeLog
@@ -1,3 +1,10 @@
1
+2013.09.23, v0.8.0
2
+
3
+* Bumps minimum node version to 0.10.0.
4
+* Replaces monitors with nested event loop for custom resolvers. Resolver
5
+ support is now enabled by default.
6
+* Various compiler and linker fixes.
7
8
2012.08.29, v0.7.0
9
10
* Switch to node-gyp. node-waf support is removed.
package.json
@@ -1,7 +1,7 @@
{
"name": "taglib",
"description": "Simple bindings to TagLib",
- "version": "0.7.0",
+ "version": "0.8.0",
"repository": {
"type": "git",
"url": "git://github.com/nikhilm/node-taglib.git"
0 commit comments