Releases: devnied/Bit-lib4j
Releases · devnied/Bit-lib4j
1.5.2
1.5.1
- Upgrade dependencies
- Replace Travis by Github Action
1.5.0
1.4.13
- Improve performance #6 (Thanks @andrei-cristea)
- Fix dependencies scope #5 (Thanks @anthonygraignic )
1.4.12
- Fix Integer/Long issues with Max and Min value
- Add
clear()
method to clear all added data - Add unit tests
1.4.11
1.4.10
1.4.9
- Add method to convert byte to String
bytesToStringNoSpace()
- Add method to set a bit in a byte
setBit()
- Add unit tests
1.4.8
- Add method to truncate string representation of byte array
bytesToString()
1.4.7
- Add method to convert byte array to Int
byteArrayToInt()
- Add method to convert int to byte Array
toByteArray()
- Code refactor