Skip to content

Commit 4912a02

Browse files
committed
Release 0.2.0.
1 parent e5bc871 commit 4912a02

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ Next generation user interface and application development in Scala and Scala.js
1212

1313
## Status
1414

15-
At the moment we are currently migrating hyperscala (https://github.com/outr/hyperscala) and NextUI (https://github.com/outr/nextui)
16-
into this new framework. If you need a production-ready framework please look at those for now.
15+
We have completed migration from Hyperscala (http://github.com/outr/hyperscala) and the base functionality of NextUI
16+
(https://github.com/outr/nextui) and we've added a lot of new functionality. We're currently being used in production
17+
environments but are still in heavy development.
1718

1819
## Modules
1920

21+
YouI is broken out into modules of functionality to minimize the dependencies required for your specific usage:
22+
2023
* [app](app) - unification of client and server to write complete applications (Scala and Scala.js)
2124
* [client](client) - HTTP client for asynchronous request/response and restful support (Scala)
2225
* [communication](communication) - communication framework to provide type-safe communication between a client / server (Scala and Scala.js)
@@ -28,7 +31,7 @@ into this new framework. If you need a production-ready framework please look at
2831
* [template](template) - features for creating and managing templates for use in applications (Scala and Scala.js)
2932
* [ui](ui) - functionality for user-interface creation and management (Scala.js)
3033

31-
## Features for 1.0.0 (Future)
34+
## Features for 1.0.0 (In-Progress)
3235

3336
* [ ] Integration of basic HTML components for UI (Scala.js)
3437
* [X] Button
@@ -58,7 +61,7 @@ into this new framework. If you need a production-ready framework please look at
5861
* [ ] iOS
5962
* [ ] Android
6063

61-
## Features for 0.2.0 (In-Progress)
64+
## Features for 0.2.0 (Released 2017.02.27)
6265

6366
* [X] Complete SSL support (binding and proxying)
6467
* [X] Ajax Request / Response framework

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "youi"
22
organization in ThisBuild := "io.youi"
3-
version in ThisBuild := "0.2.0-SNAPSHOT"
3+
version in ThisBuild := "0.2.0"
44
scalaVersion in ThisBuild := "2.12.1"
55
crossScalaVersions in ThisBuild := List("2.12.1", "2.11.8")
66
sbtVersion in ThisBuild := "0.13.13"

0 commit comments

Comments
 (0)