File tree Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Expand file tree Collapse file tree 11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ that for Java. So I developed the JBBP library.<br>
17
17
18
18
# Change log
19
19
20
- - __ 3.0.1 (SNAPSHOT )__
20
+ - __ 3.0.1 (24-dec-2024 )__
21
21
- added ` MSB0_DIRECT ` bit order mode, MSB0 without data
22
22
revers [ #46 ] ( https://github.com/raydac/java-binary-block-parser/issues/46 )
23
23
- added ` JBBPBitInputStream#isDetectedPartlyReadBitField ` to check that only part of bit field read during last
Original file line number Diff line number Diff line change 1
- 3.0.1 (SNAPSHOT )
1
+ 3.0.1 (24-dec-2024 )
2
2
- added `MSB0_DIRECT` bit order mode, MSB0 without data revers [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
3
3
- added `JBBPBitInputStream#isDetectedPartlyReadBitField` to check that only part of bit field read during last operation
4
4
- added flag into constructors for JBBPBitInputStream to force return -1 instead of partly accumulated bits data if end of field
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-plugin-pom</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-gradle-tests</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >jbbp-main-plugin-pom</artifactId >
9
- <version >3.0.1-SNAPSHOT </version >
9
+ <version >3.0.1</version >
10
10
</parent >
11
11
12
12
<artifactId >jbbp-gradle-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-pom</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin-tests</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-pom</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-plugin-pom</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >jbbp-main-plugin-pom</artifactId >
9
- <version >3.0.1-SNAPSHOT </version >
9
+ <version >3.0.1</version >
10
10
</parent >
11
11
12
12
<artifactId >jbbp-plugin-common</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-pom</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-main-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-pom</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp</artifactId >
You can’t perform that action at this time.
0 commit comments