Skip to content

Latest commit

 

History

History
67 lines (43 loc) · 1.16 KB

CHANGELOG.rdoc

File metadata and controls

67 lines (43 loc) · 1.16 KB

0.2.4

  • enhancements

    • Do not add separator if label is not present (by github.com/eugenebolshakov)

    • Add method for output value only (by github.com/jenkek)

  • bug fix

    • Fix empty labels to be html_safe (label => false) (by github.com/eugenebolshakov)

0.2.3

  • enhancements

    • added :attributes method to generate all attributes given

    • update generator to use the new syntax show_for:install

  • bug fix

    • fix numeric types

0.2.2

  • bug fix

    • allow show_for to work with AR association proxies

  • enhancements

    • improvements on html safe and output buffers

0.2.1

  • enhancements

    • added label_proc

    • compatibility with latest Rails

0.2.0

  • enhancements

    • Rails 3 compatibility

0.1.4

  • bug fix

    • allow show_for to work with AR association proxies

0.1.3

  • enhancements

    • allow builder to be given to show_for

  • bugfix

    • Fix typo in yaml

0.1.2

  • enhancements

    • allow f.attribute :nickname, :in => :profile as association shortcut

  • deprecations

    • :method now becomes :using

0.1.1

  • enhancements

    • HAML compatibility (by github.com/grimen)

    • blank_content support (by github.com/grimen)

0.1

  • First release