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.

56 lines
1.4 KiB

6 years ago
6 years ago
  1. # VHDL Fomatter
  2. VHDL formatter web online written in javascript
  3. [Online version https://g2384.github.io/VHDLFormatter/](https://g2384.github.io/VHDLFormatter/)
  4. ## Release Notes
  5. ### 2.4 [2018-02-23]
  6. - use local storage to store settings
  7. - add `main.js`
  8. - treat key words and type names separately
  9. ### 2.3 [2018-02-22]
  10. - bugfix "remove non-comment code by mistake"
  11. - add `tests` folder, improve the project management
  12. - support extended identifier (backslash names)
  13. - fix exponential notation
  14. - user can choose EOL symbols (or use system's by default)
  15. - align comments (when user chooses "align" option)
  16. - bugfix "extra whitespaces around unary minus or plus"
  17. Many thanks to [@MihaiBabiac](https://github.com/MihaiBabiac)
  18. ### 2.2 [2018-10-16]
  19. - support enumerated types
  20. ### 2.1 [2018-03-22]
  21. - fix keywords case issues
  22. - anything in quotes will not be touched
  23. - correct format for comments after multi-line statement
  24. - options to align signs in parameter lists
  25. - fix function indentation
  26. - fix "align symbols affects process label"
  27. - do not align multi-occurrence symbols in a line
  28. - better styles (checkbox, button, disabled)
  29. - support package bodies
  30. - fix "newline after PORT affects PORT MAP"
  31. ### 2.0 [2018-02-16]
  32. - rewrite the main algorithm (& move to a new repository)
  33. - add more unit tests
  34. - fix all known issues
  35. ### 1.1 [2016-11]
  36. - fix some bugs reported by users
  37. - add unit tests
  38. ### 1.0 [2015-01]
  39. - support most of the VHDL features