1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
# com.hypirion.io changelog
## 0.3.1
* Compiling the project with `lein javac` will now produce `1.6`-compliant
bytecode.
## 0.3.0 [`docs`][0.3.0-docs] [`tag`][0.3.0-tag]
* Add ConsoleUtils, which makes it possible to manipulate console echoing and
reading passwords.
* Add SignalIntercepting as part of the library.
## 0.2.0 [`docs`][0.2.0-docs] [`tag`][0.2.0-tag]
* Pipe and ClosingPipe now includes proper documentation.
## 0.2.0-RC1 [`tag`][0.2.0-RC1-tag]
* Pipe and ClosingPipe is now a part of the library. `(undocumented)`
* RevivableInputStream will now perform buffered reads, not unbuffered.
`(undocumented)`
## 0.1.0 [`docs`][0.1.0-docs] [`tag`][0.1.0-tag]
* RevivableInputStream is now a part of the library.
[0.3.0-tag]: https://github.com/hyPiRion/com.hypirion.io/tree/0.3.0
[0.3.0-docs]: http://hypirion.github.com/com.hypirion.io/0.3.0/
[0.2.0-tag]: https://github.com/hyPiRion/com.hypirion.io/tree/0.2.0
[0.2.0-docs]: http://hypirion.github.com/com.hypirion.io/0.2.0/
[0.2.0-RC1-tag]: https://github.com/hyPiRion/com.hypirion.io/tree/0.2.0-RC1
[0.1.0-tag]: https://github.com/hyPiRion/com.hypirion.io/tree/0.1.0
[0.1.0-docs]: http://hypirion.github.com/com.hypirion.io/0.1.0/
|