Skip to content

Latest commit

 

History

History
executable file
·
42 lines (26 loc) · 1.37 KB

File metadata and controls

executable file
·
42 lines (26 loc) · 1.37 KB

Changelog

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.

Added

  • Now is valid to pass several dirs in separate vectors: dfname(["dir1"], ["dir2"], args...)
  • Methods dfheads, dfparams, dfparam, dfext added and exported.

Fixed

  • tryparse_dfname implemented without using try catch.

0.3.2 - 2021-07-8

Fixed

  • Improve thread safety.

0.3.0 - 2021-06-22

Changed

  • 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