Sha256: 6737bae1862d15e18d58f1093469242ce93cbc1d399c2477225592be7472e08b

Contents?: true

Size: 1.24 KB

Versions: 38

Compression:

Stored size: 1.24 KB

Contents

== HoboFields 0.7.4 ==

    Fix to using the migration generator with STI

    HoboFields::Text - fix to to_html

    Ensure that the bundled rich types are only loaded on demand

    HoboFields::TextileString -- adding require 'redcloth'

    Fix for HoboFields::EnumString -- couldn't set values using
    symbols

    Adding to_html to PasswordString (returns '[password-hidden]')

    EnumString -- now defines constants on the class for each value in
    the enum
    
      Also, won't define an is_foo? method if that already exists

    Removing HoboFields::Percentage -- this is better handled as an
    application specific type
    
      For example, is a percentage an fixnum or a float? Is 101% valid
      or invalid?

    Fix to validates_virtual_field

    *Breaking Change* EnumString: Change to automatically defined
     class methods on EnumString classes
    
        It used to be that if you did EnumString.for(:foo, :baa), your
        class had methods foo, baa and the instance got methods foo?
        and baa?. There was a big problem with name clashes with other
        class methods. You now get no class methods, and the instance
        methods are called is_foo? and is_baa?.

    Rich field type fix: don't attempt to wrap booleans

Version data entries

38 entries across 38 versions & 2 rubygems

Version Path
hobofields-0.9.104 CHANGES.txt
hobofields-0.9.103 CHANGES.txt
hobofields-0.9.102 CHANGES.txt
hobofields-0.9.101 CHANGES.txt
hobofields-0.9.100 CHANGES.txt
hobofields-0.9.0 CHANGES.txt
hobofields-0.8.10 CHANGES.txt
hobofields-0.8.9 CHANGES.txt
hobofields-0.8.8 CHANGES.txt
hobofields-0.7.5 CHANGES.txt
hobofields-0.8.3 CHANGES.txt
hobofields-0.8.2 CHANGES.txt
hobofields-0.8.1 CHANGES.txt
hobofields-0.8.7 CHANGES.txt
hobofields-0.8 CHANGES.txt
hobofields-0.8.6 CHANGES.txt
hobofields-0.8.5 CHANGES.txt
hobofields-0.8.4 CHANGES.txt