feat: Added Collection extensions for setting and adding ranges of items

This commit is contained in:
Chris Cameron
2020-07-16 12:13:57 -04:00
parent 449bd41cb3
commit 816f8984be
3 changed files with 52 additions and 0 deletions

View File

@@ -5,8 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- Added Get and Set extensions to PropertyInfo in SIMPLSHARP to mimic overloads avaliable in NETSTANDARD
- Added Collection extensions for setting and adding ranges of items
### Changed
- Repeater changed to use configured callbacks instead of a dumb event
- Scheduled action callbacks allow a TimeSpan to be returned to delay actions
## [12.1.0] - 2020-07-14
### Added