* Fixed issue 2: httpx Timeout needs a default value. * Bump the required version of [httpx](https://www.python-httpx.org) to 0.16. * Changed name `filter_by_extension(...)` to `filtered_by_extension(...)` to follow the style of other functions that return values. * Made trivial changes to the Makefile
1.2.0
* Added new function `config_path(...)` * Added more unit tests
1.1.1
This version makes `antiformat(...)` more robust against values that are not strings, by applying `str(...)` to the incoming value.
1.1.0
This version adds a start at a module of string utilities, and introduces `antiformat(..)`: a function that will quote instances of `{` and `}` braces in a string so that the string can be passed safely to `format`.
1.0.0
* Rename a few functions to follow a more consistent naming convention. * Update `requirements.txt` file. * Add more documentation. * Call this a 1.0.0 release.
0.0.7
* Fix bug in `filename_basename(...)`. * Improve `plural(...)` by using `pluralize(...)` from [Boltons](https://github.com/mahmoud/boltons) package. * Remove tests for removed module http_code. * Miscellaneous other minor fixes and tweaks.