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
- nuget badge to README (https://github.com/draconware-dev/SpanExtensions.Net/pull/12)
46
+
-`CountExceedingBehaviour`, which is passed to Split, defining how to properly handle its remaining elements.
9
47
10
48
### Changed
11
49
12
50
- documentation comments to better reflect the dotnet style (https://github.com/draconware-dev/SpanExtensions.Net/pull/8)
51
+
- swapped order of `count` and `stringSplitOptions arguments` in `Split` methods.
52
+
- renamed argument `span` in `Split` methods to `source`.
53
+
54
+
### Fixed
55
+
56
+
- empty spans being ignored if they are the last element to be returned from `Split` and are therefore not returned. (https://github.com/draconware-dev/SpanExtensions.Net/pull/10)
13
57
14
58
## [1.2.1] - 2024-1-25
15
59
@@ -18,11 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments