Releases: emmett-framework/emmett
Releases · emmett-framework/emmett
weppy 0.7 (codename Girtab)
Changes since v0.6:
- Changed CLI 'shell' command to loads the entire application context
- Added
scope
option tohas_one
andhas_many
relations - Added
where
option tohas_one
andhas_many
relations @computation
and callbacks helpers now keep definition order- Allow usage of
has_one
andhas_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
tobind_to_model
in@rowattr
and@rowmethod
weppy 0.6.7
Bugfix release
weppy 0.6.6
Bugfix release
weppy 0.6.5
Bugfix release
weppy 0.6.4
Bugfix release
weppy 0.6.3
Bugfix release
weppy 0.6.2
Bugfix release
weppy 0.6.1
Bugfix release
weppy 0.6 (codename Fornacis)
Changes since v0.5:
- Several bugfixes
- Added
remove
method toHasManySet
andHasManyViaSet
- Common handlers and helpers are now accessible via application object
- Introduced scopes in models
- Template reloader now checks also
include
andextend
blocks - Deprecated
expose()
in favor ofroute()
- Implemented
join
method onSet
- 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 tovirtualfield
andfieldmethod
decorators, default changed toTrue
- Introduced testing suite for applications
- Added
language
option tourl()
- 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 toSet
in order to avoid n+1 queries - Added
pagination
andincluding
options toSet.select()
- Caching resultsets on
has_one
andhas_many
realtions calls for select - Added
where
,all
,first
,last
andget
methods toModel
- Changed
add
method ofHasManySet
andHasManyViaSet
- Added
create
method toHasOneSet
,HasManySet
andHasManyViaSet
- 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
andRequest.post_vars
in
favor ofRequest.params
,Request.query_params
andRequest.body_params
- Deprecated
Form.vars
andForm.input_vars
in favor ofForm.params
and
Form.input_params
- Deprecated
url(vars={})
in favor ofurl(params={})
weppy 0.5.5
Bugfix release