Releases: umjammer/dotnet4j
Releases · umjammer/dotnet4j
version 1.2.5
version 1.2.4
- ⚒️ maintenance version
- update dependencies
- modernize code
version 1.2.3
minimum Java version changed to 17
- 🐛 [bug] fix to prevent it from throwing exception when double closing
- 🐛 [bug] fix that MemoryStream is able to toArray after closing
- ⚒️ deprecate some utility methods
- 🌱 add BinaryReader/Writer
version 1.2.2
- ⚒️ stream
- apply Seekable interface
- modify position methods signature
version 1.2.1
- ⚒️ move directory
- 🌱 [util] add compat package
- add functional interfaces
- add tuples
- add array, collection utilities
- add stopwatch
- 🌱 [io] add read/write all text
- 🚧 [threading] add (wip)
version 1.2.0
- 🎉 initial release