diff --git a/CHANGELOG.md b/CHANGELOG.md index c74521b..c3ad9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,265 @@ Changelog ========= +#### 2014.02.15 +- [Added a Fork Me banner](http://github.com/hassankhan/Zepto/commit/2c2984a185a90f96ea5c6ff310639c8b824fe0f4) +- [Updated index.md](http://github.com/hassankhan/Zepto/commit/3424aa1e835c179f29495a12bd893bb0b2bb05b4) + +#### 2014.02.13 +- [Changed method signatures for all hooks to include app container](http://github.com/hassankhan/Zepto/commit/0d62620d501f9da2b423997442a7fc3c8c8acc73) +- [``WhoopsPlugin`` will now no longer load if Zepto is in dev mode](http://github.com/hassankhan/Zepto/commit/f45e8cf11110fccf3573136b20aace98c5f4c731) +- [Removed some silliness from ``Zepto\Helper::validate_config()``](http://github.com/hassankhan/Zepto/commit/fa88dcb8b5a242c81f570334158bc01a54c321b4) +- [Added test class for ``Zepto\Extension\Twig`` and updated test class for ``Zepto\Zepto``](http://github.com/hassankhan/Zepto/commit/4238744166cc013b28b609fe03beb22a1cb9f63b) +- [Updated .travis.yml](http://github.com/hassankhan/Zepto/commit/de5c631dcd78e456b44bd80ede175678887560f6) +- [Merge branch 'feature/move-nav-gen-to-plugin' into develop](http://github.com/hassankhan/Zepto/commit/1f726045c336fe9c171dc29d337c50c68fb6f573) +- [Small change to ``Zepto\Helper::link_for()``](http://github.com/hassankhan/Zepto/commit/0ed77b42f44c8c1099cf88bfa7b6ef93823b1ad5) +- [Initial, somewhat working version of ``NavGenPlugin``](http://github.com/hassankhan/Zepto/commit/48cbed7e987e9f94cd3ce933adc76c37882c70d8) +- [Updated all Plugin docblock headers](http://github.com/hassankhan/Zepto/commit/b0843dd9a154f339f73ffcaa101cda662c4f6701) +- [Added spacing to link markup in ``Zepto\Helper::link_for()`` and updated test class](http://github.com/hassankhan/Zepto/commit/47fa98d0e6ef3c1ef8c675c6b7454a26e6cc769b) +- [Fucks sakes, mate](http://github.com/hassankhan/Zepto/commit/13bb1089d0ec2e66748e6706dbce1f87ce0c92d3) +- [Moved ``Zepto\Zepto::run_hook()`` calls to the constructor for readability.](http://github.com/hassankhan/Zepto/commit/4e855a4b95948b61dc76513be147e7e2c0b1b5bd) +- [``Zepto\Helper::url_for()`` now makes URLs end with a '/'. Also removed some dead code and updated test class.](http://github.com/hassankhan/Zepto/commit/5c1f5be4aa813ac6ceca1c12fc7032d7b417d176) + +#### 2014.02.12 +- [I think this should close #8](http://github.com/hassankhan/Zepto/commit/1fe621b4c8ab83a2fb057eb42a7b290fab03de9a) +- [Some more progress on issue #8](http://github.com/hassankhan/Zepto/commit/54590ec2c64340af149d0702dfc4d94a1914d628) +- [Removed constant ``ROOT_DIR`` from ``Zepto\Zepto``, and got rid of try-catch around the plugin loader.](http://github.com/hassankhan/Zepto/commit/9e5b720f01cb112a6ad88246e777f913cc1fc99a) + +#### 2014.02.12 - feature/move-nav-gen-to-plugin +- [Changed ``Zepto\ZeptoTwigExtension`` to ``Zepto\Extension\Twig``, updated ``Zepto\Zepto`` accordingly](http://github.com/hassankhan/Zepto/commit/3b605e0c790531f906fc2be301a74c975d810b30) +- [Merge branch 'develop' into feature/move-nav-gen-to-plugin](http://github.com/hassankhan/Zepto/commit/c8bb48300c0e26c91245f9ef371d361c8129e23f) +- [Updated test class for ``Zepto\Zepto``](http://github.com/hassankhan/Zepto/commit/42945a8511d036ef2bf5a5814f48e1aa1c23b455) +- [Another change that should've been in 490b695](http://github.com/hassankhan/Zepto/commit/e792ce74bf86cd0d6ce1af6ee65597f1c540400f) +- [Updated test class for ``Zepto\Zepto`` and added new test class for ``Zepto\Helper``](http://github.com/hassankhan/Zepto/commit/fa880eca7044813de875a650007abed938ceb2f9) +- [``$app['nav']`` in ``Zepto\Zepto`` is empty unless specifically set. This should probably be changed.](http://github.com/hassankhan/Zepto/commit/f3b469a8b289561225f4fceba593dfb961412c16) +- [Removed ``create_nav_links()`` method call from ``Zepto\Zepto::_construct()``](http://github.com/hassankhan/Zepto/commit/703727966228898e11f7bb0799d0584273eb769c) +- [Major cleanup for ``Zepto\Zepto``. Removed method ``create_nav_links()``, moved ``default_config()`` and ``validate_config()`` to ``Zepto\Helper`` and moved ``generate_nav_html()`` to ``NavGenPlugin``](http://github.com/hassankhan/Zepto/commit/0e4d2d471a58a9e282b30b6457d0a064e16dbaa2) +- [Changed other references to ``$c`` or ``$container`` to ``$app``, following on from 490b695](http://github.com/hassankhan/Zepto/commit/328d139d6a65fff736763fd8f9aed01811fc86a7) +- [Added new class ``Zepto\Helper`` to hold all helper methods, added ``link_for()`` and ``url_for()`` to it. Removed same methods from ``Zepto\Zepto``](http://github.com/hassankhan/Zepto/commit/88aa519078c7cccf031aca380a80f8d0f33aa442) +- [Added new method ``Zepto\Zepto::link_for()`` to generate HTML output for a link](http://github.com/hassankhan/Zepto/commit/d74095313fb5fbd8112f36b4fd54d0cd88f3cc3f) +- [Renamed ``$container`` to ``$app`` inside ``Zepto\Zepto``](http://github.com/hassankhan/Zepto/commit/490b695f3b690b4632b332d820957e5c25e5e6e4) + +#### 2014.02.11 - feature/move-nav-gen-to-plugin +- [Created new ``NavGenPlugin``](http://github.com/hassankhan/Zepto/commit/ef77b7d2353d24e17b3e58772f16c71ca042efa8) +- [Added new ``Zepto\ZeptoTwigExtension`` to handle all the fun Twig functions and stuff.](http://github.com/hassankhan/Zepto/commit/eb9b44557205da5324b925d47df6746c172e3f3a) +- [Merge branch 'develop' into feature/move-nav-gen-to-plugin](http://github.com/hassankhan/Zepto/commit/1fd54d2924eee7204f46064a37a7ead1b4a080fd) +- [Added new method ``Zepto\Zepto::url_for()``. Give it a filename, and it checks to see if it's a valid file in the 'content' directory and returns its' fully-formed URL](http://github.com/hassankhan/Zepto/commit/3fe47e58b261012ff5805280f77feb39a1027069) + +#### 2014.02.10 +- [Added new method ``Zepto\Zepto::instance()`` to check whether a static instance has been set and if so, return it.](http://github.com/hassankhan/Zepto/commit/5b8697132cf236a11d5eaaa004d015a2500baf7f) + +#### 2014.02.10 - feature/rewrite-fileloader-stuff +- [Seems like you were never meant to be, ``testLoadContent()``](http://github.com/hassankhan/Zepto/commit/52e3b5b4500c486051bcbf788c69e4180ac9a405) +- [Got rid of ``Zepto\PluginInterface::before_content_load()`` and ``Zepto\PluginInterface::after_content_load()``, jiggled around with ``Zepto\Zepto`` constructor, so the plugin loading happens before config "load", but it does get validated. Some win?](http://github.com/hassankhan/Zepto/commit/197574028a9d04f36b3d0466b99189149048c3c0) +- [*sigh* fuck you, PHP 5.3](http://github.com/hassankhan/Zepto/commit/5052c2ebe6181c6cabcc0deeef1d513d02bc1e67) +- [Fix for ``Zepto\Zepto`` due to another curveball PHP 5.3 sends over.](http://github.com/hassankhan/Zepto/commit/caf5ba575c4ada26d76de5bb78dda6a52973ecf3) +- [Updated README.md and docblock for ``Zepto\Router``](http://github.com/hassankhan/Zepto/commit/6631d004095c6be45489a117af4d5e830d80ae22) +- [Merge branch 'feature/rewrite-fileloader-stuff' into develop](http://github.com/hassankhan/Zepto/commit/6a5033474697ed2c010039a7f2af900564e0bb3d) +- [Small changes to ``Zepto\Zepto``, updated test class to reflect broken method ``Zepto\Zepto::create_nav_links()``](http://github.com/hassankhan/Zepto/commit/50860b5fc7ba71d84aa72edf6b223dff1fa63e59) +- [So.... this is where we get to lazy-load the files, right in the callbacks. At the minute, it breaks the ``