Skip to content

Commit eeefaba

Browse files
committed
v0.2.0
1 parent 827fe91 commit eeefaba

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## v0.1.0
414

515
- Initial release with support for the following features:

lib/fdiff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
version = __version__ = "0.2.0.dev0"
4+
version = __version__ = "0.2.0"

0 commit comments

Comments
 (0)