Skip to content

Releases: OleDakotaJoe/clonr

v1.7.1

13 Nov 03:15
Compare
Choose a tag to compare

Changelog

a277c60 chore: commenting for clarity
f9d6555 ci: Updating documentation

v1.7.0

07 Nov 09:25
676ef69
Compare
Choose a tag to compare

Changelog

3c3dd4b Merge branch 'main' of github.com:OleDakotaJoe/clonr into main
676ef69 Merge pull request #53 from OleDakotaJoe/POC_goja
6a415c6 Merge remote-tracking branch 'origin/POC_v8go' into POC_v8go
51b44d7 chore: merging with main
6867553 ci: Updating documentation
c301f98 feat: upgrading to support limited ES6 syntax
88b8c43 fix: fixed conditional
4a39837 fix: fixing condition bug
78ff796 fix: removed unnecessary file
aa16c2c fix: removed unnecessary file

v1.6.3

06 Nov 08:26
Compare
Choose a tag to compare

Changelog

8cad4f5 Merge branch 'main' of github.com:OleDakotaJoe/clonr into main
2af7af8 ci: Updating documentation
63e299d fix: fixing typo

v1.6.2

06 Nov 07:18
Compare
Choose a tag to compare

Changelog

0a3d889 Revert "ci: Updating documentation"
6c48241 Revert "ci: Updating documentation"
6b6632e Revert "docs: updated docs"
28061fb Revert "docs: updated docs"
c83f71a Revert "docs: updated docs"
454207b Revert "docs: updated docs"
15381ff Revert "refactor: refactored to use v8go instead. This will allow us to use es6 syntax"
b7d2ac5 ci: Updating documentation

v1.5.0

28 Oct 07:32
0704309
Compare
Choose a tag to compare

Changelog

0704309 Merge pull request #49 from OleDakotaJoe/feat#27_filename_variables
21722d5 chore: fixed unwanted output
e23730c chore: updated regex to accommodate for changes in configuration
67f5e96 ci: Updating documentation
ae06511 feat: added support for using placeholders in filenames
c563092 refactor: rename to moer appropriate
869879a refactor: renamed test

v1.4.2

27 Oct 21:14
df12fe6
Compare
Choose a tag to compare

Changelog

df12fe6 Merge pull request #48 from OleDakotaJoe/bug#45_fail_louder
b5c2ea9 ci: Updating documentation
54917fb refactor: moved function to utils and changed config file path to home directory
6484113 refactor: refactored to use correct utils
b25f821 refactor: removed unused methods

v1.4.1

26 Oct 21:55
6acee8e
Compare
Choose a tag to compare

Changelog

6acee8e Merge pull request #47 from OleDakotaJoe/fix#46_alias_prompt_bug
0038972 ci: Updating documentation
a8be315 fix: fixed bug where user is asked for the alias even if they passed it in explicitly

v1.4.0

26 Oct 07:01
b911e42
Compare
Choose a tag to compare

Changelog

b911e42 Merge pull request #44 from OleDakotaJoe/feat#29_alias_support
21f878c chore: go fmt
20e32e6 chore: removing unnecessary logging
76c76cd chore: removing unnecessary logging
891dcab chore: updating deps
d0010a8 ci: Updating documentation
658d12b feat: added get confirmation method, and necessary keys for global config
29e4ff8 feat: added isAlias for alias support
74ee84a feat: added ssh key to global config and is now capable of being set in clonr config set command
2003b21 feat: added support for aliases
aa46070 feat: adding support for aliases
56bc080 feat: adding support for configuration of aliases
2cf5488 feat: corrected value for alias url key
b498ce8 feat: local alias resolves to absolute filepath
adf220f fix: aliases were not deleting
45ebaed fix: fixing improper handling of name and location flags
71a2531 fix: fixing potential issue with args overriding names
799a8c3 fix: fixing redundant prompt
8660470 refactor: refactored duplicate code to use one method

v1.3.0

24 Oct 06:25
3c1efb9
Compare
Choose a tag to compare

Changelog

3c1efb9 Merge pull request #43 from OleDakotaJoe/feat#18_input_validation
7e6378d chore: added test output to gitignore
43e660c chore: removing unused dep
4ee3cbc ci: Updating documentation
12597af feat: added function for validation regexes
1ed333d feat: added logic for validation of user input
1510cc6 feat: adding validation keyname to global_confgi
57c459e refactor: renamed variables so that this test config can be used with other tests

v1.2.0

23 Oct 18:59
Compare
Choose a tag to compare

Changelog

012245e chore: fixing docs
1993989 chore: reverted unintentional change
7211357 ci: Updating documentation