File tree 2 files changed +19
-4
lines changed
2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change
1
+ # Changes by Version
2
+
3
+ ## v0.8.0 (2019-07-21)
4
+ * Add ` ThrowingBiFunction ` .
5
+ * Add ` ThrowingBiPredicate ` .
6
+ * Add ` ThrowingRunnable ` .
7
+ * Add ` ThrowingSupplier ` .
8
+ * Add ` Strings#isLowerCase(CharSequence) ` .
9
+ * Add ` Strings#isUpperCase(CharSequence) ` .
10
+ * Fix edge-cases in ` Identifiers ` .
11
+ * Upgrade ` org.libj:logging:0.4.1 ` to ` 0.4.2 ` .
12
+ * Upgrade ` org.libj:test:0.6.9 ` to ` 0.7.0 ` .
13
+
14
+ ## v0.7.9 (2019-05-13)
15
+ * Initial public release.
Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.libj</groupId >
24
24
<artifactId >libj</artifactId >
25
- <version >0.9.6-SNAPSHOT </version >
25
+ <version >0.9.6</version >
26
26
</parent >
27
27
<artifactId >util</artifactId >
28
- <version >0.8.0-SNAPSHOT </version >
28
+ <version >0.8.0</version >
29
29
<name >LibJ Util</name >
30
30
<description >
31
31
Supplementary utilities for classes that belong to java.util, or are considered essential as to justify existence in java.util.
39
39
<dependency >
40
40
<groupId >org.libj</groupId >
41
41
<artifactId >test</artifactId >
42
- <version >0.7.0-SNAPSHOT </version >
42
+ <version >0.7.0</version >
43
43
<scope >test</scope >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >org.libj</groupId >
47
47
<artifactId >logging</artifactId >
48
- <version >0.4.2-SNAPSHOT </version >
48
+ <version >0.4.2</version >
49
49
<scope >test</scope >
50
50
</dependency >
51
51
</dependencies >
You can’t perform that action at this time.
0 commit comments