Releases: daskycodes/infer
Releases · daskycodes/infer
v0.2.6
What's Changed
- Typespec
t()
forInfer.Type
is a struct instead of map by @ShreyanJain9 in #14
New Contributors
- @ShreyanJain9 made their first contribution in #14
Full Changelog: v0.2.5...v0.2.6
v0.2.5
v0.2.4
What's Changed
- fix: Close the file after we are done reading it by @ding-an-sich in #8
New Contributors
- @ding-an-sich made their first contribution in #8
Full Changelog: v0.2.3...v0.2.4
v0.2.3
Full Changelog: v0.2.2...v0.2.3
v0.2.2
Changes
- Improve
docx
pptx
andxlsx
matcher performance by replacing:zip.unzip/2
with:binary.match/2
. - Add optional second argument,
byte_size
, toInfer.get_from_path/2
to allow checking only the necessary part of the file.
v0.2.1
What's Changed
- Fix UnicodeConversionError by @adriankumpf in #5
New Contributors
- @adriankumpf made their first contribution in #5
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Fix typo in README by @hannesbraun in #2
- refact:
is_*
functions have no prefix and end with a question mark by @daskycodes in #4
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Add AIFF support by @hannesbraun in #1
New Contributors
- @hannesbraun made their first contribution in #1
Full Changelog: https://github.com/daskycodes/infer/commits/v0.1.1