From c78ac765b61e5e028113bad7ec950cfa2580c492 Mon Sep 17 00:00:00 2001 From: g2384 Date: Mon, 19 Oct 2020 16:39:23 +0100 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 9687b93..741044b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,23 @@ VHDL formatter web online written in javascript ## Release Notes +### 2.7 [2020-10-19] + +- align concurrent signal assignment +- align in, out, buffer and inout key words +- fix single line PACKAGE indentation +- add more type names, support "STD_LOGIC", "STD_LOGIC_VECTOR", "STD_ULOGIC", "STD_ULOGIC_VECTOR" +- add new lines at the end of file +- update packages + +### 2.6 [2020-02-23] + +- support VHDL-2008 block comment /* */ +- use jest +- indent multi-line signal and constant declarations +- do not add space between "<" or ">"; e.g. "<<<" will become " <<< " and not " < < < " +- array type definition breaks when formatting; e.g. "RANGE <>" becomes "RANGE < >" + ### 2.5 [2019-03-13] - keep the front page concise