Releases: mipalgu/VHDLParsing
Releases · mipalgu/VHDLParsing
2.7.0
What's Changed
- Refactor Workflows by @Morgan2010 in #25
- Add new member case in Type. by @Morgan2010 in #26
Full Changelog: 2.6.0...2.7.0
2.6.0
- Added new
invertedproperty toBitLiteral.
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Add support for enumerable type definitions. by @Morgan2010 in #23
Full Changelog: 2.4.1...2.5.0
2.4.1
2.4.0
- Included expressions in the
VariableAssignmentenumeration. The API of this type hasn't changed as new static functions cover the old cases.
Full Changelog: 2.3.0...2.4.0
2.3.0
What's Changed
- Add Support for Generate Expressions by @Morgan2010 in #21
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
- Add support for parameter labels. by @Morgan2010 in #19
- Made VariableReference work with Expressions by @Morgan2010 in #20
Full Changelog: 2.1.0...2.2.0
2.1.0
2.0.0
What's Changed
- Added macos13 workflows. by @Morgan2010 in #11
- Add missing imports and change PortSignal to use Type. by @Morgan2010 in #12
- Make IndexedValue use Expression type as the value. by @Morgan2010 in #13
- Detect member access in record types. by @Morgan2010 in #14
- Add support for custom function implementations. by @Morgan2010 in #15
- Add support for defining package bodies. by @Morgan2010 in #16
- Add support for when-statements in asynchronous code. by @Morgan2010 in #17
Full Changelog: 1.1.1...2.0.0
1.1.1
Hotfix that fixes an error where VariableName accepts reserved words in init(rawValue:). This was never the intended behaviour of this initialiser.
What's Changed
- Add true and false to reserved words. by @Morgan2010 in #10
Full Changelog: 1.1.0...1.1.1