Releases: webfirmframework/wff
wffweb-2.0.0
Release changes :
Main Features :
Client Server bi-directional communication with websocket
Handling events at server side and client side
Almost all event attribute classes have been implemented (basic implementation)
Implemented WffBMObject and WffBMArray
Introduces a new design pattern MLTP (Model Logical-Template Push)
Improvements
Improvements in memory management
wffweb-2.0.0-beta-1
Release changes :
Main Features :
Client Server bi-directional communication with websocket
Handling events at server side and client side
Almost all event attribute classes have been implemented (basic implementation)
Implemented WffBMObject and WffBMArray
Introduces a new design pattern MLTP (Model Logical-Template Push)
wffweb-1.1.5
Release changes :
Features :
New Attribute classes :- Border, CellSpacing, CellPadding
Improvements :-
Major improvement in wff binary message version 1 algorithm and its
implementation. This improvement will enhance the performance and also
it will reduce the size of wff binary message.
wffweb-1.1.4
Release changes :
Features :
New Attribute classes :- EncType, Action
Needful constructor implementation in Color, Translate, Loop, Height,
Width, MaxLength, MinLength, SpellCheck, ContentEditable, Hidden and
Draggable.
Improvements :-
Performance improvements
wffweb-1.1.3
Features :
Tag classes :- H6 and A
Attribute classes :- RowSpan, ColSpan, Scope, Headers and Sorted
Bug fixes:-
A major bug fix in toHtmlString for supporting different charset
wffweb-1.1.2
Features :
Css property classes :- Src, UnicodeRange.
Tag classes :- HGroup, Content
Implementation of toOutputStream methods in CssFile class.
Implementation of excludeCssBlock in AbstractCssFileBlock class so that
the CssBlock can be excluded by its setter method
Implemented WffBinaryMessageOutputStreamer to directly write generated
wff binary message bytes to output stream
Basic implementation for HttpEquiv attribute class.
Bug fixes:-
A major bug fix in WffBinaryMessageUtil
wffweb-1.1.1
Release changes :
Features :-
Added new tag class HGroup
Added new attribute class Content
Bug fixes:-
A major bug fix in attributes like ClassAttribute
wffweb-1.1.0
Release changes :
Features :-
Introduced a new concept called wff binary message. Wff binary message
is a message format which can hold binary data. It's implemented in
com.webfirmframework.wffweb.util.WffBinaryMessageUtil. The length of wff
binary message is less then that of a bson bytes. And encoding and
decoding of wff binary message is faster than bson format. It is proved
in com.webfirmframework.wffweb.util.WffBinaryMessageUtilTest test case.
Unlike in bson/json, wff binary message is a collection of name-values
pairs where both name and values can be binary data.
Bug fixes and improvements :-
This release also contains bug fixes and other performance improvements.
wffweb-1.0.2
Release changes :-
Performance improvements
wffweb-1.0.1
Possible bug fixes and improvements