Commit graph

16 commits

Author SHA1 Message Date
Paul Hatcherian
999339635f Escpae prefix and namespace when creating regex 2022-12-27 21:34:15 -06:00
Paul Hatcherian
0b58042494 Fix for regex filter using unescaped '.' 2022-12-26 23:49:27 -06:00
Paul Hatcherian
124679ea79 Always use master as branch name in tests 2022-12-23 12:44:02 -06:00
Paul Hatcherian
5003ad4622 Add test for namespaces containing a slash 2022-12-22 21:21:21 -06:00
Paul Hatcherian
5a79aff975 Do not limit the number of tags returned when finding previous version 2022-12-20 07:02:54 -06:00
Paul Hatcherian
02763ed6d3 Exclude pre-release tags from version consideration 2022-12-17 19:56:43 -06:00
Paul Hatcherian
ba6e71e658 Fix to provide correct previous version when the current commit is tagged. 2022-12-17 19:00:10 -06:00
Paul Hatcherian
92bc0a8ba4 Add test coverage for previous_commit output 2022-12-16 06:15:48 -06:00
Paul Hatcherian
8f634060c4 Update NPM packages 2022-11-02 07:04:47 -04:00
Paul Hatcherian
e1e99bd214 Add version type as output 2022-10-02 17:17:28 -04:00
DELMAS Nicolas
472c83c1ce Feat: support flags when using regexp 2022-09-23 15:44:55 +02:00
Paul Hatcherian
ae4e812946 Support namespaces without tags. 2022-08-21 22:40:59 -04:00
Paul Hatcherian
3a712b126c Add support for using branches instead of tags 2022-04-15 13:12:45 -04:00
Paul Hatcherian
cd16d71443 Update tag resolver to use tag order instead of author date 2022-04-15 11:34:02 -04:00
Paul Hatcherian
2ee0b297bd Include additional metadata outputs 2022-04-04 20:52:06 -04:00
Paul Hatcherian
31f4e3fdf0 Rewrite/refactor for v5, migrate to TypeScript (MAJOR)
Set Jest config file in package script

Include module path

Include tests in project folders

Remove index module exports

Hardcode configuration parameters

Move parameter binding into main run function

Use alias imports

Run test sequentially

Remove cleanup (async conflict)

Revert Jest option

Increase test timeout to 15 seconds
2022-04-03 20:28:28 -04:00