Releases: bojand/infer
Releases · bojand/infer
v0.3.1
v0.3.0
Changelog
v0.3.0 - 2020-11-03
Build
Documentation
- dd17f00 remove another unwrap
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