File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This changelog references the relevant changes (bug and security fixes) done to ` laravie/html ` .
4
4
5
+ ## 5.8.0
6
+
7
+ Released: 2019-02-26
8
+
9
+ ### Changes
10
+
11
+ * Update support to Laravel Framework 5.8.
12
+ * Improve performance by prefixing all global functions calls with ` \ ` to skip the look up and resolve process and go straight to the global function.
13
+
5
14
## 5.7.1
6
15
7
16
Released: 2019-02-19
Original file line number Diff line number Diff line change 1
1
# Forms & HTML
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/laravie/html.svg?branch=master )] ( https://travis-ci.org/laravie/html )
3
+ [ ![ Build Status] ( https://travis-ci.org/laravie/html.svg?branch=5.8 )] ( https://travis-ci.org/laravie/html )
4
4
[ ![ Total Downloads] ( https://poser.pugx.org/laravie/html/downloads )] ( https://packagist.org/packages/laravie/html )
5
5
[ ![ Latest Stable Version] ( https://poser.pugx.org/laravie/html/v/stable.svg )] ( https://packagist.org/packages/laravie/html )
6
6
[ ![ Latest Unstable Version] ( https://poser.pugx.org/laravie/html/v/unstable.svg )] ( https://packagist.org/packages/laravie/html )
@@ -30,7 +30,7 @@ Begin by installing this package through Composer. Edit your project's `composer
30
30
31
31
``` json
32
32
"require" : {
33
- "laravie/html" : " ^5.1 "
33
+ "laravie/html" : " ^5.5 "
34
34
}
35
35
```
36
36
You can’t perform that action at this time.
0 commit comments