Releases: AlexandreBrillant/yupee
Releases · AlexandreBrillant/yupee
1.1
1.0
Yupee 1.0 helps developers organize their JavaScript applications into independent components. It automatically binds a component to a DOM node, reduces inter-component dependencies by using event-based communication, and supports a full MVC (Model-View-Controller) architecture for the entire application, including multi-page management.
Features for the 1.0 :
- External Yup component loading
- Component parameterization
- Template support
- Event-based management
- MVC architecture support
- Custom class integration
- Custom loading driver support