Releases: Erdiko/core
Releases · Erdiko/core
Patch 1.0.1
Release 1.0.0
Stable 1.0 release of erdiko/core
Patch 0.10.6.1
- Fixed travis build (small issue with erdiko/erdiko)
- Removed two erroneous files in root dir
Release 0.10.6
- Improve code based off of scrutinizer findings
- Move Toro to erdiko/core namespace; create serve method in helper
- Use late static binding where appropriate
- Add temporary helper for debug and error loggings
- Fix ToroHook references
- Updated some docblocks
- Change pretty backend error to show 500 instead of 1
- Fixed backend error response code
- Fixed Travis CI build issue
Release 0.10.5
- Fix Toro bug (router)
- Improve response classes
- Improve unit test
Release 0.10.4
- Update ajax and api controllers response and headers
- Allow views to be added as objects in controller
- Improved SEO support
- Link to travis dashboard
- Clean up sami
- Clean up some unit tests
Release 0.10.3
- Added travis CI for automated testing of code when pushed to Github
- Improved some unit tests
- Add conditional in unit test bootstrap
- Improved file library
Release 0.10.2
- Added error handler
- Fixed and enhanced some unit tests
- Fixed a couple of path issues
Release 0.10.1
- add new bootstrap script (easier to maintain in core)
- leverage new global var names - global vars now use ERDIKO_ to namespace theme (avoid potential collisions with other libraries)
Release 0.10.0
- Important theme engine updates
- Easily add variables to a template (view)
- Casting a template (view) to a string calls its toHtml method
- Improved mustache support
- Improved context support and added context aware configs
- Remove ‘use Erdiko’ from remaining classes