@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7+ ## [ 1.1.2] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.1.2 ) - 2025-09-27
8+
9+ ### Changed
10+ - Enhanced build performance and reliability
11+ - Improved package stability
12+
713## [ 1.1.1] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.1.1 ) - 2025-09-26
814
915### Changed
@@ -12,7 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1218## [ 1.1.0] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.1.0 ) - 2025-09-26
1319
1420### Added
15- - ** PackageURLBuilder** : Fluent API builder pattern for constructing PackageURL instances with method chaining
21+ - ** PackageURLBuilder** : Fluent API for constructing PackageURL instances with method chaining
1622 - Static factory methods for common package types (npm, pypi, maven, gem, golang, cargo, nuget, composer)
1723 - Support for all PackageURL components: type, namespace, name, version, qualifiers, and subpath
1824 - ` build() ` method creates validated PackageURL instances
@@ -24,21 +30,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2430 - ` getAllUrls() ` convenience method for getting both repository and download URLs
2531 - Type support checking with ` supportsRepositoryUrl() ` and ` supportsDownloadUrl() `
2632- Support for parsing Package URLs that don't start with ` pkg: ` scheme
27- - Comprehensive development documentation including prerequisites and commands
28- - Project structure overview for easier navigation
29- - Testing guide with Vitest examples and patterns
30- - Development workflow documentation
33+ - Comprehensive documentation with usage examples
3134
3235### Changed
33- - Enhanced README with developer experience improvements
34- - Added features section highlighting key project benefits
35- - Improved documentation structure and readability
36- - Improved code quality with comprehensive fileoverview headers
37- - Enhanced main entry point exports structure
38- - Updated build scripts and linting configuration
36+ - Enhanced documentation with improved structure and readability
37+ - Added features section highlighting key benefits
3938
4039### Fixed
41- - Various code quality improvements and lint fixes
40+ - Various improvements and fixes
4241
4342## [ 1.0.8] ( https://github.com/SocketDev/socket-packageurl-js/releases/tag/v1.0.8 ) - 2025-09-01
4443
0 commit comments