We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d69564 commit 85aca00Copy full SHA for 85aca00
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Changelog
2
+
3
+## 0.1.0 (2015-03-10)
4
5
+* First tagged release
README.md
@@ -2,7 +2,7 @@
A really simple and lightweight incremental streaming JSON parser
-> Note: This project is in early alpha stage! Feel free to report any issues you encounter.
+> Note: This project is in beta stage! Feel free to report any issues you encounter.
6
7
## Quickstart example
8
@@ -44,7 +44,7 @@ The recommended way to install this library is [through composer](http://getcomp
44
```JSON
45
{
46
"require": {
47
- "clue/json-stream": "dev-master"
+ "clue/json-stream": "~0.1.0"
48
}
49
50
```
0 commit comments