Release v0.9.22 #216
noherczeg
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🚀 Overview
Pandino v0.9.22 represents a complete rewrite of the framework, delivering a production-ready TypeScript implementation of OSGi-inspired modular architecture. This release introduces comprehensive service-oriented programming capabilities with first-class React integration, declarative services, and enterprise-grade built-in services.
⭐ What's New
🏗️ Complete Framework Architecture Rewrite
🔧 Core Framework Features
Service Registry & Discovery
Bundle System
Advanced Service Management
🎯 Declarative Services (SCR Support)
Component Decorators
@Component
: Define service components with metadata@Service
: Expose component interfaces as services@Reference
: Inject service dependencies with lifecycle management@Property
: Configure component properties@Activate/@Deactivate/@Modified
: Lifecycle method decoratorsFeatures
🏢 Enterprise Built-in Services
EventAdmin Service
Configuration Admin Service
Log Service
Service Tracker
⚛️ React Integration (
@pandino/react-hooks
)Provider Component
React Hooks
Features
🛠️ Developer Experience
TypeScript Support
🔄 Migration Guide
Breaking Changes
@pandino/pandino
,@pandino/react-hooks
)experimentalDecorators: true
📦 Package Information
Core Packages
Installation
Requirements
🔧 Configuration
TypeScript Setup
Basic Framework Setup
🎯 Use Cases
Enterprise Applications
React Applications
🤝 Community & Support
Examples: Example Applications
For questions and support, please refer to the project documentation or create an issue in the repository.
Beta Was this translation helpful? Give feedback.
All reactions