You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## v0.2.0
4
+
5
+
- Added support for OpenType table include and exclude filters
6
+
- `fdiff` executable: added `--include` option and defined comma delimited syntax for OpenType table command line definitions
7
+
- `fdiff` executable: added `--exclude` option and defined comma delimited syntax for OpenType table command line defintions
8
+
- `fdiff` executable: added validation check for use of mutually exclusive `--include` and `--exclude` options
9
+
- Library: added new `fdiff.utils.get_tables_argument_list` function
10
+
- Library: updated `fdiff.diff.u_diff` function with new `include_tables` and `exclude_tables` arguments
11
+
- Library: added OpenType table validations for user-specified name values in the `fdiff.diff.u_diff` function. These checks confirm that at least one of the requested files includes tables specified with the new `--include` and `--exclude` options
12
+
3
13
## v0.1.0
4
14
5
15
- Initial release with support for the following features:
0 commit comments