Skip to content

0.2.0

Compare
Choose a tag to compare
@darkfrog26 darkfrog26 released this 17 Jun 15:48
· 1810 commits to master since this release
  • Complete SSL support (binding and proxying)
  • Ajax Request / Response framework
  • XML Content Modification Streams for any XML / HTML content
  • Compile-time HTML injection into Scala.js from existing template
  • Shared Var - shared state modifiable on client or server
  • History Management convenience functionality (Scala.js)
  • YouIApplication to simplify client/server functionality
    • General WebSocket connectivity support
    • Communication support
    • Streaming convenience functionality
    • Pages functionality (JVM)
    • Filter support on HttpHandlers
    • Screens functionality (Scala.js)
    • Receive JavaScript errors on server for logging
    • Client auto reload on server stop / restart
  • Template features
    • Includes
    • Server for faster testing
    • Real-time updates in browser
    • LESS and SASS support
  • HTTP Client
    • Basic HTTP request / response using abstraction
    • Fully and properly asynchronous and non-blocking
    • Restful support for case class serialization and deserialization