Skip to content

Commit

Permalink
Update release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
KeRNeLith committed Sep 2, 2019
1 parent bddf070 commit 8cdfcf2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release notes

## What's new in 1.4.1 September 2 2019
### Fixes:
* Properly handle null parameter for Copy and TryCopy (return null).

### Changes:
* Copy and TryCopy consider string and Type as copyable types and return themselves if asked.

## What's new in 1.4.0 September 1 2019
### New:
* Add an access to the Declaring Type directly through ImmediateType, ImmediateProperty and ImmediateField.
Expand Down
15 changes: 4 additions & 11 deletions src/ImmediateReflection/ImmediateReflection.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,12 @@ See benchmarks here: https://kernelith.github.io/ImmediateReflection/documentati

<IsPackable>true</IsPackable>
<PackageId>ImmediateReflection</PackageId>
<PackageReleaseNotes>➟ Release 1.4.0
New:
- Add an access to the Declaring Type directly through ImmediateType, ImmediateProperty and ImmediateField.
- Add an access to the Base Type directly through ImmediateType.
- Add CopyConstructorDelegate delegate.
- Add the possibility to call Copy constructor in a faster way than Activator from ImmediateType.
- Add a type extension to check if a type has a default constructor.
- Add type extensions to check if a type has a copy constructor and to directly call it.
- Add object extensions to check if an instance can be copied by a copy constructor and to directly call it.
<PackageReleaseNotes>➟ Release 1.4.1
Fixes:
- Properly handle null parameter for Copy and TryCopy (return null).

Changes:
- Globally optimize the library by reducing the number of redundant null checks.
- Slightly optimize the branching in generated code.</PackageReleaseNotes>
- Copy and TryCopy consider string and Type as copyable types and return themselves if asked.</PackageReleaseNotes>
<PackageTags>C# Reflection Fast Immediate Performance Delegate Dynamic</PackageTags>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down

0 comments on commit 8cdfcf2

Please sign in to comment.