ce03bdb27d
fix(model): Fix postgresql search.
2025-10-27 15:16:54 -03:00
b24598b118
fix(sqlite): Correct base table for RIGHT JOIN conversion
2025-10-27 15:15:45 -03:00
5019b89cc0
docs(readme): Update PostgreSQL compatibility status
2025-10-27 10:27:18 -03:00
d030e8d30e
refactor(model)!: Allow groupBy to accept multiple args instead an array
2025-10-27 10:26:12 -03:00
b2672ad92f
fix(model): Remove ON clause from cross join
2025-10-27 10:24:25 -03:00
4c57770b43
refactor(model): Remove backticks from column names
2025-10-27 10:23:55 -03:00
8e84450f95
fix(query): Adjust LIMIT OFFSET clause syntax
2025-10-27 10:23:31 -03:00
ece32b9bbe
docs(readme): Update supported where clauses
2025-10-27 06:50:13 -03:00
a5cf9d239d
refactor(model): Fix typo on WHERE EXISTS/NOT EXISTS methods
2025-10-27 06:46:17 -03:00
b9509c49ed
refactor(model): Add string type hint to select columns
2025-10-21 16:26:39 -03:00
6e433b4d06
feat(query-builder): Implement advanced WHERE and new JOIN clauses
2025-10-17 13:13:01 -03:00
892b3614ec
refactor(db): Detect DB type using PDO driver name
2025-10-17 13:12:02 -03:00
a0b544eae5
refactor(Model): Rename bindValue to bind and make public
2025-10-17 11:55:37 -03:00
20fd78ab53
docs(Request): Remove param comment
2025-10-16 20:51:52 -03:00
f5411daaa5
Translate comments to English
2025-10-16 20:02:54 -03:00
7e7ec68fd7
refactor(router): Use Neuron object for route parameters
2025-10-16 12:04:05 -03:00
ac9a661bc0
fix(htaccess): Block direct access to vendor and src folders
2025-10-11 12:15:15 -03:00
c8d7b69367
feat(bootstrap): Introduce Libs\Loader for directory loading
2025-10-11 10:44:20 -03:00
7f62e06ff9
docs: Improve documentation and translate comments to English
2025-10-10 21:18:22 -03:00
674c9d5ff4
fix(validator): Improve filter_var robustness in validation methods
2025-10-10 21:17:41 -03:00
2f50532e13
refactor(Model): Type hint setNull variadic arguments
2025-10-10 21:06:11 -03:00
b41514a491
fix(di): Improve parameter resolution and validation
2025-10-10 19:15:07 -03:00
a1a15f492c
refactor!: add Synapsis for dependency resolution and injection
...
- Remove Middleware class and custom callback handling logic.
- Implement Synapsis as a dependency injection container for automatic
resolution.
- Refactor Router to use Synapsis for process route callbacks and not found
handler.
- Update Request to remove middleware-specific properties and use
Router::$currentParams for path parameters.
2025-10-10 17:44:49 -03:00
b19e7d8789
Remove a forgotten debug line.
2025-09-07 18:52:33 -03:00
4dfdb52519
Remove unnecessary and really never-used tableSufix property.
2025-09-07 15:25:48 -03:00
b0891885f9
BREAKING CHANGE: Make select, from, and setNull methods variadic.
2025-09-07 15:20:06 -03:00
b282d5479f
Convert object/database naming conventions.
...
Adhere to PSR-12 by converting object properties to "lowerCamelCase" for objects
and "snake_case" for database interactions.
Backward compatibility is maintained: object properties already using
"snake_case" will continue to work without issue.
2025-09-07 15:01:45 -03:00
c9f467345b
BREAKING CHANGE: Adhere to PSR-12 coding standards.
...
- Model: where_in method was renamed as whereIn.
2025-09-07 11:07:07 -03:00
0f46848d15
Remove the predefined 'id' property.
...
This property is not necessary and gives less flexibility.
2025-08-15 14:51:16 -03:00
b2cb8d6883
Allow statically call beginTransaction, rollback and commit methods.
2025-07-15 18:12:41 -03:00
e9126e7cde
Fix: Implicitly marking parameter as nullable is deprecated.
...
PHP 8.4 deprecation.
2025-06-07 14:27:47 -03:00
7169d2cae3
Fix: render is not using the defined extension.
2025-06-07 14:17:11 -03:00
66b2bc0d91
Remove unnecesary php close.
2025-06-07 14:14:16 -03:00
c8ab2aa2cc
Remove unnecesary echo.
2025-05-20 12:49:20 -03:00
1e302a9ea7
BREAKING CHANGE: Change unnecesary false return type.
2025-04-19 15:44:16 -03:00
d0d0d4dc76
Verify if a valid http query string after run parse_str.
2025-02-20 08:22:47 -03:00
595e9c1316
Save body request as a property.
2025-02-20 08:22:37 -03:00
45abea5301
Add delete request params.
2025-02-20 06:28:03 -03:00
d441f001ec
Add type of items on array on dockblock for "all" method.
2025-02-03 16:04:39 -03:00
19da122e05
Add type of items on array on dockblock for get method.
2025-02-03 16:02:27 -03:00
1a0164c8ed
Change static methods to non-static and made onInvalid public.
2024-10-30 11:53:44 -04:00
ad9f8ec67d
Remove unnecesary brackets.
2024-10-29 19:12:25 -04:00
31c5c63952
Remove innecesary return.
2024-10-29 19:10:47 -04:00
6aef212350
Fix className not returning the classname in the right format.
2024-10-25 10:40:57 -04:00
c600688725
Improve return array dockblocks.
2024-09-23 18:09:38 -04:00
3e27b1b7af
Allow null on enum properties.
2024-09-23 15:06:44 -04:00
73b7b8f72a
Change required valitator to not allow empty values and add exists.
...
The exists validator do the same as the old required.
2024-09-18 14:33:33 -04:00
7baad428ec
Refactor request library.
2024-09-08 14:43:56 -04:00
3d2a607768
Fix where_in is wiping previous where/and/or.
...
For now, works as an AND, but maybe later, same as where will exists
new methods: AndIn and OrIN.
2024-08-30 16:26:03 -04:00
df424ffab5
Model properties now can be typed as enums.
...
With this PHP 8.0 support is dropped.
2024-08-27 19:01:02 -04:00