Skip to content

Commit d86c918

Browse files
author
hywax
committed
chore(release): v3.0.0
1 parent ae61959 commit d86c918

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

CHANGELOG.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
# Changelog
2+
3+
## v3.0.0
4+
5+
[compare changes](https://github.com/hywax/ya-metrika/compare/2.2.0...main)
6+
7+
### 🚀 Enhancements
8+
9+
- Add phpstan ([eef3017](https://github.com/hywax/ya-metrika/commit/eef3017))
10+
- Add phpcs ([8193281](https://github.com/hywax/ya-metrika/commit/8193281))
11+
- Report service present ([f8a4432](https://github.com/hywax/ya-metrika/commit/f8a4432))
12+
- Report service visitors ([265c2b7](https://github.com/hywax/ya-metrika/commit/265c2b7))
13+
- Report service most viewed pages ([b35069d](https://github.com/hywax/ya-metrika/commit/b35069d))
14+
- Report service browsers ([262efed](https://github.com/hywax/ya-metrika/commit/262efed))
15+
- Report service users search engine ([e52b908](https://github.com/hywax/ya-metrika/commit/e52b908))
16+
- Report service geo ([dc7e953](https://github.com/hywax/ya-metrika/commit/dc7e953))
17+
- Report service age gender ([81ec65c](https://github.com/hywax/ya-metrika/commit/81ec65c))
18+
- Report service search phrases ([36f1bfa](https://github.com/hywax/ya-metrika/commit/36f1bfa))
19+
20+
### 📖 Documentation
21+
22+
- MIT license ([d5bdda6](https://github.com/hywax/ya-metrika/commit/d5bdda6))
23+
- **example:** Report service custom query ([f0dddc8](https://github.com/hywax/ya-metrika/commit/f0dddc8))
24+
- **example:** Report service present ([c3d74cb](https://github.com/hywax/ya-metrika/commit/c3d74cb))
25+
- **example:** Move example to report folder ([5f10d38](https://github.com/hywax/ya-metrika/commit/5f10d38))
26+
- **example:** Fix autoload path ([274d39d](https://github.com/hywax/ya-metrika/commit/274d39d))
27+
- **example:** Report service visitors ([14a69f0](https://github.com/hywax/ya-metrika/commit/14a69f0))
28+
- Project readme ([ef9f9ac](https://github.com/hywax/ya-metrika/commit/ef9f9ac))
29+
- Report service ([e6c1930](https://github.com/hywax/ya-metrika/commit/e6c1930))
30+
- Units methods phpdoc ([3aebcd2](https://github.com/hywax/ya-metrika/commit/3aebcd2))
31+
- Transformer methods phpdoc ([8072436](https://github.com/hywax/ya-metrika/commit/8072436))
32+
- Service methods phpdoc ([dcffb93](https://github.com/hywax/ya-metrika/commit/dcffb93))
33+
- Report service methods phpdoc ([35d8645](https://github.com/hywax/ya-metrika/commit/35d8645))
34+
- Report raw transformer methods phpdoc ([c1a2f81](https://github.com/hywax/ya-metrika/commit/c1a2f81))
35+
- Report data transformer methods phpdoc ([777289f](https://github.com/hywax/ya-metrika/commit/777289f))
36+
- Client methods phpdoc ([7d64002](https://github.com/hywax/ya-metrika/commit/7d64002))
37+
- Change contributors link image ([e376da7](https://github.com/hywax/ya-metrika/commit/e376da7))
38+
- Change contributors branch image ([15bd56c](https://github.com/hywax/ya-metrika/commit/15bd56c))
39+
- Add toc service report ([852e8f5](https://github.com/hywax/ya-metrika/commit/852e8f5))
40+
- **issue-template:** Bug ([ef89289](https://github.com/hywax/ya-metrika/commit/ef89289))
41+
- **issue-template:** Feature request ([74a81ad](https://github.com/hywax/ya-metrika/commit/74a81ad))
42+
- **issue-template:** Question ([f93ad2e](https://github.com/hywax/ya-metrika/commit/f93ad2e))
43+
- Cover image ([ae27655](https://github.com/hywax/ya-metrika/commit/ae27655))
44+
- Paste cover image to readme ([ae61959](https://github.com/hywax/ya-metrika/commit/ae61959))
45+
46+
### 🏡 Chore
47+
48+
- ⚠️ Change package namespace ([6eaf2f8](https://github.com/hywax/ya-metrika/commit/6eaf2f8))
49+
- Change author section ([343f556](https://github.com/hywax/ya-metrika/commit/343f556))
50+
- Remove .gitattributes ([3fcab1d](https://github.com/hywax/ya-metrika/commit/3fcab1d))
51+
- Remove version from composer ([3ef13e6](https://github.com/hywax/ya-metrika/commit/3ef13e6))
52+
- Update require ([25c1cf7](https://github.com/hywax/ya-metrika/commit/25c1cf7))
53+
- Change psr-4 namespace ([9997376](https://github.com/hywax/ya-metrika/commit/9997376))
54+
- Unignore composer.lock ([5fd9dcf](https://github.com/hywax/ya-metrika/commit/5fd9dcf))
55+
- Remove old files ([a623c4d](https://github.com/hywax/ya-metrika/commit/a623c4d))
56+
- Create default http client ([7c9b92c](https://github.com/hywax/ya-metrika/commit/7c9b92c))
57+
- Base service class ([dd53931](https://github.com/hywax/ya-metrika/commit/dd53931))
58+
- Transformers for report service ([02f3681](https://github.com/hywax/ya-metrika/commit/02f3681))
59+
- Base report service ([88c0af4](https://github.com/hywax/ya-metrika/commit/88c0af4))
60+
- Utils functions ([98125f3](https://github.com/hywax/ya-metrika/commit/98125f3))
61+
- Postfix to config phpcs ([2c1ed31](https://github.com/hywax/ya-metrika/commit/2c1ed31))
62+
- Postfix to config phpstan ([4f83ed9](https://github.com/hywax/ya-metrika/commit/4f83ed9))
63+
- Move monolog form require-dev to require ([4af6a11](https://github.com/hywax/ya-metrika/commit/4af6a11))
64+
- Report service exception ([24a15c6](https://github.com/hywax/ya-metrika/commit/24a15c6))
65+
- Visibility must be declared const ([314d985](https://github.com/hywax/ya-metrika/commit/314d985))
66+
- Update CONTRIBUTORS ([32a1e26](https://github.com/hywax/ya-metrika/commit/32a1e26))
67+
68+
### 🤖 CI
69+
70+
- Connect renovate bot ([75ba520](https://github.com/hywax/ya-metrika/commit/75ba520))
71+
- Contributor credits plan ([3f4a8da](https://github.com/hywax/ya-metrika/commit/3f4a8da))
72+
- Contributor welcome plan ([cfc2db2](https://github.com/hywax/ya-metrika/commit/cfc2db2))
73+
- Change first pr message ([2aefc6a](https://github.com/hywax/ya-metrika/commit/2aefc6a))
74+
75+
#### ⚠️ Breaking Changes
76+
77+
- ⚠️ Change package namespace ([6eaf2f8](https://github.com/hywax/ya-metrika/commit/6eaf2f8))
78+
79+
### ❤️ Contributors
80+
81+
- Hywax ([@hywax](http://github.com/hywax))
82+

0 commit comments

Comments
 (0)