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 514eaa1 commit 88afb54Copy full SHA for 88afb54
History.md
@@ -1,4 +1,14 @@
1
2
+1.0.1 / 2014-06-25
3
+==================
4
+
5
+ * add .zuul.yml file for browser testing
6
+ * remove Testling stuff
7
+ * build: fix global variable `val` leak
8
+ * package: use --check-leaks when running mocha tests
9
+ * README: update examples to use preferred API
10
+ * package: add "browser" keyword
11
12
1.0.0 / 2014-05-20
13
==================
14
package.json
@@ -1,7 +1,7 @@
{
"name": "plist",
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "Nathan Rajlich <nathan@tootallnate.net>",
"contributors": [
"Hans Huebner <hans.huebner@gmail.com>",
0 commit comments