You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,11 @@
4
4
5
5
### Added
6
6
7
-
- C-string constructors for `DateTime` and `DateTimeOffset` for convenient initialization from string literals
8
-
-`std::initializer_list<const char*>` constructors for `DateTime` and `DateTimeOffset` for single-string initialization syntax
9
-
-`DateTime::Format::Iso8601PreciseTrimmed` format option that removes trailing zeros from fractional seconds (e.g., `.1230000Z` → `.123Z`, `.1000000Z` → `.1Z`) while maintaining full ISO 8601:2019 §5.3.4.2 compliance
10
-
-`DateTime::Format::Iso8601Millis` format option for fixed 3-digit millisecond precision (e.g., `.123Z`, `.000Z`)
11
-
-`DateTime::Format::Iso8601Micros` format option for fixed 6-digit microsecond precision (e.g., `.123456Z`, `.000000Z`)
7
+
- NIL
12
8
13
9
### Changed
14
10
15
-
-**BREAKING**: DateTime::Format enum values renamed (`Iso8601WithOffset` → `Iso8601Extended`, `Iso8601Compact` → `Iso8601Basic`) to align with ISO 8601 terminology
11
+
-NIL
16
12
17
13
### Deprecated
18
14
@@ -30,6 +26,23 @@
30
26
31
27
- NIL
32
28
29
+
## [0.3.0] - 2026-01-11
30
+
31
+
### Added
32
+
33
+
- C-string constructors for `DateTime` and `DateTimeOffset` for convenient initialization from string literals
34
+
-`std::initializer_list<const char*>` constructors for `DateTime` and `DateTimeOffset` for single-string initialization syntax
35
+
-`DateTime::Format::Iso8601PreciseTrimmed` format option that removes trailing zeros from fractional seconds (e.g., `.1230000Z` → `.123Z`, `.1000000Z` → `.1Z`) while maintaining full ISO 8601:2019 §5.3.4.2 compliance
36
+
-`DateTime::Format::Iso8601Millis` format option for fixed 3-digit millisecond precision (e.g., `.123Z`, `.000Z`)
37
+
-`DateTime::Format::Iso8601Micros` format option for fixed 6-digit microsecond precision (e.g., `.123456Z`, `.000000Z`)
38
+
39
+
### Changed
40
+
41
+
-**BREAKING**: DateTime::Format enum values renamed (`Iso8601WithOffset` → `Iso8601Extended`, `Iso8601Compact` → `Iso8601Basic`) to align with ISO 8601 terminology
0 commit comments