- fix a bug where dataElements weren't able to auto bind events
- updated mocha reporter to spec
- Making sure all event listeners are removed on destroy
- updated to use latest bower
- updated build
- [lib/jquery] type check return value from function
- [grunt|bower] refactored to use grunt 0.4 and bower.json
- [tests] added additional condition
- [lib/jquery] wrap in jquery closure
- [jquery] $().plugin('method') can now return a value
- [grunt] updated reloadr
- feature[data-elements] data-element="name" now auto turn into this.name
- refactor[elements] removed els, elements get added to root obj
- added grunt-reloadr
- removed components dir
- fix[emit] added third param for namespacing events
- [tests] added more jquery tests
- fix[lint] lint tests
- added jquery as dependency
- added component.json for bower
- code spacing
- fixed tests
- lint
- grunt
- removed old examples and updated readme
- set el in options instead of first arg, options set on root rather than options attribute
- added one to only trigger event once
- refactored a bit to make instanceof work
- fixed mem leak in live.js (just for tests)
- unbind events on destroy
- namespace events
- add unique id for each instance
- initial work on destroy method
- refactored a bit, removed subviews
- updated basic example, subview and template plugins
- pass arguments to method
- updated unit tests
- added PreInit and PostInit hooks
- added onInit for plugins
- updated jquery integration
- back to fidel (for now)
- renamed to strap.js, re-wrote jquery integration, added unit tests
- fixed delegate action (again)
- fixed data-actions
- loop through each for jquery plugin
- fixed argument order on el.on
- allow element names to be used in events
- elements get set as this.els now
- options and delegateActions
- added support for clientjade templates
- added fidel.template
- zepto support
- rebuilt
- initial work on full re-write
- updated author in package.json
- v1.2.3 - added Class.extendObject
- cleaned up todo example
- Merge branch 'dev'
- updated examples and make file
- updated author in package
- amd support, updated ender support
- added template
- removed old tests
- fixed data-action unit test
- updated todo example - added stats
- moved src to lib
- added dist directory
- super unit test
- primary template if nothing passed
- updated flickr docs
- fixed flickr docs
- templates, guid fix, optimized data-action, added todo example
- v1.2.2 - multiple data-elements returns array
- method unit test
- v1.2.1 - added defaults to class
- bumped package json to v1.2.0
- Merge branch 'inheritance'
- updated examples, v1.2
- unit tests and tweaks
- added events
- fixed readme
- added Fidel.Class, custom event lib and changed Fidel.extend to Fidel.ViewController.extend