File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6- and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+ and this project adheres not (yet) to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+
9+ ## [ 1.4] - 2024-9-3
10+
11+ ### Added
12+
13+ - ` (Readonly-)Span<T>.Count() `
14+ - ` (Readonly-)Span<T>.Count(Predicate<T> predicate) `
15+
16+ ### Changed
17+
18+ - ` Split ` to throw an ` ArgumentException ` instead of an ` InvalidCountExceedingBehaviourException `
19+
20+ ### Removed
21+
22+ - ` InvalidCountExceedingBehaviourException `
23+
24+ ### Fixed
25+
26+ - various issues with ` Split ` (https://github.com/draconware-dev/SpanExtensions.Net/pull/11 )
727
828## [ 1.3] - 2024-3-19
929
You can’t perform that action at this time.
0 commit comments