Releases: jsilverdev/config_props_extractor
Releases · jsilverdev/config_props_extractor
v1.4.2-rc1
Fixed
- Fixed some tests related to files
v1.4.1
v1.4.0
Added
- Now always refresh cloned repos
- Improved performance
Changed
- Updated dependencies
Fixed
- Sub-Processes now were killed on cancel or on timeout
v1.3.0
Added
- Improved validation for git urls, now can accept urls without ".git" for example
Fixed
- Now can catch all git exceptions and show in terminal
- If the folder doesn't exists stop the process and show a message
v1.2.0
Changed
- Now GIT_REPO_PATH variable can accept urls
- This try to clone and if already exists this will use the related folder
Fixed
- Now if the some config path not exits, this will be skipped
- If checkout to an branch that not exists (local or remote), this stop the process and show a message
- If try to get the latest updates from remote and take many time then stop the process and show a message
v1.1.0-rc1
Added
- Test for logger instance
v1.0.0
Changed
- Upgraded dependencies
v1.0.0-rc4
Added
- Now can validate if the path is a git repository and if is in the top level
- If a value is null his value has empty on .txt and .properties generated files
Changed
- The null and/or empty values now are added to the generated files
v1.0.0-rc2
Fixed
- Fix some tests
v1.0.0-rc1
- initial release