Sha256: 201531db3d607af6bbbcdc88ff26543318c3bd946314c936eb7d57d9e2f2a992

Contents?: true

Size: 762 Bytes

Versions: 3

Compression:

Stored size: 762 Bytes

Contents

* Pass key/index as first block arg to :class and :extend
class: |key, hsh|

* Allow passing options to Binding#serialize.
	serialize(.., options{:exclude => ..})

document `XML::AttributeHash` etc

* deprecate :from, make :a(lia)s authorative.
* cleanup ReadableWriteable
* deprecate Representable::*::ClassMethods (::from_hash and friends)

* Song < OpenStruct in test_helper

* have representable-options (:include, :exclude) and user-options

* make all properties "Object-like", even arrays of strings etc.


def compile_fragment(doc)
module ReaderWriter
  def compile_fragment(doc)
    do whatever
    super
  end
=> do that for all "features" (what parts would that be?: getter/setter, reader/writer, readable/writeable )?

* alias :extend with :decorator

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
representable-1.4.2 TODO
representable-1.4.1 TODO
representable-1.4.0 TODO