Skip to content

Commit 79cd693

Browse files
committed
[CHANGELOG.md] v0.4.0
1 parent 245be4a commit 79cd693

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
## v0.4.0
4+
5+
- Added support for remote font files with asynchronous I/O GET requests. This feature supports combinations of local and remote font file comparisons.
6+
- `fdiff` executable: added support for remote font files with command line URL arguments
7+
- `fdiff` executable: refactored unified diff error message formatting
8+
- Library: add new `fdiff.remote` module
9+
- Library: add new `fdiff.aio` module
10+
- Library: add new `fdiff.exceptions` module
11+
- Library: refactored `fdiff.diff.unified_diff()` function to support remote files through URL
12+
- Library: refactored local file path checks to support remote files via URL
13+
- added new aiohttp, aiodns, aiofiles dependencies to requirements.txt
14+
- added new aiohttp, aiodns, aiofiles dependencies to setup.py
15+
- added pytest-asyncio dependency to setup.py [dev] install target
16+
- added pytest-asyncio dependency instatllation to tox.ini, .travis.yml, .appveyor.yml configuration files
17+
- Py3.6+ updates: removed `# -*- coding: utf-8 -*-` header definitions (Thanks Niko!)
18+
- updated fontTools dependency to v4.0.1 (from v4.0.0)
19+
- Updated README.md documentation
20+
321
## v0.3.0
422

523
- Added support for head and tail diff output filter functionality

0 commit comments

Comments
 (0)