|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
6 | | -and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | | - |
8 | | -## [Unreleased] |
9 | | - |
10 | | -## [0.16.0](https://github.com/syncable-dev/syncable-cli/compare/v0.15.0...v0.16.0) - 2025-09-10 |
11 | | - |
12 | | -### Added |
13 | | - |
14 | | -- open-telemtry added and improved techonology scannings |
15 | | - |
16 | | -### Other |
17 | | - |
18 | | -- removed telemtry for start/complete phases |
19 | | - |
20 | | -## [0.15.0](https://github.com/syncable-dev/syncable-cli/compare/v0.14.0...v0.15.0) - 2025-09-10 |
21 | | - |
22 | | -### Added |
23 | | - |
24 | | -- fixed errors |
25 | | -- removed warnings |
26 | | - |
27 | | -### Other |
28 | | - |
29 | | -- fixed vulnerabilities report |
30 | | - |
31 | | -## [0.14.0](https://github.com/syncable-dev/syncable-cli/compare/v0.13.6...v0.14.0) - 2025-09-09 |
32 | | - |
33 | | -### Added |
34 | | - |
35 | | -- added further refactor |
36 | | -- improved vulnerablity scanner for more that just npm audit but also bun, yarn & pnpm |
37 | | - |
38 | | -### Other |
39 | | - |
40 | | -- Merge branch 'main' of github.com:syncable-dev/syncable-cli into develop |
41 | | -- Merge branch 'develop' of github.com:syncable-dev/syncable-cli into develop |
42 | | - |
43 | | -### Added |
44 | | -- 🧄 **Bun Runtime Integration**: Complete support for Bun JavaScript runtime and package manager |
45 | | - - Automatic Bun project detection via `bun.lockb`, `bunfig.toml`, and package.json configuration |
46 | | - - Multi-runtime vulnerability scanning with priority-based package manager detection (Bun > pnpm > yarn > npm) |
47 | | - - Cross-platform Bun installation support (Windows PowerShell, Unix curl/bash) |
48 | | - - Runtime detection with confidence levels and fallback mechanisms |
49 | | - - Comprehensive unit and integration tests (34+ tests covering all scenarios) |
50 | | - - Enhanced ToolDetector with caching and alternative command support |
51 | | - - Updated documentation with Bun examples and migration guides |
52 | | - |
53 | | -## [0.13.6](https://github.com/syncable-dev/syncable-cli/compare/v0.13.5...v0.13.6) - 2025-09-03 |
54 | | - |
55 | | -### Other |
56 | | - |
57 | | -- update Cargo.lock dependencies |
58 | | - |
59 | | -## [0.13.5](https://github.com/syncable-dev/syncable-cli/compare/v0.13.4...v0.13.5) - 2025-08-13 |
60 | | - |
61 | | -### Other |
62 | | - |
63 | | -- update Cargo.lock dependencies |
64 | | - |
65 | | -## [0.13.4](https://github.com/syncable-dev/syncable-cli/compare/v0.13.3...v0.13.4) - 2025-08-08 |
66 | | - |
67 | | -### Other |
68 | | - |
69 | | -- update Cargo.lock dependencies |
70 | | - |
71 | | -## [0.13.3](https://github.com/syncable-dev/syncable-cli/compare/v0.13.2...v0.13.3) - 2025-08-05 |
72 | | - |
73 | | -### Other |
74 | | - |
75 | | -- update Cargo.lock dependencies |
76 | | - |
77 | | -## [0.13.2](https://github.com/syncable-dev/syncable-cli/compare/v0.13.1...v0.13.2) - 2025-08-04 |
78 | | - |
79 | | -### Other |
80 | | - |
81 | | -- update Cargo.lock dependencies |
82 | | - |
83 | | -## [0.13.1](https://github.com/syncable-dev/syncable-cli/compare/v0.13.0...v0.13.1) - 2025-08-01 |
84 | | - |
85 | | -### Added |
86 | | - |
87 | | -- updated color mode discovery |
88 | | - |
89 | | -### Other |
90 | | - |
91 | | -- Merge branch 'main' into develop |
92 | | -- *(deps)* bump toml from 0.8.23 to 0.9.3 |
93 | | -- *(deps)* bump tokio from 1.46.1 to 1.47.0 |
94 | | -- Merge pull request #114 from syncable-dev/dependabot/cargo/develop/tokio-1.46.1 |
95 | | - |
96 | | -## [0.13.0](https://github.com/syncable-dev/syncable-cli/compare/v0.12.1...v0.13.0) - 2025-07-30 |
97 | | - |
98 | | -### Added |
99 | | - |
100 | | -- updated color mode discovery |
101 | | -# Changelog |
102 | | - |
103 | | -All notable changes to this project will be documented in this file. |
104 | | - |
105 | 5 | 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). |
106 | 6 |
|
107 | 7 | ## [Unreleased] |
|
0 commit comments