Commit Graph

95 Commits

Author SHA1 Message Date
2446810d19 v1.8.2 2024-04-13 13:17:09 +03:00
5e4f0f847c Add default resolver exports 2024-04-13 13:16:46 +03:00
8951e8117c v1.8.1 2024-04-13 13:04:28 +03:00
b01b3ff5a9 Added getter to result that converts options to a map 2024-04-13 13:03:54 +03:00
e3cad2c397 v1.8.0 2024-04-10 17:23:57 +03:00
fd620ec287 Move from interface to abstract class for resolver with some default methods 2024-04-10 17:23:15 +03:00
9735550272 v1.7.4 fix typo 2024-04-01 10:35:51 +03:00
679f6fff3a v.1.7.3 2024-03-31 19:12:50 +03:00
ca9b98212e More typings 2024-03-31 19:12:23 +03:00
1d5ee33286 v1.7.2 2024-03-31 18:53:16 +03:00
ac1ce34111 Actually implement the limit... 2024-03-31 18:52:54 +03:00
999543ced5 v1.7.0 breaking change in the parser's return value 2024-03-31 18:26:07 +03:00
6d921d6dec v1.6.8 2024-03-28 21:07:44 +02:00
54423a9395 Remove outdated code 2024-03-28 21:07:11 +02:00
b41c076181 Added examples, improved readme 2024-03-28 17:53:53 +02:00
a2e627c691 Print a warning instead of emitting one 2024-03-28 17:21:36 +02:00
54888270f3 Refactor and new options
Refactored flag parsing into a separate function
Added option for global flags that can be passed with any command
Upgraded dependencies & yarn
2024-03-28 16:44:13 +02:00
02b22486c7 v1.6.6 2024-03-27 10:10:42 +02:00
f9ea8b23c4 bugfix 2024-03-27 10:10:17 +02:00
3cba522baa v1.6.5 2024-03-24 21:39:15 +02:00
171c0e9bcb fix minimum and maximum limits 2024-03-24 21:38:48 +02:00
69c52d580a v1.6.4 2023-12-22 17:18:43 +02:00
662ff50bea improve result for early return
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-22 17:18:22 +02:00
4c7af5c5dd v1.6.3
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-14 17:34:18 +02:00
f024f059f2 Linter pass
new callback for when a command has been found with the ability to terminate the parsing
2023-12-14 17:33:54 +02:00
d73e1e5731 Linting 2023-12-08 20:10:35 +02:00
5a38cf123b
v1.6.2 2023-08-17 14:43:13 +03:00
7a39a3b96e
fix typings 2023-08-17 14:42:50 +03:00
d455f01eb8
v1.6.1 2023-08-16 14:11:15 +03:00
91ecd33db4
bugfix 2023-08-16 14:11:05 +03:00
f4f7e66c31
v1.6.0 2023-08-16 14:06:22 +03:00
6d0e55a0f4
bugfixes / improvements
ensure preservation of potentially extended class during cloning
resolver private -> protected to allow use in class extensions
2023-08-16 14:06:06 +03:00
471c749ce4
v1.5.7 2023-08-16 13:13:09 +03:00
3c0b112ac2
Minor tweaks to the ParserError class 2023-08-16 13:12:53 +03:00
25fcb88885
v1.5.6 2023-08-15 19:16:03 +03:00
4a15edefa1
more typings 2023-08-15 19:15:19 +03:00
92f1f2ee1c
v1.5.5 2023-08-15 18:29:49 +03:00
6a74608815
minor tweaks to typings 2023-08-15 18:29:24 +03:00
66beb8dd1d
v1.5.4 2023-08-15 17:51:30 +03:00
94d1291ffb
Use command interface internally 2023-08-15 17:51:08 +03:00
5e4c6bd7a3
v1.5.3 2023-08-15 16:44:08 +03:00
8881f5c6d9
Export command interface 2023-08-15 16:43:50 +03:00
9497ad6996
v1.5.2 2023-05-12 20:31:45 +03:00
0410e8d707
same as previous 2023-05-12 20:31:31 +03:00
fb46e09d70
change type params
Some checks failed
continuous-integration/drone/push Build is failing
2023-05-12 20:30:44 +03:00
3a4eb4be6f
v1.5.1 2023-05-12 19:38:19 +03:00
1d8aa751b9
update readme
allow default values on required opts
2023-05-12 19:37:54 +03:00
57313488b4
v1.5.0
All checks were successful
continuous-integration/drone/push Build is passing
2023-05-12 17:25:36 +03:00
97561a4b7f
Refactor parser to allow parsing of just arguments 2023-05-12 17:24:59 +03:00
aa7fe8643c
v1.4.5 2023-05-05 18:29:54 +03:00