File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 0.2.2 (2022-03-10)
9
+
10
+ - Changes
11
+ - Improve ` docx ` ` pptx ` and ` xlsx ` matcher performance by replacing ` :zip.unzip/2 ` with ` :binary.match/2 ` .
12
+ - Add optional second argument, ` byte_size ` , to ` Infer.get_from_path/2 ` to allow checking only the necessary part of the file.
13
+
8
14
## 0.2.1 (2022-03-10)
9
15
10
16
- Bug fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ defmodule Infer.MixProject do
4
4
def project do
5
5
[
6
6
app: :infer ,
7
- version: "0.2.1 " ,
7
+ version: "0.2.2 " ,
8
8
elixir: "~> 1.10" ,
9
9
elixirc_paths: elixirc_paths ( Mix . env ( ) ) ,
10
10
start_permanent: Mix . env ( ) == :prod ,
You can’t perform that action at this time.
0 commit comments