Releases: creyD/prettier_action
Releases · creyD/prettier_action
v4.6
v4.5
What's Changed
- Fixed a bug with only_changed_pr
- Added allow_other_plugins option for #98
Full Changelog: v4.4...v4.5
v4.4
What's Changed
- feat: Added push_options as option by @chicco785 in #121
- feat: Allow amended commits to be empty by @blakedunson in #119
- feat: Added no_commit by @chicco785 in #122
- feat: INPUT_WORKING_DIRECTORY is now defaulting to github.action_path by @jetmore in #133
- feat: Added git_identity option to allow overriding actor by @DerekTBrown in #126
- feat: Added only_changed_pr option to allow for using only_changed on PRs by @jetmore in #135
Thanks a lot to you all!
New Contributors
- @chicco785 made their first contribution in #121
- @blakedunson made their first contribution in #119
- @DerekTBrown made their first contribution in #126
- @jetmore made their first contribution in #133
Full Changelog: v4.3...v4.4
v4.3
What's Changed
- Add note that Prettier plugins must be wrapped in quotes by @WesleyYue in #99
- Version bump readme recommendation of checkout action by @JuanDa237 in #102
- Bumped actions/checkout to v3 in examples by @AnimeAllstar in #104
- Don't use the npm bin command to resolve the bin path to fix #113 by @tropictim in #112
- Added option clean_node_folder for #108 by @creyD in #109
New Contributors
- @WesleyYue made their first contribution in #99
- @JuanDa237 made their first contribution in #102
- @AnimeAllstar made their first contribution in #104
- @tropictim made their first contribution in #112
Thanks a lot for everyone who helped on this PR!
Full Changelog: v4.2...v4.3
Minor Feature & Bugfix Update
Full Changelog: v4.1.1...v4.2
Bugfix Update
Minor Feature Update
- Added
working_directory
parameter - Changed term "master" in readme to the new GitHub default convention (Thanks to @JLHasson)
package-lock.json
now doesn't get deleted anymore (Thanks to @AndyA)- Added
commit-description
parameter (Thanks to @insyri) - Fixed a bug with spaces in file names (Thanks to @sksat)
Full Changelog: v4.0...v4.1
Major Feature Update
- Switched to way faster composite action (with a lot of help from @jsoref)
- Allowed unofficial plugins (Thanks to @suda)
- Enhanced docs (Thanks to @infotexture)
- Fixed bug #37 (Thanks to @fsz-codeshop) (PENDING BUG RESOLVE)
- Added custom GITHUB TOKEN parameter (Thanks to @hpedrorodrigues)
Prettier-Plugin Feature Added
Thanks to @SebastianKS for this feature!