Skip to content

Releases: webfirmframework/wff

wffweb-2.0.0

12 Sep 05:54

Choose a tag to compare

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

10 Sep 21:31

Choose a tag to compare

wffweb-2.0.0-beta-1 Pre-release
Pre-release

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

23 Aug 06:13

Choose a tag to compare

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

12 Aug 08:01

Choose a tag to compare

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

21 Jul 07:58

Choose a tag to compare

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

09 Jul 17:28

Choose a tag to compare

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

05 Jun 17:23

Choose a tag to compare

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

01 May 07:40

Choose a tag to compare

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

03 Apr 19:26

Choose a tag to compare

Release changes :-
Performance improvements

wffweb-1.0.1

27 Mar 10:10

Choose a tag to compare

Possible bug fixes and improvements