File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111
1212- Add more tests.
1313
14+ ## [ 1.0.1] ( https://github.com/appulse-projects/utils-java/releases/tag/1.0.1 ) - 2018-01-27
15+
16+ ### Added
17+
18+ - ` ReflectionUtils ` ;
19+ - More tests.
20+
21+ ### Changed
22+
23+ - Optimize ` ByteUtil ` speed.
24+ - Refactored ` Bytes ` interface.
25+
1426## [ 1.0.0] ( https://github.com/appulse-projects/utils-java/releases/tag/1.0.0 ) - 2018-01-26
1527
1628Initial release.
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ $> mvn clean package
3434[INFO] ------------------------------------------------------------------------
3535[INFO] BUILD SUCCESS
3636[INFO] ------------------------------------------------------------------------
37- [INFO] Total time: 15.211 s
38- [INFO] Finished at: 2018-01-26T19:19:45 +03:00
39- [INFO] Final Memory: 61M/754M
37+ [INFO] Total time: 15.272 s
38+ [INFO] Finished at: 2018-01-27T18:04:44 +03:00
39+ [INFO] Final Memory: 47M/483M
4040[INFO] ------------------------------------------------------------------------
4141```
4242
@@ -54,7 +54,7 @@ $> mvn clean test
5454[INFO]
5555[INFO] Results:
5656[INFO]
57- [INFO] Tests run: 4 , Failures: 0, Errors: 0, Skipped: 0
57+ [INFO] Tests run: 9 , Failures: 0, Errors: 0, Skipped: 0
5858[INFO]
5959...
6060```
You can’t perform that action at this time.
0 commit comments