All notable changes to Common (Core Library) are documented here. Format: Keep a Changelog.
- PascalCase enforcement across 34 Rust files in Source/LanguageFeature/, Source/Transport/, Source/TreeView/ (514 insertions, 705 deletions)
- EvaluatableExpression + InlineValues provider types in ProviderType.rs
- 19 LanguageFeature provider methods: ProvideCallHierarchy, ProvideCodeActions, ProvideCodeLenses, ProvideCompletions, ProvideDefinition, ProvideDocumentFormatting, ProvideDocumentHighlights, ProvideDocumentLinks, ProvideDocumentRangeFormatting, ProvideDocumentSymbols, ProvideFoldingRanges, ProvideHover, ProvideInlayHints, ProvideLinkedEditingRanges, ProvideOnTypeFormatting, ProvideReferences, ProvideRenameEdits, ProvideSelectionRanges, ProvideSemanticTokensFull
- Transport layer refactoring: CircuitBreaker.rs, IPC.rs, gRPC.rs naming
- 36 new TypeScript declaration files (.d.ts + .d.ts.map) for Workers API
- README expanded: 243 insertions with comprehensive documentation
- @cloudflare/workers-types kept current through Q4
- No source file changes; pure dependency stabilization
- @cloudflare/workers-types: 4.20240721 → 4.20240925 series
- Documentation styling: 98 CSS lines modified in TypeDoc assets
- Source/Function/Access.ts, Source/Function/Encrypt.ts minor updates
- Cloudflare Workers library established (crypto operations focus)
- 8 Target TypeScript declaration files (Function/.d.ts, Interface/.d.ts)
- Source/Function/Access.ts refactored for PascalCase compliance
- CODE_OF_CONDUCT.md updated, README expanded (12 lines)
- Cloudflare workers-types continuous updates
- Maintenance-heavy quarter; no major features
- License expanded: 42 → 131 lines (AGPL-3.0 addition, October 4)
- TypeScript declarations restructured: 172 insertions across 18 Target/*.d.ts
- Source/Interface/*.ts PascalCase conversions
- 146 deletions of old-format declarations, 172 insertions of new format
- Documentation UI assets refactored (icons.js, main.js, style.css)
- @cloudflare/workers-types continuous updates
- Stable quarter; mostly dependency maintenance
- Full Documentation rebuild (TypeDoc): 1,802 insertions in style.css + assets
- 69 files changed, 1,802 insertions (documentation generation)
- Source/Function/Access.ts, Source/Function/Encrypt.ts
- Cloudflare Workers API type definitions
- TypeDoc documentation generation pipeline
- GitHub Actions workflows, Dependabot configuration