Releases: SpiceSharp/SpiceSharpParser
Releases · SpiceSharp/SpiceSharpParser
SpiceSharpParser 3.2.8
- Added AddGenericLevel method
SpiceSharpParser 3.2.7
- logic for custom levels Mosfet parsing
SpiceSharpParser 3.2.6
- Few thread-safety fixes
SpiceSharpParser 3.2.5
What's Changed
- Add support for Alpha_&_Omega const (LTSpice support) by @marcin-golebiowski in #167
SpiceSharpParser 3.2.4
- fix null reference exception possible in ACWithEvents class
- migrate all test projects to .NET 8
- use latest Microsoft.CodeAnalysis.CSharp
- use latest Microsoft.NET.Test.Sdk
- use latest coverlet.msbuild
- use latest xunit.runner.visualstudio
- use SpiceSharpGenerator 1.0.9
SpiceSharpParser 3.2.0
- Use .NET 8.0
- Use latest SpiceSharp
SpiceSharpParser 3.1.5
Update packages
SpiceSharpParser 3.1.4
Update publish-nuget.yml
SpiceSharpParser 3.1.2
- Use latest SpiceSharpBehavioral
- Improve case sensitivity handling
SpiceSharpParser 3.1.0
- Add C# writer feature
- Fix a bug in .NOISE
- Fix a bug in expression resolver
- Fix bugs in .PLOT for noise
- Fix a bug in SpiceObjectMappings regarding switches
- Fix a bug in .APPENDMODEL (nested subcircuits were not supported)
- Revise validation logic
- Add support for AKO for models
- Renamings
- Refactorings
There are some breaking changes in API of SpiceSharpParser.
Please see integration tests for examples how to use SpiceSharpParser.
In case of problems please write on Discussions.