Releases: bgotink/mdbook-angular
Releases · bgotink/mdbook-angular
v0.4.2
v0.4.1
What's Changed
- {feature} Add option to configure whether to enable Angular Zoneless by @razvantudorache in #33
- {chore} version v0.4.1 by @bgotink in #34
New Contributors
- @razvantudorache made their first contribution in #33
Full Changelog: v0.4.0...v0.4.1
v0.4.0
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
What's Changed
- {fix} support setters with
@Input
annotation by @bgotink in #14 - {feature} parse type annotations on
@Input()
by @bgotink in #15 - {fix} set correct property for default option by @bgotink in #16
- {feature} support unary expressions in evaluate by @bgotink in #17
- {feature} add option for code blocks to include root-level providers by @bgotink in #18
- {chore} version v0.2.1 by @bgotink in #19
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Allow extra flags passed via
{{#angular}}
block, just like in```ts,angular
code blocks - Improve (some) error messages to help debug issues
- Replace multiple builder flags with single builder enum
Full Changelog: v0.1.5...v0.2.0