icarus-consulting / Yaapii.Xambly

A port of Xembly library by Yegor Bugayenko. Lighweight XML parser, generator and manipulator.
MIT License
7 stars 0 forks source link

Directives takes params of IDirective #108

Closed aveXcaesar closed 6 years ago

aveXcaesar commented 6 years ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce?** (check one with "x")

What is the current behavior? (You can also link to an open issue here)

104

What is the new behavior?

New ctor: Directives(params IDirective[] dirs) Increase test coverage

Does this PR introduce a breaking change? (check one with "x")

If this PR contains a breaking change, please describe the impact and migration path for existing applications

Other information

closes #104