vyuh_core 1.0.0-beta.4 copy "vyuh_core: ^1.0.0-beta.4" to clipboard
vyuh_core: ^1.0.0-beta.4 copied to clipboard

The core library for the Vyuh framework which contains the base types and runtime.

1.0.0-beta.4 #

  • FEAT: added exception to the auth plugin.

1.0.0-beta.3 #

  • Using TypeDescriptor to register types instead of the previous FromJsonConverter
  • Adding plugin interface for FeatureFlagPlugin
  • Refactored error views to be different for content and routes
  • features are now an async function allowing you to decide which ones to include at runtime. This becomes a breaking change for FeatureDescriptor.
  • Added a NetworkPlugin interface with the default implementation for Http. It now becomes a required plugin.

1.0.0-beta.2 #

  • Plugins in the runApp are optional

  • REFACTOR: moving packages into the system folder. (e1b3a744)

1.0.0-beta.1 #

  • Initial release.
  • Adds the ability to build apps using features. Each feature can be described with the FeatureDescriptor
  • Initial support for core plugins: Dependency Injection (DI), Content, Analytics, Logger
  • Core runtime support to bootstrap an app out of its features