The first major release since I've taken on the codebase; this includes a number of currency fixes to bring this up-to-date, and a few defects fixes.
New features include being able to cache 3rd party tasks - this means you can check your tasks use them correctly.
Also you can write your own custom rules to support any local development practices you have.
What's Changed
- Updates to support External Dependences by @mbwhite in #85
- Do not report errors for optional workspaces by @mbwhite in #87
- feat: added docs by @mbwhite in #88
- Correct package json by @mbwhite in #89
- Missing spec by @mbwhite in #90
- chore(release): 1.0.0-beta.0 by @mbwhite in #91
- Fix pipeline tasks by @mbwhite in #92
- Fix task workspace by @mbwhite in #94
- fix: correct tt.params - and make sure tested by @mbwhite in #96
- fix: add support for finally tasks by @mbwhite in #97
- feat: improve config handling by @mbwhite in #98
- Fix issue 36 by @mbwhite in #99
- fix: fix issue 57 by @mbwhite in #100
- fix: extra-params on embedded resources by @mbwhite in #101
- feat: pipelineRun support (partial) by @mbwhite in #102
- fix: properties loading by @mbwhite in #103
- feat: custom rules by @mbwhite in #106
Full Changelog: v0.7.0...v1.0.0