Skip to content

Releases: umjammer/dotnet4j

version 1.2.5

30 Nov 15:56
Compare
Choose a tag to compare
  • ⚒️ use jpl instead of jul
  • ⚒️ [JavaIOStream] add unit tests
  • 🐛 [GZipStream] add unit tests and fix about closing

version 1.2.4

27 Mar 22:45
6e15923
Compare
Choose a tag to compare
  • ⚒️ maintenance version
    • update dependencies
    • modernize code

version 1.2.3

04 Feb 19:47
Compare
Choose a tag to compare

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

08 Dec 20:54
faa5386
Compare
Choose a tag to compare
  • ⚒️ stream
    • apply Seekable interface
    • modify position methods signature

version 1.2.1

13 Jul 05:06
819d172
Compare
Choose a tag to compare
  • ⚒️ 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

19 Nov 10:44
Compare
Choose a tag to compare
  • 🎉 initial release