Skip to content

Commit d3d2d72

Browse files
authored
Merge pull request #31 from tattersoftware/refactor
Refactor
2 parents 267220d + a8c1fd4 commit d3d2d72

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+1493
-1837
lines changed

CHANGELOG.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
# Changelog
2+
3+
## [v3.0.0](https://github.com/tattersoftware/codeigniter4-assets/tree/v3.0.0) (2021-06-22)
4+
5+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.3.0...v3.0.0)
6+
7+
**Closed issues:**
8+
9+
- Discussion: Route integration [\#16](https://github.com/tattersoftware/codeigniter4-assets/issues/16)
10+
11+
## [v2.3.0](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.3.0) (2021-06-14)
12+
13+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.2.2...v2.3.0)
14+
15+
**Closed issues:**
16+
17+
- Discussion: Patches [\#17](https://github.com/tattersoftware/codeigniter4-assets/issues/17)
18+
- Feature: Manifest URLs [\#14](https://github.com/tattersoftware/codeigniter4-assets/issues/14)
19+
20+
**Merged pull requests:**
21+
22+
- Deprecate [\#27](https://github.com/tattersoftware/codeigniter4-assets/pull/27) ([MGatner](https://github.com/MGatner))
23+
24+
## [v2.2.2](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.2.2) (2021-01-26)
25+
26+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.2.1...v2.2.2)
27+
28+
**Merged pull requests:**
29+
30+
- PHP 8 + Toolkit [\#21](https://github.com/tattersoftware/codeigniter4-assets/pull/21) ([MGatner](https://github.com/MGatner))
31+
32+
## [v2.2.1](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.2.1) (2020-09-29)
33+
34+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.2...v2.2.1)
35+
36+
**Implemented enhancements:**
37+
38+
- disable dynamic parameter .js?v=1599757859 [\#18](https://github.com/tattersoftware/codeigniter4-assets/issues/18)
39+
40+
**Merged pull requests:**
41+
42+
- Development Tools [\#20](https://github.com/tattersoftware/codeigniter4-assets/pull/20) ([MGatner](https://github.com/MGatner))
43+
- Config useTimestamps [\#19](https://github.com/tattersoftware/codeigniter4-assets/pull/19) ([MGatner](https://github.com/MGatner))
44+
45+
## [v2.2](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.2) (2020-07-11)
46+
47+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.1.3...v2.2)
48+
49+
**Merged pull requests:**
50+
51+
- Test GitHub Action [\#13](https://github.com/tattersoftware/codeigniter4-assets/pull/13) ([MGatner](https://github.com/MGatner))
52+
- Tests refactor [\#12](https://github.com/tattersoftware/codeigniter4-assets/pull/12) ([MGatner](https://github.com/MGatner))
53+
54+
## [v2.1.3](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.1.3) (2020-04-19)
55+
56+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.1.2...v2.1.3)
57+
58+
**Closed issues:**
59+
60+
- Set the order for assets [\#11](https://github.com/tattersoftware/codeigniter4-assets/issues/11)
61+
- loading single js per page [\#9](https://github.com/tattersoftware/codeigniter4-assets/issues/9)
62+
- config Assets.php for jquery e other [\#8](https://github.com/tattersoftware/codeigniter4-assets/issues/8)
63+
- Configure routes dynamically [\#7](https://github.com/tattersoftware/codeigniter4-assets/issues/7)
64+
- {locale} support [\#5](https://github.com/tattersoftware/codeigniter4-assets/issues/5)
65+
- vendor js loaded after route assets [\#4](https://github.com/tattersoftware/codeigniter4-assets/issues/4)
66+
67+
**Merged pull requests:**
68+
69+
- URI Locale support [\#6](https://github.com/tattersoftware/codeigniter4-assets/pull/6) ([rodolfodn](https://github.com/rodolfodn))
70+
71+
## [v2.1.2](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.1.2) (2019-11-16)
72+
73+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.1.1...v2.1.2)
74+
75+
## [v2.1.1](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.1.1) (2019-10-31)
76+
77+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.1...v2.1.1)
78+
79+
**Closed issues:**
80+
81+
- Bug: Duplicate manifest publishing [\#3](https://github.com/tattersoftware/codeigniter4-assets/issues/3)
82+
- Feature: Support for JavaScript files in head [\#2](https://github.com/tattersoftware/codeigniter4-assets/issues/2)
83+
- Bug: Namespaced routes not matching [\#1](https://github.com/tattersoftware/codeigniter4-assets/issues/1)
84+
85+
## [v2.1](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.1) (2019-10-07)
86+
87+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.0.2...v2.1)
88+
89+
## [v2.0.2](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.0.2) (2019-07-02)
90+
91+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.0.1...v2.0.2)
92+
93+
## [v2.0.1](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.0.1) (2019-04-03)
94+
95+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v2.0.0...v2.0.1)
96+
97+
## [v2.0.0](https://github.com/tattersoftware/codeigniter4-assets/tree/v2.0.0) (2019-03-25)
98+
99+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v1.1.0...v2.0.0)
100+
101+
## [v1.1.0](https://github.com/tattersoftware/codeigniter4-assets/tree/v1.1.0) (2019-03-19)
102+
103+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/v1.0.0...v1.1.0)
104+
105+
## [v1.0.0](https://github.com/tattersoftware/codeigniter4-assets/tree/v1.0.0) (2019-03-14)
106+
107+
[Full Changelog](https://github.com/tattersoftware/codeigniter4-assets/compare/7872bbe4077ad841b21c95d42c010cca6c9de3fa...v1.0.0)
108+
109+
110+
111+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

0 commit comments

Comments
 (0)