Releases: tom2strobl/parse-font-name
Releases · tom2strobl/parse-font-name
v1.2.0 including support for direct numeric values in filenames
- switched levenshtein to dice algorithm for string similarity and implemented numeric value parsing from filename as fallback if no weight was matched efff9a0
- added to the readme that you can supply extensions to the font names f7812d8
v1.1.0...v1.2.0
v1.1.0 including cjs/mjs/ts/sourcemaps support
- switched build setup to rollup to bundle up files and output cjs/mjs/ts/sourcemaps 723d806
- fixed #1 by leveraging the closest levenshtein result to avoid eg. SemiBold/Bold mismatches 6250a51
v1.0.0...v1.1.0