Releases: solital/core
Releases · solital/core
4.6.0
Released Notes
v4.6.0 - (2024-10-11)
Added
- Added session handler support
- Added
session.yaml
file to configuration - Added policy validation trait for Password
- Added render pure HTML in Wolf
- Added
cookie
helper - Added
setMicrosecond
,getMicrosecond
,createFromTimeStamp
,
toi18nFormat
,getTextualDay
,getTextualShortDay
,getTextualMonth
,
getTextualShortMonth
,getLastDayOfMonth
,getEasterDate
,
getEasterDateOrthodox
,isLeapYear
methods to Temporal class
Fixed
- Fixed
Cookie
class to PHP 8.3 cookie parse
Deprecated
- Deprecated
getMonthName
andgetMonthShortName
methods in Temporal class
4.5.4
Released Notes
v4.5.4 - (2024-09-12)
Fixed
- Fixed PHP 8.4 implicit nullable
- Fixed types in
Route
class - Fixed
message
helper not get message - Fixed session start already exists
Changed
- Changed
Password
class to useAlgorithmEnum
- Changed controller and model template as final
- Changed password cost to 12 in
auth.yaml
- Changed return types in auth template
- Changed cost option in
auth.yaml
to 12
4.5.3
4.5.2
Released Notes
v4.5.2 - (2024-08-14)
Improved
- Added
ignoreErrors
inKernelTrait
- Added
mask
inStr
class - Added polyfill for PHP 8.4
- Improved
Str
methods with Steroids for PHP - Improved APCu cache adapter
- Improved
Schedule
component
Changed
- Changed
StrMask
class
Fixed
- Fixed migrations query builder with table
- Fixed template not found in Wolf
Removed
- Removed old
EventDispatcher
and oldListenerProvider
classes - Removed
MiddlewareCallableInterface
interface
4.5.1
4.5.0
Released Notes
v4.5.0 - (2024-07-13)
Added
- Added helpers
encrypt
anddecrypt
- Added
runtime.yaml
config - Added
crypt
option onbootstrap.yaml
- Added
session_regenerate_id
function onAuth
class
Deprecated
- Deprecated sodium methods in
Hash
andAuth
class - Deprecated
start
method onSession
class
4.4.0
Released Notes
v4.4.0 - (2024-06-02)
Added
- Added helpers for
Application
,Reflection
and server - Added method to add values on YAML file
- Added custom flash messages
- Added multibyte to
Str
component - Added authorization for login
- Added HTTPS for server
Changed
- Changed helpers file names
- Changed
Str
component - Changed files using
str_*
functions toStr
component
Fixed
- Fixed server link in
server
command - Fixed
Number::clamp()
method - Fixed
viewExists
method on Wolf class - Fixed
extend
method inContainer
class
Removed
- Removed
respect/validation
package - Removed class, methods and constants deprecated:
AuthDatabase
classConnectionDatabase
class- Constants on
KernelTrait
MessageTrait
traitconvertime
helperConvertime
andValid
class
4.3.0
Released Notes
v4.3.0 - (2024-04-05)
Added
- Added new method to debug routers
- Added new class to debug Core
- Added new resource:
Number
andTemporal
components - Added validator data on
InputHandler
- Added generate boot manager command
- Added
MakeBoot
andMakeValidator
command class
Changed
- Changed database exception
- Changed
DotenvException
class - Deprecated
Valid
andConvertime
class - Deprecated
AuthDatabase
andConnectDatabase
class - Deprecated constants in
KernelTrait
Fixed
- Fixed
ResourceControllerInterface
when make a resource - Fixed OpenSSL crypt and decrypt on
Hash
class
Removed
- Removed
JsonSerializable
class - Removed
codedungeon/php-cli-colors
package - Removed
Diff
class - Removed
cloner
helper - Removed provider DB class
4.2.0
Released Notes
v4.2.0 - (2024-03-16)
Added
- Added
APP_HASH
environment toHash
andPassword
class - Added
SensitiveParameter
attribute onPassword
and helpers - Added
deferWithTimer
method onEventLoop
class - Added
Mailer
,Message
andEventLoop
on Default Container - Added
Yac
cache support - Added HTTP Client to Core
- Added helper to container
- Added support to basic and digest auth
- Added custom ClassLoader
- Added create resource command
- Added custom error handler
Changed
- Changed key in sodium support on
Hash
class - Changed
error
router
Fixed
- Fixed
ListDatabase
class command
Removed
- Removed peeper on
auth.yaml
- Removed
symfony/var-dumper
component