Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 0 additions & 100 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,106 +2,6 @@

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.16.0](https://github.com/syncable-dev/syncable-cli/compare/v0.15.0...v0.16.0) - 2025-09-10

### Added

- open-telemtry added and improved techonology scannings

### Other

- removed telemtry for start/complete phases

## [0.15.0](https://github.com/syncable-dev/syncable-cli/compare/v0.14.0...v0.15.0) - 2025-09-10

### Added

- fixed errors
- removed warnings

### Other

- fixed vulnerabilities report

## [0.14.0](https://github.com/syncable-dev/syncable-cli/compare/v0.13.6...v0.14.0) - 2025-09-09

### Added

- added further refactor
- improved vulnerablity scanner for more that just npm audit but also bun, yarn & pnpm

### Other

- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop
- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop

### Added
- 🧄 **Bun Runtime Integration**: Complete support for Bun JavaScript runtime and package manager
- Automatic Bun project detection via `bun.lockb`, `bunfig.toml`, and package.json configuration
- Multi-runtime vulnerability scanning with priority-based package manager detection (Bun > pnpm > yarn > npm)
- Cross-platform Bun installation support (Windows PowerShell, Unix curl/bash)
- Runtime detection with confidence levels and fallback mechanisms
- Comprehensive unit and integration tests (34+ tests covering all scenarios)
- Enhanced ToolDetector with caching and alternative command support
- Updated documentation with Bun examples and migration guides

## [0.13.6](https://github.com/syncable-dev/syncable-cli/compare/v0.13.5...v0.13.6) - 2025-09-03

### Other

- update Cargo.lock dependencies

## [0.13.5](https://github.com/syncable-dev/syncable-cli/compare/v0.13.4...v0.13.5) - 2025-08-13

### Other

- update Cargo.lock dependencies

## [0.13.4](https://github.com/syncable-dev/syncable-cli/compare/v0.13.3...v0.13.4) - 2025-08-08

### Other

- update Cargo.lock dependencies

## [0.13.3](https://github.com/syncable-dev/syncable-cli/compare/v0.13.2...v0.13.3) - 2025-08-05

### Other

- update Cargo.lock dependencies

## [0.13.2](https://github.com/syncable-dev/syncable-cli/compare/v0.13.1...v0.13.2) - 2025-08-04

### Other

- update Cargo.lock dependencies

## [0.13.1](https://github.com/syncable-dev/syncable-cli/compare/v0.13.0...v0.13.1) - 2025-08-01

### Added

- updated color mode discovery

### Other

- Merge branch 'main' into develop
- *(deps)* bump toml from 0.8.23 to 0.9.3
- *(deps)* bump tokio from 1.46.1 to 1.47.0
- Merge pull request #114 from syncable-dev/dependabot/cargo/develop/tokio-1.46.1

## [0.13.0](https://github.com/syncable-dev/syncable-cli/compare/v0.12.1...v0.13.0) - 2025-07-30

### Added

- updated color mode discovery
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
Expand Down
Loading