The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
## What's Changed
- Fix `mapper.target` to work in a more reliable way
⚠️ `mapper.target` now need a path as a key to work
## What's Changed
* Add support for other parameters for target by @mackoj in https://github.com/mackoj/PackageGeneratorPlugin/pull/9
* Update documentation
**Full Changelog**: https://github.com/mackoj/PackageGeneratorPlugin/compare/0.4.0...0.5.0
## What's Changed
* passe verbose mode to CLI
* remove most of public attribute
* minor error reporting changes
* remove unused files
* unusedThreshold and leafInfo are put in beta mode
* improve default configuration for Apple SDK
* improve documentation
* add support for pragmaMark `// MARK: -` for targets
* clean leafInfo logs
**Full Changelog**: https://github.com/mackoj/PackageGeneratorPlugin/compare/0.3.0...0.4.0
## What's Changed
* Update CLI
* Add support for custom spacing in generated file
* improve errors
**Full Changelog**: https://github.com/mackoj/PackageGeneratorPlugin/compare/0.2.0...0.3.0
## What's Changed
* update cli by @mackoj in https://github.com/mackoj/PackageGeneratorPlugin/pull/1
* Change order by @mackoj in https://github.com/mackoj/PackageGeneratorPlugin/pull/3
## New Contributors
* @mackoj made their first contribution in https://github.com/mackoj/PackageGeneratorPlugin/pull/1
**Full Changelog**: https://github.com/mackoj/PackageGeneratorPlugin/compare/0.1.0...0.2.0
First release