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-1.1.0 CHANGES.txt
hobofields-1.0.3 CHANGES.txt
hobofields-1.1.0.pre4 CHANGES.txt
hobofields-1.1.0.pre3 CHANGES.txt
hobo_fields-1.3.0.pre19 CHANGES.txt
hobo_fields-1.3.0.pre18 CHANGES.txt
hobofields-1.1.0.pre2 CHANGES.txt
hobofields-1.1.0.pre0 CHANGES.txt
hobofields-1.0.2 CHANGES.txt
hobo_fields-1.3.0.pre16 CHANGES.txt
hobo_fields-1.3.0.pre15 CHANGES.txt
hobo_fields-1.3.0.pre14 CHANGES.txt
hobo_fields-1.3.0.pre13 CHANGES.txt
hobo_fields-1.3.0.pre12 CHANGES.txt
hobo_fields-1.3.0.pre11 CHANGES.txt
hobo_fields-1.3.0.pre10 CHANGES.txt
hobofields-1.0.1 CHANGES.txt
hobofields-1.0.0 CHANGES.txt
hobofields-0.9.106 CHANGES.txt
hobofields-0.9.105 CHANGES.txt