Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 2.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Changelog
  2. ## 1.2.0 (2021-02-27)
  3. - Do not trigger prettier for .svelte and .component.html (angular) files. This avoids errors. Prettifying a subset of the file (i.e. just contents of `<style>` tags) using stylelint feels like unneeded work if you're about to run prettier over the whole file anyway (#160)
  4. ## 1.1.2 (2019-12-14)
  5. - Account for user defined parser overrides when working out what files to skip (#39)
  6. - Add an extra check to quickly skip formatting CSS-in-JS object literals (#39)
  7. - Bump dev dependencies (#39)
  8. ## 1.1.1 (2019-05-30)
  9. - Fix incorrect trailing whitespace on Windows (#24)
  10. ## 1.1.0 (2019-05-12)
  11. - Do not trigger prettier for js, ts, vue, html and markdown files. In stylelint >=9.9.0 these files sometimes worked and sometimes threw errors. In stylelint >=9.10.0 they would either error or have incorrect indentation. Prettifying a subset of the file (i.e. just contents of `<style>` tags) using stylelint feels like unneeded work if you're about to run prettier over the whole file anyway (#22)
  12. ## 1.0.7 (2019-05-07)
  13. - Add stylelint >9.2.1 as a peerDependency to help Yarn PNP support
  14. ## 1.0.6 (2019-01-05)
  15. - Report unparsable code as linting issues instead of crashing (#14)
  16. ## 1.0.5 (2018-11-16)
  17. - Specifying an explict syntax with `--syntax` will no longer crash when autofixing (#11)
  18. ## 1.0.4 (2018-11-11)
  19. - Do not pass stylelint built-in options `severity` and `messsage` to prettier (#10)
  20. ## 1.0.3 (2018-10-01)
  21. - Use the CSS parser when no filename is specified
  22. - Use prettier-linter-helpers instead of depending on eslint-plugin-prettier (#7)
  23. ## 1.0.2 (2018-09-28)
  24. - Update documentation and package.json to reflect the new repo location as part of the prettier GitHub organization (#5)
  25. ## 1.0.1 (2018-09-05)
  26. - Allow using overrides in `.prettierrc` to lint non-standard file extensions (#3)
  27. ## 1.0.0 (2018-09-05)
  28. The code for v1.0.0 is identical to v0.2.2. It has been used in production for a
  29. little while and I consider it stable.
  30. - Minor readme tweaks
  31. ## 0.2.2 (2018-07-29)
  32. - Better formatting of `\r` in reporting
  33. - Bump minimum required eslint-plugin-prettier version to 2.6.2
  34. - Ignore files that are specified in a .prettierignore file
  35. ## 0.2.1 (2018-07-03)
  36. - Ensure non-css languages (e.g. scss) would be parsed correctly when autofixing
  37. - Bump minimum required stylelint version to 9.2.1
  38. - Ensure trailing whitespace is always output when autofixing, even if the input file lacked trailing whitespace
  39. ## 0.2.0 (2018-07-02)
  40. - Add support for autofixing issues using `stylelint --fix`
  41. ## 0.1.0 (2018-07-02)
  42. - Initial functionality
  43. - Exposes a stylelint plugin that runs prettier
  44. - It reads config from .prettierrc by default but you can also pass config options into the rule