Skip to content

Commit 270cf93

Browse files
authored
Merge pull request #106 from WebFiori/release-please--branches--main
chore(main): release 1.0.0
2 parents af41db1 + ded7ace commit 270cf93

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/WebFiori/database/compare/v0.10.0...v1.0.0) (2025-09-23)
4+
5+
6+
### Features
7+
8+
* Added on Error Callbacks ([354b37d](https://github.com/WebFiori/database/commit/354b37db7df25abb1e2493f04bc42cab1c57e0cf))
9+
* Circular dependency detection ([5179245](https://github.com/WebFiori/database/commit/5179245cddc757d83533ca33cc574273c845bafe))
10+
* Migrations + Seeder Implementation ([2ddb13e](https://github.com/WebFiori/database/commit/2ddb13e1c749058128478d61615a89f07f1e862a))
11+
* Performance Monitoring ([3d4da5d](https://github.com/WebFiori/database/commit/3d4da5d051fdffe314d2554be36e9107de710391))
12+
13+
14+
### Bug Fixes
15+
16+
* Few Fixes ([9a8e6b8](https://github.com/WebFiori/database/commit/9a8e6b84c6d45168791de5b7f5bc1f76d4263ad8))
17+
* Fix to A Bug in Migrations Runner ([a10d572](https://github.com/WebFiori/database/commit/a10d5720ee505432aed8ea97f9b5e820203dd5d4))
18+
19+
20+
### Miscellaneous Chores
21+
22+
* Added Dev Req ([828b3d2](https://github.com/WebFiori/database/commit/828b3d22335f55d9507abcfca8bfee9edc77f6c8))
23+
* Added Release Job ([af41db1](https://github.com/WebFiori/database/commit/af41db1b294eccf294fa8387093609be5c1e2673))
24+
* Moved Files ([a44fc44](https://github.com/WebFiori/database/commit/a44fc440567a5f9d8d0dbb2b4bad2683d285536d))
25+
* Run CS Fixer ([4e64202](https://github.com/WebFiori/database/commit/4e642021d22b1842c441734e55a03b1cd0cb2e44))
26+
327
## [0.10.0](https://github.com/WebFiori/database/compare/v0.9.2...v0.10.0) (2025-02-04)
428

529

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webfiori/database",
33
"description": "Database abstraction layer of WebFiori framework.",
44
"type": "library",
5-
"version": "0.10.0",
5+
"version": "1.0.0",
66
"keywords": [
77
"Database",
88
"PHP",
@@ -13,15 +13,15 @@
1313
"license": "MIT",
1414
"require": {
1515
"php": ">=8.1",
16-
"ext-mysqli":"*",
17-
"ext-sqlsrv":"*",
16+
"ext-mysqli": "*",
17+
"ext-sqlsrv": "*",
1818
"webfiori/jsonx": "*"
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^10",
2222
"friendsofphp/php-cs-fixer": "^3.86"
2323
},
24-
"scripts":{
24+
"scripts": {
2525
"test": "vendor/bin/phpunit -c tests/phpunit.xml",
2626
"test10": "vendor/bin/phpunit -c tests/phpunit10.xml",
2727
"fix-cs": "vendor/bin/php-cs-fixer fix --config=php_cs.php.dist"

0 commit comments

Comments
 (0)