MoonTools.NETPhysFS/CHANGELOG.md

20 lines
841 B
Markdown
Raw Permalink Normal View History

2016-02-08 13:20:48 +00:00
## Version 0.0.1
- Initial release
## Version 0.0.2
2016-02-09 09:52:35 +00:00
- Added cdecl calling convention for StringCallback
## Version 0.1.0
- *THIS VERSION INCLUDES MAJOR BREAKING CHANGES*
2017-04-12 18:54:48 +00:00
- The library is no longer static
## Version 0.2.0
- New dataless enumeration functions are available now, which do not cause GC havoc
2017-05-26 11:14:23 +00:00
- Unsafe enumeration functions are now marked obsolete
## Version 1.0.0
2017-05-28 12:47:02 +00:00
- DLL configuration on platforms other than Windows is done via app.config now, as per http://www.mono-project.com/docs/advanced/pinvoke/dllmap/
- Fixed a bug in which trying to open a nonexistant bug would create an invalid handle without throwing exceptions
- Fixed a bug which would ignore the offset parameter in stream readings
- Added automated testing
- Various deprecated methods are now private only, they have been substituted with safer counterparts