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.

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