Skip to content

Releases: AlexandreBrillant/yupee

1.1

16 Jan 09:38

Choose a tag to compare

  • New binding module
  • Better resolution for the yupee module path
  • New data-yupbase attribute management
  • Better painting support
  • New example for binding
  • Fixed documentation for page management

1.0

06 Jan 10:52

Choose a tag to compare

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 :

  1. External Yup component loading
  2. Component parameterization
  3. Template support
  4. Event-based management
  5. MVC architecture support
  6. Custom class integration
  7. Custom loading driver support