Skip to content

Releases: Erdiko/core

Patch 1.0.1

22 Apr 21:27
Compare
Choose a tag to compare

fix bootstrap

Release 1.0.0

28 Mar 07:41
Compare
Choose a tag to compare

Stable 1.0 release of erdiko/core

Patch 0.10.6.1

18 Feb 01:29
Compare
Choose a tag to compare
  • Fixed travis build (small issue with erdiko/erdiko)
  • Removed two erroneous files in root dir

Release 0.10.6

17 Feb 23:27
Compare
Choose a tag to compare
  • 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

20 Jan 07:27
Compare
Choose a tag to compare
  • Fix Toro bug (router)
  • Improve response classes
  • Improve unit test

Release 0.10.4

05 Jan 06:37
Compare
Choose a tag to compare
  • 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

27 Nov 07:23
Compare
Choose a tag to compare
  • 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

27 Nov 07:27
Compare
Choose a tag to compare
  • Added error handler
  • Fixed and enhanced some unit tests
  • Fixed a couple of path issues

Release 0.10.1

10 Sep 21:47
Compare
Choose a tag to compare
  • 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

14 Aug 08:59
Compare
Choose a tag to compare
  • 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