All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Now is valid to pass several dirs in separate vectors:
dfname(["dir1"], ["dir2"], args...) - Methods
dfheads,dfparams,dfparam,dfextadded and exported.
tryparse_dfnameimplemented without usingtrycatch.
0.3.2 - 2021-07-8
- Improve thread safety.
0.3.0 - 2021-06-22
- Improve extension detection. Now it will take that extension (if it is a valid
dfname) differently depending if it is a parametrized name or not. In the case of the former, it is just all after the right param body separator. On the other case it is the shortest matching extension pattern.
0.2.0 - 2021-06-22
- Start the
CHANGELOG - A first good implementation