Closed ships closed 1 year ago
Changes names like DocmapAssertion to Assertion, DocmapAction to Action, etc.
DocmapAssertion
Assertion
DocmapAction
Action
This fix should improve useability as you can always import * as if you need to differentiate. This will be annoying to deprecate later, so let's go before 1.0 is released.
Description
Changes names like
DocmapAssertion
toAssertion
,DocmapAction
toAction
, etc.Checklist
Additional Information
This fix should improve useability as you can always import * as if you need to differentiate. This will be annoying to deprecate later, so let's go before 1.0 is released.