@wealthfolio/addon-sdk 1.0.0 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,21 +1,31 @@
1
1
  # Changelog
2
2
 
3
3
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4
- and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+ and this project adheres to
5
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
6
 
6
7
  ## [1.0.0] - 2024-12-19
7
8
 
8
9
  ### Added
10
+
9
11
  - **Initial Release** - Complete TypeScript SDK for building Wealthfolio addons
10
- - **Core Types**: AddonContext, SidebarManager, RouterManager, and event handling
11
- - **Data Types**: Comprehensive financial data models (Account, Activity, Asset, Holding, etc.)
12
- - **Permission System**: Risk-based permission categorization with validation and security controls
13
- - **Manifest Management**: Validation, compatibility checks, and metadata handling
14
- - **Host API Interface**: Secure communication layer between addons and Wealthfolio
15
- - **Utility Functions**: Addon validation, version compatibility, ID generation, and size formatting
16
- - **Development Tools**: Complete TypeScript definitions and development utilities
12
+ - **Core Types**: AddonContext, SidebarManager, RouterManager, and event
13
+ handling
14
+ - **Data Types**: Comprehensive financial data models (Account, Activity, Asset,
15
+ Holding, etc.)
16
+ - **Permission System**: Risk-based permission categorization with validation
17
+ and security controls
18
+ - **Manifest Management**: Validation, compatibility checks, and metadata
19
+ handling
20
+ - **Host API Interface**: Secure communication layer between addons and
21
+ Wealthfolio
22
+ - **Utility Functions**: Addon validation, version compatibility, ID generation,
23
+ and size formatting
24
+ - **Development Tools**: Complete TypeScript definitions and development
25
+ utilities
17
26
 
18
27
  ### Features
28
+
19
29
  - Enhanced type safety with complete data type definitions
20
30
  - Permission system with risk-based categorization (low, medium, high)
21
31
  - Addon lifecycle management (install, validate, update, enable/disable)
@@ -24,6 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
24
34
  - Support for addon store listings and metadata
25
35
 
26
36
  ### Technical
37
+
27
38
  - ESM module format with TypeScript declarations
28
39
  - React peer dependency support (^18.0.0)
29
40
  - Node.js 20+ compatibility