Releases: sneakypete81/atom-vhdl-entity-converter
Releases · sneakypete81/atom-vhdl-entity-converter
v0.9.0
- Strip comments from entity before parsing (#12) - thanks @Nik-Sch
v0.5.0
- Added setting to select indentation type (#9) - Thanks LeChuck42!
v0.4.3
- Added TravisCI config
- Added Appveyor config
- Add configuration option for signal prefix (#5)
- ESLint fixes
v0.4.2
- Remove spurious newline for instances without generics
- Include the trailing semicolon when selecting an entity
- Add more tests
v0.4.1
- Refactor for testability
- Add tests
- Make entity matching case insensitive (#2)
- Make generic matching case insensitive (#2)
- Make port matching case insensitive (#2)
- Handle generics without defaults (#1)
- Handle CRLF line endings (#3)
- Handle entity with no generics (#4)