@@ -31,7 +31,7 @@ $('[data-repo]').github();
31
31
32
32
And that's it \o/
33
33
34
- [ Check the full example here ] ( https://github.com/zenorocha/jquery-github/blob/master/demo/index.html )
34
+ [ Check full example's source code ] ( https://github.com/zenorocha/jquery-github/blob/master/demo/index.html ) .
35
35
36
36
## Forks
37
37
@@ -47,30 +47,32 @@ Prefer a non-jquery version with pure JavaScript? No problem, [@ricardobeat](htt
47
47
48
48
## History
49
49
50
+ * v0.2.7 April 29, 2013
51
+ * Code refactoring
50
52
* v0.2.6 March 14, 2013
51
53
* Updated to responsive design
52
54
* v0.2.5 March 01, 2013
53
- * Added Grunt and integrated it with Travis
54
- * Added lint task
55
- * Added minify task
55
+ * Added Grunt and integrated it with Travis
56
+ * Added lint task
57
+ * Added minify task
56
58
* v0.2.4 January 17, 2013
57
- * Renamed from ` jquery-github-repos ` to ` jquery-github `
59
+ * Renamed from `jquery-github-repos` to `jquery-github`
58
60
* v0.2.3 January 17, 2013
59
- * Added to jQuery Plugins Registry
60
- * Updated to jQuery v1.9
61
+ * Added to jQuery Plugins Registry
62
+ * Updated to jQuery v1.9
61
63
* v0.2.2 January 15, 2013
62
- * Fixed "Last commit" date
63
- * Cached repo data using sessionStorage
64
- * Added error message if API exceeds its limits
64
+ * Fixed "Last commit" date
65
+ * Cached repo data using sessionStorage
66
+ * Added error message if API exceeds its limits
65
67
* v0.2.1 January 13, 2013
66
- * Added live demo
67
- * Replaced single images for a sprite
68
- * Added minified version
68
+ * Added live demo
69
+ * Replaced single images for a sprite
70
+ * Added minified version
69
71
* v0.2 September 11, 2012
70
- * Code wrapped into a jQuery plugin
71
- * Demonstration page created
72
+ * Code wrapped into a jQuery plugin
73
+ * Demonstration page created
72
74
* v0.1 September 10, 2012
73
- * Initial commit
75
+ * Initial commit
74
76
75
77
## Credits
76
78
0 commit comments