Skip to content

wffweb-3.0.2

Pre-release
Pre-release

Choose a tag to compare

@webfirmframework webfirmframework released this 22 Apr 07:07
· 1045 commits to master since this release

Release changes :

This release contains some major changes and mainly for thread-safety
improvements level 2.

Bug fixes and improvements:-

Thread safety improvements: will be useful when using it as wffweb app
in a multi-threading manner.
Optimizations and performance improvements.
The maximum value of color changed to support up to #FFFFFFFF while
validating value - ticket #51
Fixed incorrect parsing in AbstractHtml.getTagFromWffBMBytes - ticket
#50
Changed default value of default constructor of UnicodeRange as
mentioned in ticket #1

New features:-

Gave support for HTML string in NoTag class and new enum TagContent
is also implemented - ticket #52
browserPage.getPayloadProcessor is implemented for receiving data as
partial bytes, it will be useful when a receiving large content from
client browser page, eg: a form submission of textarea with large
content.