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.

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