|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## [0.2.1](https://github.com/antidot-framework/antidot-framework/tree/0.2.1) |
| 3 | +## [0.1.0](https://github.com/antidot-framework/runtime/tree/0.1.0) (2021-11-29) |
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.2.0...0.2.1) |
6 |
| - |
7 |
| -**Fixed bugs:** |
8 |
| - |
9 |
| -- Antidot\Application\Http\Application interface should be mixed $middleware [\#30](https://github.com/antidot-framework/antidot-framework/issues/30) |
10 |
| -- fix error handler parameters [\#36](https://github.com/antidot-framework/antidot-framework/pull/36) ([kpicaza](https://github.com/kpicaza)) |
11 |
| - |
12 |
| -**Merged pull requests:** |
13 |
| - |
14 |
| -- fix github actions main branch [\#35](https://github.com/antidot-framework/antidot-framework/pull/35) ([kpicaza](https://github.com/kpicaza)) |
15 |
| - |
16 |
| -## [0.2.0](https://github.com/antidot-framework/antidot-framework/tree/0.2.0) (2021-01-24) |
17 |
| - |
18 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.1.3...0.2.0) |
19 |
| - |
20 |
| -**Implemented enhancements:** |
21 |
| - |
22 |
| -- BC Break: change application::route definition [\#32](https://github.com/antidot-framework/antidot-framework/pull/32) ([kpicaza](https://github.com/kpicaza)) |
23 |
| -- Fix handler is invalid message [\#31](https://github.com/antidot-framework/antidot-framework/pull/31) ([peter279k](https://github.com/peter279k)) |
24 |
| - |
25 |
| -**Merged pull requests:** |
26 |
| - |
27 |
| -- add github actions [\#33](https://github.com/antidot-framework/antidot-framework/pull/33) ([kpicaza](https://github.com/kpicaza)) |
28 |
| -- Update franzl/whoops-middleware requirement from ^1.1 to ^1.1 || ^2.0 [\#28](https://github.com/antidot-framework/antidot-framework/pull/28) ([dependabot[bot]](https://github.com/apps/dependabot)) |
29 |
| -- Allow passing psalm checks at level 1 [\#17](https://github.com/antidot-framework/antidot-framework/pull/17) ([kpicaza](https://github.com/kpicaza)) |
30 |
| - |
31 |
| -## [0.1.3](https://github.com/antidot-framework/antidot-framework/tree/0.1.3) (2021-01-10) |
32 |
| - |
33 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.1.2...0.1.3) |
34 |
| - |
35 |
| -**Implemented enhancements:** |
36 |
| - |
37 |
| -- Add php8 support [\#29](https://github.com/antidot-framework/antidot-framework/pull/29) ([kpicaza](https://github.com/kpicaza)) |
38 |
| - |
39 |
| -**Fixed bugs:** |
40 |
| - |
41 |
| -- Improve assertions and namespace [\#21](https://github.com/antidot-framework/antidot-framework/pull/21) ([peter279k](https://github.com/peter279k)) |
42 |
| - |
43 |
| -**Closed issues:** |
44 |
| - |
45 |
| -- Remove not needed symfony console dependency in composer [\#19](https://github.com/antidot-framework/antidot-framework/issues/19) |
46 |
| - |
47 |
| -**Merged pull requests:** |
48 |
| - |
49 |
| -- Update phpro/grumphp requirement from ~0.17 to ~0.17 || ~1.0 [\#26](https://github.com/antidot-framework/antidot-framework/pull/26) ([dependabot[bot]](https://github.com/apps/dependabot)) |
50 |
| -- Update laminas/laminas-diactoros requirement from 2.4.0 to 2.4.1 [\#25](https://github.com/antidot-framework/antidot-framework/pull/25) ([dependabot[bot]](https://github.com/apps/dependabot)) |
51 |
| -- Update phpro/grumphp requirement from ^0.17.1 || ^0.19.0 || ^0.20.0 || ^0.21.0 to ~0.17 [\#24](https://github.com/antidot-framework/antidot-framework/pull/24) ([dependabot[bot]](https://github.com/apps/dependabot)) |
52 |
| -- Update laminas/laminas-diactoros requirement from 2.3.1 to 2.4.0 [\#23](https://github.com/antidot-framework/antidot-framework/pull/23) ([dependabot[bot]](https://github.com/apps/dependabot)) |
53 |
| -- Update phpro/grumphp requirement from ^0.17.1 || ^0.19.0 || ^0.20.0 to ^0.17.1 || ^0.19.0 || ^0.20.0 || ^0.21.0 [\#22](https://github.com/antidot-framework/antidot-framework/pull/22) ([dependabot[bot]](https://github.com/apps/dependabot)) |
54 |
| -- Issue \#19: remove symfony console as framework dependency [\#20](https://github.com/antidot-framework/antidot-framework/pull/20) ([kpicaza](https://github.com/kpicaza)) |
55 |
| -- add psalm to the existing composer checks [\#15](https://github.com/antidot-framework/antidot-framework/pull/15) ([kpicaza](https://github.com/kpicaza)) |
56 |
| - |
57 |
| -## [0.1.2](https://github.com/antidot-framework/antidot-framework/tree/0.1.2) (2020-07-14) |
58 |
| - |
59 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.1.1...0.1.2) |
60 |
| - |
61 |
| -**Merged pull requests:** |
62 |
| - |
63 |
| -- Update phpro/grumphp requirement from ^0.17.1 || ^0.19.0 to ^0.17.1 || ^0.19.0 || ^0.20.0 [\#14](https://github.com/antidot-framework/antidot-framework/pull/14) ([dependabot[bot]](https://github.com/apps/dependabot)) |
64 |
| -- Generate changelog for 0.1.2 relese [\#12](https://github.com/antidot-framework/antidot-framework/pull/12) ([kpicaza](https://github.com/kpicaza)) |
65 |
| -- Update phpstan/phpstan requirement from ^0.11.5 to ^0.11.5 || ^0.12.0 [\#11](https://github.com/antidot-framework/antidot-framework/pull/11) ([dependabot[bot]](https://github.com/apps/dependabot)) |
66 |
| -- Update symfony/var-dumper requirement from ^4.2 to ^4.2 || ^5.0 [\#10](https://github.com/antidot-framework/antidot-framework/pull/10) ([dependabot[bot]](https://github.com/apps/dependabot)) |
67 |
| -- Update laminas/laminas-diactoros requirement from 2.1 to 2.3.1 [\#9](https://github.com/antidot-framework/antidot-framework/pull/9) ([dependabot[bot]](https://github.com/apps/dependabot)) |
68 |
| -- Update phpro/grumphp requirement from ^0.17.1 to ^0.17.1 || ^0.19.0 [\#8](https://github.com/antidot-framework/antidot-framework/pull/8) ([dependabot[bot]](https://github.com/apps/dependabot)) |
69 |
| -- Update phpunit/phpunit requirement from ^8.0 to ^8.0 || ^9.0 [\#7](https://github.com/antidot-framework/antidot-framework/pull/7) ([dependabot[bot]](https://github.com/apps/dependabot)) |
70 |
| - |
71 |
| -## [0.1.1](https://github.com/antidot-framework/antidot-framework/tree/0.1.1) (2020-06-12) |
72 |
| - |
73 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.0.3...0.1.1) |
74 |
| - |
75 |
| -## [0.0.3](https://github.com/antidot-framework/antidot-framework/tree/0.0.3) (2020-06-01) |
76 |
| - |
77 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.1.0...0.0.3) |
78 |
| - |
79 |
| -## [0.1.0](https://github.com/antidot-framework/antidot-framework/tree/0.1.0) (2020-06-01) |
80 |
| - |
81 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.0.2...0.1.0) |
82 |
| - |
83 |
| -## [0.0.2](https://github.com/antidot-framework/antidot-framework/tree/0.0.2) (2019-11-24) |
84 |
| - |
85 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/0.0.1...0.0.2) |
86 |
| - |
87 |
| -**Closed issues:** |
88 |
| - |
89 |
| -- Test Configuration to fit documentation requirements in zend style [\#1](https://github.com/antidot-framework/antidot-framework/issues/1) |
90 |
| - |
91 |
| -## [0.0.1](https://github.com/antidot-framework/antidot-framework/tree/0.0.1) (2019-11-23) |
92 |
| - |
93 |
| -[Full Changelog](https://github.com/antidot-framework/antidot-framework/compare/7c775f2b1a63a7cb9c00909622b2eb71931ff54b...0.0.1) |
| 5 | +[Full Changelog](https://github.com/antidot-framework/runtime/compare/bacf12aeff81d8f9aa4b6d97989c35cc3829f635...0.1.0) |
94 | 6 |
|
95 | 7 | **Implemented enhancements:**
|
96 | 8 |
|
97 |
| -- Create Response Renderer Interface [\#2](https://github.com/antidot-framework/antidot-framework/issues/2) |
| 9 | +- Add unit tests [\#1](https://github.com/antidot-framework/runtime/pull/1) ([kpicaza](https://github.com/kpicaza)) |
98 | 10 |
|
99 | 11 | **Fixed bugs:**
|
100 | 12 |
|
101 |
| -- Error Creating response in nginx [\#3](https://github.com/antidot-framework/antidot-framework/issues/3) |
102 |
| - |
103 |
| -**Closed issues:** |
104 |
| - |
105 |
| -- Add type checks with psalm php [\#5](https://github.com/antidot-framework/antidot-framework/issues/5) |
| 13 | +- Fix composer autoload paths [\#3](https://github.com/antidot-framework/runtime/pull/3) ([kpicaza](https://github.com/kpicaza)) |
106 | 14 |
|
107 | 15 | **Merged pull requests:**
|
108 | 16 |
|
109 |
| -- issue/\#5: add psalm and fix typing issues in all non deprecated code [\#6](https://github.com/antidot-framework/antidot-framework/pull/6) ([kpicaza](https://github.com/kpicaza)) |
| 17 | +- Configure codecov 1 [\#2](https://github.com/antidot-framework/runtime/pull/2) ([kpicaza](https://github.com/kpicaza)) |
110 | 18 |
|
111 | 19 |
|
112 | 20 |
|
|
0 commit comments