Skip to content

Commit 692a06d

Browse files
committed
Adding documentation
1 parent 2579d83 commit 692a06d

51 files changed

Lines changed: 5480 additions & 900 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* text=auto
22

3+
docs export-ignore
34
.editorconfig export-ignore
45
.gitattributes export-ignore
56
.github export-ignore

.github/tokei-logo.jpg

30.9 KB
Loading

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ All Notable changes to `bakame/tokei` will be documented in this file.
66

77
### Added
88

9-
- Temporal API to work with identified `Time` and `Interval`.
9+
- `Event`, `Task`, `EventSet`, `TaskSet`, `Identifiers`, `NativeEvent`, `NativeTask` to work with identified Temporal Values.
10+
- `NativeInterval` to allow better conversion to PHP Native Date API.
1011
- `IntervalSet::each`
1112
- `IntervalSet::transform`
1213
- `IntervalSet::chronological`
@@ -38,8 +39,9 @@ All Notable changes to `bakame/tokei` will be documented in this file.
3839
- `IntervalFormat::encode` and `IntervalFormat::decode` to improve `Interval` encoding and decoding from and to string representation.
3940
- `DurationFormat::encode` and `DurationFormat::decode` to improve `Duration` encoding and decoding from and to string representation.
4041
- `TimeFormat` added to improve `Time` encoding and decoding from and to string representation.
41-
- `Direction` to unify sorting across the package
42-
- `SnapMode` to unify rounding across the package
42+
- `Direction` to unify sorting
43+
- `SnapMode` to unify rounding
44+
- `SearchMode` to unify search type (linear or circular)
4345
- `LocaleVerbosity` to allow fine-grained locale string representation using by `LocaleTimeFormatter`
4446

4547
### Fixed

0 commit comments

Comments
 (0)