Skip to content

Releases: emmett-framework/emmett

weppy 0.7 (codename Girtab)

06 Jun 23:53
Compare
Choose a tag to compare

Changes since v0.6:

  • 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

weppy 0.6.7

28 Apr 20:55
Compare
Choose a tag to compare

Bugfix release

weppy 0.6.6

28 Apr 12:44
Compare
Choose a tag to compare

Bugfix release

weppy 0.6.5

28 Apr 09:49
Compare
Choose a tag to compare

Bugfix release

weppy 0.6.4

04 Apr 21:17
Compare
Choose a tag to compare

Bugfix release

weppy 0.6.3

31 Mar 21:58
Compare
Choose a tag to compare

Bugfix release

weppy 0.6.2

25 Feb 23:39
Compare
Choose a tag to compare

Bugfix release

weppy 0.6.1

10 Feb 01:26
Compare
Choose a tag to compare

Bugfix release

weppy 0.6 (codename Fornacis)

25 Jan 10:32
Compare
Choose a tag to compare

Changes since v0.5:

  • Several bugfixes
  • Added remove method to HasManySet and HasManyViaSet
  • Common handlers and helpers are now accessible via application object
  • Introduced scopes in models
  • Template reloader now checks also include and extend blocks
  • Deprecated expose() in favor of route()
  • Implemented join method on Set
  • Reviewed Auth actions depending on user status
  • Added support facilities to Auth in order to manage user status
  • Implemented support for custom naming on has_many
  • Added current_model_only option to virtualfield and fieldmethod
    decorators, default changed to True
  • Introduced testing suite for applications
  • Added language option to url()
  • Implemented user status resync with database in Auth handler
  • Implemented refers_to in dal apis
  • Added 'self' keyword for self-relations in dal
  • Changed has_one return value to Set in order to avoid n+1 queries
  • Added pagination and including options to Set.select()
  • Caching resultsets on has_one and has_many realtions calls for select
  • Added where, all, first, last and get methods to Model
  • Changed add method of HasManySet and HasManyViaSet
  • Added create method to HasOneSet, HasManySet and HasManyViaSet
  • Added clear method to session handlers for bulk invalidation
  • Implemented a revision based migration engine on the database layer
  • Deprecated Request.vars, Request.get_vars and Request.post_vars in
    favor of Request.params, Request.query_params and Request.body_params
  • Deprecated Form.vars and Form.input_vars in favor of Form.params and
    Form.input_params
  • Deprecated url(vars={}) in favor of url(params={})

weppy 0.5.5

19 Jan 23:10
Compare
Choose a tag to compare

Bugfix release