Skip to content

Releases: outfox/fennecs

0.5.16-beta

22 Mar 07:12
Compare
Choose a tag to compare

FIXES #37: Wildcard Match Expressions didn't work in Stream Subset and Exclude filters.

IMPROVES: Slightly faster general case matching (doesn't construct an ImmutableSortedSet) for Stream Filters.

0.5.15-beta (Portable Debug)

17 Feb 19:58
Compare
Choose a tag to compare

Experimental Feature: Include Portable Debug Information.

fennecs originally shipped with windows-only debug info. User dxman reported an issue and warnings with Debugging in Release configuration; and possibly the debug configuration's .pdb files were also not correctly included.

I opted to try a new build with the new .snupkg format to provide accompanying debug information to users of the nuget package, for all types of assemblies.

See also: Creating symbol packages (.snupkg)

0.5.14-beta

17 Feb 20:01
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug that would arise from reading junk data off shared array buffers. by @Naalunth in #29

New Contributors

Full Changelog: 0.5.13-beta...0.5.14-beta