- fix: removes extra line break from json file
- fix: updates the generated version number
- fix: fixes bug where the tool fails to read system environments
- feat: won't override the values in config
.json
, unless--force
flag is used. This makes it easier to add new variables, since the old ones do not have to be given again.
- feat(BREAKING CHANGE): adds ability to append gitignore with generated json config file. This can be done with
--[no-]gitignore
flag. By default, it will append to gitignore. - fix: fixes issues with yaml_path argument breaking other options.
- feat: makes it possible to change config yaml file location
- docs: improves documentation readability
- fix: fixes bug where some fields in config yaml did not work
- chore: migrates from
package:change_case
topackage:mankeli_core
- feat: adds support for flavors
- fix: fixes issues with analyzer
- chore: adds example
- fix: fixes issues with analyzer
- fix: adds empty private constructor to generated dart class to disable creating new instance of the static class
- fix: fixes issues in documentation
- feat: initial release 🎉