Skip to content

Releases: r3c/nbrowse

v0.5.2

08 Dec 22:04
@r3c r3c
Compare
Choose a tag to compare
  • Add .HasReferenceTypeConstraint property to Parameter entity.
  • Add .HasValueTypeConstraint property to Parameter entity.
  • Rename .HasDefaultConstructor{ => Constraint} property of Parameter entity.

v0.5.1

08 Sep 13:56
@r3c r3c
Compare
Choose a tag to compare
  • Add Attributes property to Field entity.

v0.5.0

15 Mar 17:45
@r3c r3c
Compare
Choose a tag to compare
  • Relax entity comparison code to allow matching through references.
  • Replace nullable Implementation method property by empty implementation.
  • Add Parent property to Implementation class.
  • Allow matching methods by full name.

v0.4.1

06 Feb 21:57
@r3c r3c
Compare
Choose a tag to compare
  • Add new CSV output format
  • Fix query expansion when using partial format
  • Fix CLI help output

v0.4.0

25 Jan 13:10
@r3c r3c
Compare
Choose a tag to compare
  • Allow both non-recursive and recursive calls for IsUsing methods (direct vs indirect usages)
  • Replace entity interfaces by abstract classes to allow working equality operators

v0.3.0

09 Oct 12:46
@r3c r3c
Compare
Choose a tag to compare
  • Expose assembly references as IAssembly instances instead of strings
  • Minor new model changes (added IType.Model, IType.ElementOrNull, renamed IMethod.Definition)
  • Refactor IsUsing methods (recursive lookup + cache usage)
  • Update project to .NET Core 3.0

v0.2.0

11 Sep 19:02
@r3c r3c
Compare
Choose a tag to compare
  • Introduce interfaces around reflection types
  • Implement new dependency detection helpers (e.g. IType.IsUsing)
  • Rename some reflection type properties (e.g. IParameter.Variance and IType.BaseOrNull)
  • Invert effect of command-line inline vs file switch
  • Improve help message readability

v0.1.3

04 May 12:22
@r3c r3c
Compare
Choose a tag to compare
  • Recursively scan for assemblies in directories.

v0.1.2

28 Feb 22:49
@r3c r3c
Compare
Choose a tag to compare
Create one archive per runtime instead of a global one.

Also remove centos version from default package script.

v0.1.1

18 Feb 22:23
@r3c r3c
Compare
Choose a tag to compare
Update example in `README.md`.