Skip to content

Releases: bojand/infer

v0.3.0

03 Nov 17:17
0ef0dd7
Compare
Choose a tag to compare

Changelog

v0.3.0 - 2020-11-03

Build

  • 757144f revert update cargo version to 0.3.0
  • faec08e update cargo version 0.3.0

Documentation

Commits

  • 0ef0dd7 Merge pull request #26 from paolobarbolini/release-0.3
  • bcda26d Release 0.3.0
  • 0e6f887 Revert #16
  • 2eb32bd Merge pull request #25 from paolobarbolini/tidy-tests
  • 80aba49 Improve tests after the refactor from #18
  • c43a7bd Merge pull request #21 from ririsoft/web-types
  • 8e2d43e text matcher: optimize trim_start_whitespace
  • 61835f5 factorize buf string matching
  • 1bfff31 add xml support
  • b72d267 add html support
  • 22069a1 Merge pull request #23 from paolobarbolini/optim
  • 2de8b24 Fix fmt
  • 1efecf7 remove inlines on is_isobmff and get_ftyp as discussed
  • edfde54 add back mistakingly removed ftyp_length limit on get_ftyp
  • 97dcbc7 inline is_isobmff and get_ftyp enabling further optimizations
  • 94e9c24 remove panic from get_ftyp implementation
  • 9eef225 minor matching simplification
  • f4635f8 Merge pull request #20 from paolobarbolini/docs-1
  • dd17f00 remove another unwrap
  • ee7ae69 Merge pull request #19 from paolobarbolini/examples-1
  • 587f97c Improve documentation and examples
  • d1a6d00 make sure examples compile
  • 0a5bed9 Add the file example
  • 5b2e32a Merge pull request #18 from paolobarbolini/no_std_alloc
  • d26eb4b Use expect instead of unwrap in tests
  • 3191221 Refactor the tests to use a macro and also test with the full file
  • 3c9365f Merge pull request #16 from ririsoft/get-from-ext
  • aad1ba9 Don't remove Infer::is_custom when running with no_alloc
  • 363c020 test for no_std and no_alloc compatibility
  • f136b1c Make tests pass when running in no_std or no_alloc
  • 7a7791e Add no_std keyword to Cargo.toml
  • b9e0942 Replace all occurences of vec! with fixed-length arrays
  • ac74d46 Add no_std no_alloc support
  • ba7a7a1 add method to get Type from a file extension
  • 76a76d4 add method to get a Type from a mime string
  • 4229dda Merge pull request #17 from paolobarbolini/refactor
  • 9ffe245 make Type::new part of the public api
  • fa711bb Implement Display for Type
  • a2a4636 Fix typo in infer::Type Debug impl
  • f866eca Fix fmt
  • d33ccfc Refactor iterators
  • 1c30dbf Also move Matcher inside Type
  • 10b3154 Refactor to make better use of infer::Type
  • 8a1c022 Merge pull request #15 from ririsoft/static-api
  • b5d486a add global functions for a full static experience
  • 757144f revert update cargo version to 0.3.0
  • 2dc90b7 Merge pull request #14 from bojand/version_0.3.0
  • faec08e update cargo version 0.3.0
  • 8819430 Merge pull request #13 from ririsoft/custom-matcher-order
  • 17fed70 match custom matchers before default matchers

v0.2.3

16 Jul 15:46
17f1632
Compare
Choose a tag to compare

Changelog

v0.2.3 - 2020-07-16

Commits

  • 568ab9b update version and fix documentation link in cargo manifest
  • d5f41f8 Merge pull request #11 from ririsoft/static-map

v0.2.2

03 Jul 15:26
Compare
Choose a tag to compare

Changelog

v0.2.2 - 2020-07-03

Build

Commits

  • 8942716 bump version to 0.2.2
  • e1714fe Merge pull request #10 from paolobarbolini/avif
  • 5626e16 Add matcher for AVIF files

v0.2.1

02 Jul 22:54
Compare
Choose a tag to compare

Changelog

v0.2.1 - 2020-07-02

Build

  • 983ce9e bump version to 0.2.1
  • 7ee57c7 set fetch depth to github checkout action to 0

Documentation

Commits

  • 983ce9e bump version to 0.2.1
  • 59715f4 Merge pull request #9 from paolobarbolini/simplify-image
  • aecf796 Remove heap allocations in image::is_heif
  • 7339d0a update version in readme
  • 7ee57c7 set fetch depth to github checkout action to 0

v0.2.0

21 Jun 18:39
Compare
Choose a tag to compare

Changelog

v0.2.0 - 2020-06-21

Bug Fixes

  • fcbd3c5 update MIME filetype strings based off latest IANA media type spec
  • bb74197 add better matching and differentiation between CR2 and Tiff

Build

  • 2117ed7 bump version to 0.2.0
  • 17c972b add fetch depth to github checkout action

Commits

  • 2117ed7 bump version to 0.2.0
  • 17c972b add fetch depth to github checkout action
  • fcbd3c5 update MIME filetype strings based off latest IANA media type spec
  • bb74197 add better matching and differentiation between CR2 and Tiff

v0.1.7

21 Jun 18:13
Compare
Choose a tag to compare

Changelog

v0.1.7 - 2020-06-21

Build

  • eb82591 minor release changelog template fix

Commits

  • c0ce17d bump version to 0.1.7
  • c44c5ce Merge pull request #8 from paolobarbolini/no-byteorder
  • 46c8c41 Remove dependency on byteorder crate
  • eb82591 minor release changelog template fix

v0.1.6

10 Mar 23:33
Compare
Choose a tag to compare

Changelog

v0.1.6 - 2020-03-10

Build

  • ef5f379 add clippy to github workflows

Commits

  • 2b04926 update version to 0.1.6
  • ef5f379 add clippy to github workflows
  • a168903 Merge pull request #6 from paolobarbolini/fix-from-path
  • 533d834 Run tests on Infer::get_from_path
  • 0b0a8ee Read only the first 8192 bytes in Infer::get_from_path

v0.1.5

10 Mar 23:15
Compare
Choose a tag to compare

Changelog

v0.1.5 - 2020-03-10

Build

Commits

  • bf41d3e update version
  • fafa398 Merge pull request #5 from paolobarbolini/docs-fix
  • 08eaa9f Merge pull request #7 from paolobarbolini/tiff-len
  • d41ca93 Correctly check tiff length
  • 401af58 Correct is_app and is_custom docs

v0.1.4

16 Jan 02:39
Compare
Choose a tag to compare

Changelog

v0.1.4 - 2020-01-15

Commits

4419faa build: add run on property to fix release build
4b5e6c1 build: Fix release workflow syntax
3b0bb36 Update cargo version
ce3989f build: Add release workflow
b9bbcf5 Merge pull request #3 from 0x1793d1/master
8f53e88 Add Zstd support