Releases: mingyaulee/JsBind.Net
Releases · mingyaulee/JsBind.Net
v1.0.3
- Added
JsAccessPath
attribute
Full Changelog: v1.0.2...v1.0.3
v1.0.2
- Removed dependency on
System.Linq.Expressions
Full Changelog: v1.0.1...v1.0.2
v1.0.1
- Update dependencies to stable version
Full Changelog: v1.0.0...v1.0.1
v1.0.0
- Target .Net 8
- Stable version release
v0.4.1
Fixed stack overflow when serializing object reference in .Net 7
v0.4.0
- Added .Net 7 as target framework
- Fixed JsonSerializerOptions caching the type converter causing stack overflow exception
v0.3.2
v0.3.0
Added .Net 6 as target framework
v0.2.9
v0.2.8
- Fixed checking binding configurations array object instance before accessing length property.
- Fixed exception from using SingleOrDefault when verifying included properties.