Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
release: v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 24, 2020
1 parent 18b7009 commit 755f59c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,11 @@
+ Added support for `action`s.
+ Added support for `icards`.
+ Added support for `tables`.

# fulibMockups v0.3.0

## New Features

+ Added the new `UI` model and rendering functionality. #10 #11
+ Overhauled the old `Element` model with better type safety via the `Node` class. #11
+ Added `Line` and `Section` as aliases for `Node`. #11
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repositories {
```groovy
dependencies {
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
compile group: 'org.fulib', name: 'fulibMockups', version: '0.2.0'
compile group: 'org.fulib', name: 'fulibMockups', version: '0.3.0'
}
```

Expand Down

0 comments on commit 755f59c

Please sign in to comment.