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.

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