weppy v0.7 Release Notes

  • ๐Ÿš€ Released on June 7th 2016, codename Girtab

    • ๐Ÿ”„ Changed CLI 'shell' command to loads the entire application context
    • Added scope option to has_one and has_many relations
    • Added where option to has_one and has_many relations
    • @computation and callbacks helpers now keep definition order
    • Allow usage of has_one and has_many helpers as decorators to customize relations' sets generation
    • โž• Added default configuration for extensions
    • โž• Added Model.new method
    • โž• Added databse indexing support
    • โž• Added default validation for 'password' fields
    • โž• Added CLI 'routes' command
    • ๐Ÿ—„ Deprecated @computation, @virtualfield and @fieldmethod in favor of @compute, @rowattr and @rowmethod
    • Updated current_model_only parameter of @virtualfield and @fieldmethod to bind_to_model in @rowattr and @rowmethod