Skip to content

Commit 7619048

Browse files
Add files via upload
Added CHANGELOG.md file
1 parent 77cf606 commit 7619048

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to **ByteFlow.Net** will be documented in this file.
4+
5+
## [0.2.0] — 2025-10-03
6+
**Added**
7+
- Support for both **IEC (KiB, MiB, GiB)** and **SI (KB, MB, GB)** unit standards
8+
- Culture‑aware parsing and formatting (e.g. `1,5 MB` in de‑DE)
9+
- Customizable suffix sets (allowing domain‑specific units)
10+
- Alignment / padding helper (`ToHumanBytesAligned`)
11+
12+
**Changed**
13+
- Updated existing methods to include optional `IFormatProvider` parameter
14+
- XML documentation updated to reflect new API
15+
- Default behavior remains backward compatible
16+
17+
**Fixed**
18+
- Off‑by‑one padding in alignment helper
19+
- Improved test coverage to ensure all code paths (especially `TryParseHumanBytes` default overload) are exercised
20+
21+
## [0.1.1] — 2025-09-30
22+
Initial release of ByteFlow.Net
23+
- Convert bytes into human‑readable strings (`1234567 → "1.18 MB"`)
24+
- Parse strings back into bytes (`"2.5 GB" → 2684354560`)
25+
- Safe parsing with `TryParseHumanBytes`
26+
- Zero dependencies, just clean C#

0 commit comments

Comments
 (0)