parabar v1.1.1
What's Changed
- Add missing
apply
operation toREADME
by @mihaiconstantin in #40 - Fix white space indentation in
UML
diagram by @mihaiconstantin in #46 - Remove duplicated code in
UserApiConsumer
class by @mihaiconstantin in #47 - Update actions in GitHub workflows by @mihaiconstantin in #48
- Fix hanging progress bar on task errors in
ProgressTrackingContext
by @mihaiconstantin in #49 - Miscellaneous style changes by @mihaiconstantin in #50
- Remove
UML
relationships legend from design diagram by @mihaiconstantin in #51 - Release
v1.1.1
by @mihaiconstantin in #52
Added
- Add tests for progress tracking context when executed tasks throw an error. In relation to #44.
Changed
- Update action versions in GitHub workflows.
Fixed
- Fix hanging progress bar on errors in the
ProgressTrackingContext.R
class. Closes #44. - Remove duplicated lines in
UserApiConsumer
class. Closes #41. - Fix indentation in
UML
design diagram. Closes #45. - Add missing
apply
operation toREADME
documentation.
Full Changelog: v1.1.0...v1.1.1