Releases: fbiagi/SPSS-.NET-Reader
Releases · fbiagi/SPSS-.NET-Reader
SpssLib 1.1.5
SpssLib 1.1.4
Fixes issue with the missing value type of range and one specific value.
SpssLib 1.1.3
Fixed a bug that was caused by strings that are long continuation records, that are uppercase with a variable name shorter than 5 characters.
SpssLib 1.1.2
Fix a bug with long string variables not being properly broken up in case there were multiple string variables with similar names over a given length.
SpssLib 1.1.1
- Variable name is a requirement, fixed issue #10
SpssLib 1.1
- Fixed issue with Very long string variables being shown as multiple variables when written file was open on SPSS
- Provide better binary compatibility with SPSS in general
- Dispose on writer will write the end of file
- MissingValueType has now an enum, making it easyer to set up
- Record internal data vector exposed as a read-only property
- New method on writer to create a new record from an old one
- Better unit test and using .runsettings file
- Added tons of docs
- Readme for GitHub project with examples
- Remove Obsolete ToSpssDataset functionality
- Cleanup code
- Update NuSpec files
- Moved to C# 6.0
Initial Release
Initial release of the SPSS library.