-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
51 lines (48 loc) · 2.15 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
v 0.0.3
- Updated Monolog to latest version
- Updated phpunit to latest version
- Fixed errors due to new monolog level system
- Added router.php for developing with php built-in web server
v 0.0.2
v 0.0.1
- Added version again
- Added main log
- Separation between framework and web site/application code
- Added base factory and main factory for constructing objects
- Removed debug info from constructor in base object
- Fixed some bugs on the Http classes
- Modified Application class to use new factory methods
- Fixed configuration class and added session class
- Removed index.php that was added by mistake
- Fix for the session class with incorrect namespace
- Bare module loading implemented
- Implemented base classes for controller and view, also added template class
- Implemented render of main template
- Implemented module views
- Added mysql database functionality
- Added load of css and js files inside modules
- Fixed problem with ajax calls
- Added json response method to base controller
- Implemented global auth verification for modules
- Implementation to add global js and css for views
- Added creation of subcontrollers
- Added preliminary render of the menu module
- Added preliminary render of the footer module
- Added headers for html and json on the responses
- Added select html tag auto generation inside view
- Fix for int check and validation inside request class
- Added trim before string validation
- Added function to load a global template
- Simplified callback functions on base view
- Better system for templates, css and js files.
- New system for adding custom widgets to the framework
- Better handling of different files through the framework, like loading css files
from the main resource directory or from inside a module or widget
- Added case for xdebug formatting var_dumps on ajax calls
- Added files for Jenkins CI
v 0.0.1-alpha
- Added MIT license
- Added essential classes
- Fixed name in composer.json
- Fixed directory structure
- Removed version from composer.json