File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22
33This changelog references the relevant changes (bug and security fixes) done to ` laravie/html ` .
44
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+
514## 5.7.1
615
716Released: 2019-02-19
Original file line number Diff line number Diff line change 11# Forms & HTML
22
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 )
44[ ![ Total Downloads] ( https://poser.pugx.org/laravie/html/downloads )] ( https://packagist.org/packages/laravie/html )
55[ ![ Latest Stable Version] ( https://poser.pugx.org/laravie/html/v/stable.svg )] ( https://packagist.org/packages/laravie/html )
66[ ![ 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
3030
3131``` json
3232"require" : {
33- "laravie/html" : " ^5.1 "
33+ "laravie/html" : " ^5.5 "
3434}
3535```
3636
You can’t perform that action at this time.
0 commit comments