File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: run-tests
2
2
3
3
on :
4
4
push :
5
- branches : [develop, master ]
5
+ branches : [develop, main ]
6
6
pull_request :
7
- branches : [develop, master ]
7
+ branches : [develop, main ]
8
8
9
9
jobs :
10
10
test :
Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` laravel-html-table ` will be documented in this file
4
4
5
- ## [ Unreleased ] ( https://github.com/lloricode/laravel-html-table/compare/v1.3.4...develop )
5
+ ## [ v2.0.0 2023-05-13 ] ( https://github.com/lloricode/laravel-html-table/compare/v1.3.4...v2.0.0 )
6
6
7
7
### What's Changed
8
8
Original file line number Diff line number Diff line change 4
4
[ ![ GitHub Tests Action Status] ( https://img.shields.io/github/actions/workflow/status/lloricode/laravel-html-table/run-tests.yml?branch=main&label=tests&style=flat-square )] ( https://github.com/lloricode/laravel-html-table/actions?query=workflow%3Arun-tests+branch%3Amain )
5
5
[ ![ GitHub Code Style Action Status] ( https://img.shields.io/github/actions/workflow/status/lloricode/laravel-html-table/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square )] ( https://github.com/lloricode/laravel-html-table/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain )
6
6
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/lloricode/laravel-html-table.svg?style=flat-square )] ( https://packagist.org/packages/lloricode/laravel-html-table )
7
- [ ![ codecov] ( https://codecov.io/gh/lloricode/laravel-html-table/branch/master /graph/badge.svg?token=gQRHSwYXAm )] ( https://codecov.io/gh/lloricode/laravel-html-table )
7
+ [ ![ codecov] ( https://codecov.io/gh/lloricode/laravel-html-table/branch/main /graph/badge.svg?token=gQRHSwYXAm )] ( https://codecov.io/gh/lloricode/laravel-html-table )
8
8
Generate Html Table with data from array/object..
9
9
10
10
## Installation
You can’t perform that action at this time.
0 commit comments