Skip to content

Releases: Traperto/magic-bytes-validator

v2.1.6

08 Oct 05:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.5

08 Apr 10:55
8d9ef52

Choose a tag to compare

Full Changelog: v2.1.4...v2.1.5

v2.1.4

07 Apr 17:10

Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.1.4

v2.1.2

11 Mar 10:01

Choose a tag to compare

What's Changed

  • chore(deps): Bump xunit.runner.visualstudio from 3.0.1 to 3.0.2 in the dependencies group by @dependabot in #140
  • chore(deps): Bump Microsoft.NET.Test.Sdk from 17.12.0 to 17.13.0 in the dependencies group by @dependabot in #141
  • fix: Add missing definition for pdf files by @TeQ2102 in #142

New Contributors

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Jan 21:28

Choose a tag to compare

  • Added various signatures
    • HEIC
    • PDF
    • SVG
    • XML
  • Removed FluentAssertions
  • (!) Breaking change: Now skipping parent types if child matches too
    -> Made TryFindUnambiguousAsync more accurate
  • (!) Breaking change: FileByteFilter is now abstract
  • Added indirect flag to cli
  • Specified OpenDocument formats with magic strings

Many thanks to all contributors :)

Release v2.0

07 Aug 06:50

Choose a tag to compare

Reworked

What's Changed

  • Fixes #84 - Offset bytes in StreamFileTypeProvider by @ciosoriog in #85
  • chore(deps): Bump Moq from 4.20.69 to 4.20.70 by @dependabot in #88
  • chore(deps): Bump xunit from 2.5.3 to 2.6.3 by @dependabot in #89
  • chore: update framework net 8 by @kryptobi in #90
  • chore(deps): Bump xunit from 2.6.3 to 2.6.4 by @dependabot in #91
  • chore: Updated CodeQL action by @niklas-schmidt-traperto in #92
  • chore(deps): Bump xunit from 2.6.4 to 2.6.5 by @dependabot in #93
  • chore(deps): Bump xunit from 2.6.5 to 2.6.6 by @dependabot in #94
  • chore(deps): Bump coverlet.collector from 6.0.0 to 6.0.2 by @dependabot in #98
  • chore(deps): Bump xunit from 2.6.6 to 2.7.0 by @dependabot in #96
  • chore(deps): Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #95
  • Refactor/better validation by @kevinmarvinmueller in #99
  • chore(deps): Bump Microsoft.NET.Test.Sdk from 17.9.0 to 17.10.0 by @dependabot in #103
  • chore(deps): Bump xunit from 2.7.0 to 2.8.1 by @dependabot in #104
  • chore: Updated nuget dependencies by @niklas-schmidt-traperto in #106

New Contributors

Full Changelog: v1.0.16...v2.0.0

v1.0.16

18 Oct 12:23

Choose a tag to compare

Minor improvements and updates. (#79) There shouldn't be any breaking changes.
Also, we finally got a LICENSE file. (#76, #78)