# talaria 0.2.0
Posted 09 Feb 2014. Tagged: jsI just pushed version 0.2.0 of talaria to github. It marks a transition to a more configurable and modular design. It now uses the module pattern to encapsulate the logic and lets users set the necessary (and optional) config parameters without having to modify the actual talaria sources. Now all that is necessary to use and configure talaria is including the script itself and then call:
talaria.init({REPOSITORY_NAME: 'm2w.github.com', GITHUB_USERNAME: 'm2w'});
One of the things I am still looking into is using UMD to make talaria requirejs ready and even further improve re-usability. Once the new design is finalized it will be ready for registration on the bower index.