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.

55 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. ### 2.3 [2018-02-22]
  9. - bugfix "remove non-comment code by mistake"
  10. - add `tests` folder, improve the project management
  11. - support extended identifier (backslash names)
  12. - fix exponential notation
  13. - user can choose EOL symbols (or use system's by default)
  14. - align comments (when user chooses "align" option)
  15. - bugfix "extra whitespaces around unary minus or plus"
  16. Many thanks to [@MihaiBabiac](https://github.com/MihaiBabiac)
  17. ### 2.2 [2018-10-16]
  18. - support enumerated types
  19. ### 2.1 [2018-03-22]
  20. - fix keywords case issues
  21. - anything in quotes will not be touched
  22. - correct format for comments after multi-line statement
  23. - options to align signs in parameter lists
  24. - fix function indentation
  25. - fix "align symbols affects process label"
  26. - do not align multi-occurrence symbols in a line
  27. - better styles (checkbox, button, disabled)
  28. - support package bodies
  29. - fix "newline after PORT affects PORT MAP"
  30. ### 2.0 [2018-02-16]
  31. - rewrite the main algorithm (& move to a new repository)
  32. - add more unit tests
  33. - fix all known issues
  34. ### 1.1 [2016-11]
  35. - fix some bugs reported by users
  36. - add unit tests
  37. ### 1.0 [2015-01]
  38. - support most of the VHDL features