prettier_action

GitHub action for running prettier on your projects pull requests

MIT License

Stars
274
Committers
27

Bot releases are hidden (Show)

prettier_action - v4.3 Latest Release

Published by creyD over 1 year ago

What's Changed

New Contributors

Thanks a lot for everyone who helped on this PR!

Full Changelog: https://github.com/creyD/prettier_action/compare/v4.2...v4.3

prettier_action - Minor Feature & Bugfix Update

Published by creyD almost 3 years ago

  • Plugins now don't get installed globally (Thanks @seven1m)
  • Fixed #78 (Thanks @bercos)

Full Changelog: https://github.com/creyD/prettier_action/compare/v4.1.1...v4.2

prettier_action - Bugfix Update

Published by creyD almost 3 years ago

  • Fixed #74 (Thanks to @insyri)
prettier_action - Minor Feature Update

Published by creyD almost 3 years ago

  • 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: https://github.com/creyD/prettier_action/compare/v4.0...v4.1

prettier_action - Major Feature Update

Published by creyD about 3 years ago

  • 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_action - Prettier-Plugin Feature Added

Published by creyD almost 4 years ago

Thanks to @sebastianks for this feature!

prettier_action - Fixed a bug with the only_changed parameter

Published by creyD almost 4 years ago

  • Fixed #31 (Thanks to @J-Fields)
prettier_action - Added new functionality

Published by creyD almost 4 years ago

  • Fixes #21 (only_changed parameter)
  • Closes #16 (update parameter)
  • Updated docs

Thanks for everyone who helped in creating and debugging this release!

prettier_action - Version 3.0

Published by creyD over 4 years ago

  • Fixed #12
  • Updated docs
  • Removed branch parameter
prettier_action - Added npm Version Selector

Published by creyD over 4 years ago

As requested I added an npm version selector for #9

Have fun! ~

prettier_action - Added Dry-Run feature

Published by creyD over 4 years ago

In a fork of this repo, I saw that they implemented this feature, so I thought it might be helpful to others.

Have fun!

prettier_action - Release Version 2

Published by creyD over 4 years ago

  • Removed unnecessary npm install
  • Added documentation
  • Added new defaults
prettier_action - Initial Release

Published by creyD almost 5 years ago

All features should work as mentioned in the README file.