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
change interop variables into an enum
reorder interopType switch statements
move interop switch-case into enum
change Throughput and fileURL Summary types
remove old unused calls
introduce terminate method requirement + rewrite implementation for additional property
change additional property string summary to [String]
change string type to use String? and [String?]
add propertiesURL as available additional property type
formatting for readability
add propertiesUInt64 as available additional property type
deinit test for additional properties + fix for deinit fractionCompleted calculation
edit test to test deinit behavior for EstimatedTimeRemaining
replace redundant deinit complete(count:) call with mark dirty + add tests for deinit bahavior
more deinit tests
additional unit tests for deinit behavior
separate string additional properties into retaining vs non-retaining version
add custom URL property unit tests
add custom UInt64 property unit tests
update documentation for additional properties methods
updated initializer
draft additional property observation fix
establish keypaths for fileCount + rename terminate to finalSummary
add observationRegistrar access calls
add observationRegistrar withMutation calls
add accessObservation to withProperties
remove fileURL
Enhancements for Additional Properties
0 commit comments