Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
9b5ba5f
opened 3.1-dev
dg Aug 31, 2021
681707b
requires PHP 7.2
dg Aug 31, 2021
6d0479a
uses nette/utils 3.2
dg Sep 13, 2021
e1b51bd
removed deprecated stuff
dg Jan 12, 2021
df9cf43
some deprecated methods triggers notice
dg Jan 12, 2021
e43b9ed
PhpExtension & ConstantsExtension are deprecated (have been moved to …
dg Dec 31, 2020
2489ce2
NeonAdapter: operator ? throws exception
dg Dec 15, 2021
7d6951a
generated factories should have defined return type, otherwise trigge…
dg Sep 26, 2021
91ae50a
annotations @return are deprecated
dg Dec 14, 2021
9bc2d43
Resolver: non-optional autowired parameters trigger notice that value…
dg Dec 14, 2021
2d0a00e
DefinitionSchema moved to Nette\DI\Extensions
dg Sep 26, 2021
958dd58
deprecated option 'parameters' used by generated factories
dg Sep 28, 2021
e591486
option 'create' is used primary internally
dg Jan 19, 2022
bbd0dda
method setCreator() is used primary internally
dg Dec 15, 2021
70198f2
Three ... dots are deprecated, triggers notices
dg Oct 19, 2021
f02f9e5
NeonAdapter: automatically escapes @
dg Dec 14, 2021
10b9ef5
Resolver: not() and others expect 1 parameter
dg Dec 15, 2021
8ba7d09
Loader::save() is deprecated
dg Dec 15, 2021
2532858
opened 4.0-dev
dg Sep 12, 2021
c616e95
requires PHP 8.0
dg Dec 31, 2020
e74d648
composer: updated dependencies
dg Mar 1, 2021
69fb30d
coding style
dg Dec 14, 2021
5d1d123
removed support for PHP 7
dg Dec 14, 2021
78591d3
added property typehints
dg Mar 1, 2021
cde5b0c
added property typehints to Container
dg Sep 26, 2021
c6ccd40
added PHP 8 typehints
dg Dec 15, 2021
4c81807
removed community health files
dg Mar 11, 2021
b7c88e2
used PHP 8 features
dg Mar 10, 2022
8b82e51
deprecated magic properties except for $entity (BC break)
dg Sep 24, 2021
050a14d
removed option 'parameters' used by generated factories (BC break)
dg Sep 28, 2021
6d7ea49
removed deprecated ConstantsExtension & PhpExtension (BC break)
dg Sep 28, 2021
bbefc9c
three ... dots throws exception (BC break)
dg Oct 19, 2021
3ebc450
exception messages use [Service ...]\n format [WIP]
dg Sep 26, 2021
8de37fe
generated factories must have defined return type (BC break)
dg Dec 14, 2021
c179222
annotations @return are no longer supported (BC break)
dg Sep 26, 2021
98505a2
annotations @var are no longer supported (BC break)
dg Oct 6, 2021
986f010
readme.md: updated code
dg Sep 29, 2021
7f04701
Resolver: only optional parameters are autowired with default value (…
dg Dec 14, 2021
1b2d371
Resolver: processing of functions like not() moved to PhpGenerator
dg Dec 15, 2021
3f0b0e6
Allow custom ExtensionExtension usage
May 18, 2022
fff7b84
Fix Github Actions
May 18, 2022
3fca0d7
Fix CS
May 18, 2022
4b21544
Fix CS
May 18, 2022
4a98fbf
Fix CS
May 18, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/Feature_request.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/ISSUE_TEMPLATE/Support_question.md

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/Support_us.md

This file was deleted.

2 changes: 0 additions & 2 deletions .github/funding.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .github/pull_request_template.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/coding-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.1
php-version: 8.0
coverage: none

- run: composer create-project nette/code-checker temp/code-checker ^3 --no-progress
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
coverage: none

- run: composer install --no-progress --prefer-dist
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['8.0', '8.1']

fail-fast: false

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.1
php-version: 8.0
coverage: none

- run: composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.0
coverage: none

- run: composer install --no-progress --prefer-dist
Expand Down
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
}
],
"require": {
"php": ">=7.1 <8.2",
"php": ">=8.0 <8.2",
"ext-tokenizer": "*",
"nette/neon": "^3.3 || ^4.0",
"nette/php-generator": "^3.5.4 || ^4.0",
"nette/robot-loader": "^3.2",
"nette/schema": "^1.1",
"nette/utils": "^3.1.6"
"nette/robot-loader": "^3.3.1 || ^4.0",
"nette/schema": "^1.2.2",
"nette/utils": "^4.0"
},
"require-dev": {
"nette/tester": "^2.2",
"tracy/tracy": "^2.3",
"phpstan/phpstan": "^0.12"
"nette/tester": "^2.4",
"tracy/tracy": "^2.8",
"phpstan/phpstan": "^1.0"
},
"conflict": {
"nette/bootstrap": "<3.0"
Expand All @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "4.0-dev"
}
}
}
33 changes: 0 additions & 33 deletions contributing.md

This file was deleted.

Loading