glimmer-dsl-web 0.2.5 released!


- Support Element#class_name as an alternative to Element#class because class is a reserved method in Ruby

- Handle case of data-binding an element that has no type attribute

- Provide attribute/attributes as aliases for option/options inside classes mixing Glimmer::Web::Component given that the options behave like HTML attributes

- Hello, Form MVP! Sample: require 'glimmer-dsl-web/samples/hello/hello_form_mvp'

- Hello, Observer (Data-Binding)! Sample: require 'glimmer-dsl-web/samples/hello/hello_observer_data_binding'