- Added the
Element
,Content
,Page
andWebApp
classes.
- Added the
MockupTools
class from fulibScenarios. #1 - Added separate dump methods for different types. #6
- Improve file render performance. #2
- Mockups are now generated in a thread-safe manner. #3
- Mockups are now generated based on the file name and other files in the directory. #4
null
values in tables are now rendered asN/A
. #5
- Added the
MockupTools.dumpToString
method for use by![<objects...>](<file-name>.txt)
. - Added the
Service
class. - Added support for
action
s. - Added support for
icards
. - Added support for
tables
.
- Added the new
UI
model and rendering functionality. #10 #11 - Overhauled the old
Element
model with better type safety via theNode
class. #11 - Added
Line
andSection
as aliases forNode
. #11
- Rendering no longer ignores description and children of some
UI
elements. #12
- Updated external dependencies.
- Added the
listeners()
method to all model classes.