Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Jul 23, 2019
1 parent ad5f9a0 commit cc2f57a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
15 changes: 15 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release notes

## What's new in 1.3.0 July 23 2019
### New:
* Add type extensions to directly call a default constructor delegate from a Type (without ImmediateType).
* Add type extensions to directly call a constructor delegate from a Type (without ImmediateType).

### Fixes:
* ImmediateType properly handle arrays which were crashing before.

### Changes:
* Default constructor delegates available via ImmediateType are now cached and shared across several instance of ImmediateType.
* ImmediateProperty are now cached and shared across several instance of ImmediateType.
* ImmediateField are now cached and shared across several instance of ImmediateType.

---

## What's new in 1.2.0 July 18 2019
### New:
* Add ConstructorDelegate delegate.
Expand Down
11 changes: 7 additions & 4 deletions src/ImmediateReflection/ImmediateReflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,18 @@ See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentati

<IsPackable>true</IsPackable>
<PackageId>ImmediateReflection</PackageId>
<PackageReleaseNotes>➟ Release 1.2.0
<PackageReleaseNotes>➟ Release 1.3.0
New:
- Add ConstructorDelegate delegate.
- Add type extensions to directly call a default constructor delegate from a Type (without ImmediateType).
- Add type extensions to directly call a constructor delegate from a Type (without ImmediateType).

Fixes:
- Classes with indexed properties does not crash anymore.
- ImmediateType properly handle arrays which were crashing before.

Changes:
- Lazily initialize fields property of ImmediateType.</PackageReleaseNotes>
- Default constructor delegates available via ImmediateType are now cached and shared across several instance of ImmediateType.
- ImmediateProperty are now cached and shared across several instance of ImmediateType.
- ImmediateField are now cached and shared across several instance of ImmediateType.</PackageReleaseNotes>
<PackageTags>C# Reflection Fast Immediate Performance Delegate Dynamic</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit cc2f57a

Please sign in to comment.