The second milestone of the upcoming KVision 2.0
- Completely redesigned spring-boot server module to use Spring WebFlux instead of Spring MVC
- Redesigned
Date
type handling in the server side interfaces (mappingjs.Date
to the differentjava.time.*
classes) - New
ObservableState
interface and refactoredStateBinding
component (moved from redux modules to the main module) (#91) - Moved
ObservableList
class fromutils
tostate
package - Refactored
Root
class constructors (#92) - Redesigned KVision application skeleton to remove boilerplate, removed
hmr
package (#92) - Updated dependencies
- Small bugfixes