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.

54 lines
1.3 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. Many thanks to [@MihaiBabiac](https://github.com/MihaiBabiac)
  16. ### 2.2 [2018-10-16]
  17. - support enumerated types
  18. ### 2.1 [2018-03-22]
  19. - fix keywords case issues
  20. - anything in quotes will not be touched
  21. - correct format for comments after multi-line statement
  22. - options to align signs in parameter lists
  23. - fix function indentation
  24. - fix "align symbols affects process label"
  25. - do not align multi-occurrence symbols in a line
  26. - better styles (checkbox, button, disabled)
  27. - support package bodies
  28. - fix "newline after PORT affects PORT MAP"
  29. ### 2.0 [2018-02-16]
  30. - rewrite the main algorithm (& move to a new repository)
  31. - add more unit tests
  32. - fix all known issues
  33. ### 1.1 [2016-11]
  34. - fix some bugs reported by users
  35. - add unit tests
  36. ### 1.0 [2015-01]
  37. - support most of the VHDL features