@@ -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
0 commit comments