Skip to content

Commit 468fe3b

Browse files
chore(Output): Update CHANGELOG.md with complete version history
Document all releases from v0.0.1 through v0.5.0 in the Output component's changelog. The update adds comprehensive entries for each version including: - v0.5.0 (2026 Q2): ESBuild configuration, Tauri IPC stubs, Electron-to-Tauri polyfills - v0.4.0 (2026 Q1): ESM builds, source compilation with Rest - v0.3.0 (2025 Q4): Dependency updates - v0.2.0 (2025 Q3): VS Code bundling, configuration refactoring - v0.1.0 (2025 Q2): Type definitions, initial bundling pipeline - v0.0.1 (2025 Q1): Initial bundled JS artifact generation This brings the CHANGELOG into sync with the project's current state and release history.
1 parent 35f0d1e commit 468fe3b

1 file changed

Lines changed: 92 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 92 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1-
## 0.0.1
1+
# Changelog
22

3-
- Initial version
3+
All notable changes to the Output element are documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
6+
7+
## [0.5.0] — 2026 Q2
8+
9+
### Added
10+
11+
- ESBuild configuration for Output component
12+
- ESBuild configuration with Tauri IPC stubs for VS Code compatibility
13+
- Comprehensive Electron-to-Tauri polyfill layer
14+
- PostHog build telemetry integration with complete polyfill layer
15+
- Electron environment variable for build targeting
16+
- Comprehensive technical documentation in README
17+
18+
### Changed
19+
20+
- Lazy-load RestPlugin only when Compiler=Rest env var is set
21+
- Reformatted ESBuild configuration files with consistent style
22+
- Made shell scripts POSIX-compliant
23+
24+
## [0.4.0] — 2026 Q1
25+
26+
### Added
27+
28+
- ESM build output generation
29+
30+
### Changed
31+
32+
- Migrated from prebuilt VS Code output to source compilation with Rest
33+
- Configurable logging and streamlined declaration generation
34+
- Updated TODO comments to FUTURE naming convention
35+
- Removed ephemeral Target/ build artifacts from tracking
36+
- Upgraded TypeScript from 5.9.3 to 6.0.2
37+
- Updated @playform/build to v0.2.6, then v0.3.0
38+
- Updated homepage URL
39+
- Updated dependencies
40+
41+
## [0.3.0] — 2025 Q4
42+
43+
### Changed
44+
45+
- Updated dependencies (TypeScript 5.9.2 to 5.9.3, browserslist, sinon, mocha,
46+
@types/node, @webgpu/types, @types/sinon)
47+
- Upgraded CI actions (actions/upload-artifact 5.0, actions/checkout 6.x,
48+
actions/setup-node 6.x)
49+
50+
## [0.2.0] — 2025 Q3
51+
52+
### Added
53+
54+
- VS Code platform bundling with incremental builds and optimized declarations
55+
- TypeScript configuration for VS Code platform bundling
56+
- Browser environment check for Electron exclusion
57+
- Telemetry exclusions and browser targets configuration
58+
59+
### Changed
60+
61+
- Refactored ESBuild configuration and enhanced exclusion patterns
62+
- Minified ESBuild configuration files and removed source maps
63+
- Removed Electron-specific VS Code platform artifacts
64+
- Replaced internal exclusion modules with @playform/build package
65+
- Refined exclusion patterns for test and platform-specific code
66+
- Streamlined ESBuild configuration and output
67+
- Conditionally set build output paths for VS Code dependencies in development
68+
- Relicensed project under CC0-1.0, then adopted Land Public License v1.0
69+
70+
### Fixed
71+
72+
- Corrected build output path condition for VS Code bundling
73+
- Corrected trailing spaces in ESBuild exclusion paths
74+
75+
## [0.1.0] — 2025 Q2
76+
77+
### Added
78+
79+
- ESBuild configuration type definitions
80+
- Initial VS Code artifact bundling pipeline
81+
82+
### Changed
83+
84+
- Updated dependencies
85+
86+
## [0.0.1] — 2025 Q1
87+
88+
### Added
89+
90+
- Initial bundled JS artifact generation from VS Code source
91+
- ESBuild-based build pipeline consumed by Cocoon at runtime
92+
- CI/CD workflows with GitHub Actions
93+
- Dependabot configuration for automated dependency updates

0 commit comments

Comments
 (0)