11![ JBBP Logo] ( https://github.com/raydac/java-binary-block-parser/blob/master/logo.png )
22
33[ ![ License Apache 2.0] ( https://img.shields.io/badge/license-Apache%20License%202.0-green.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
4- [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.2 |jar )
4+ [ ![ Maven central] ( https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg )] ( http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.0.3 |jar )
55[ ![ Java 1.8+] ( https://img.shields.io/badge/java-1.8%2b-green.svg )] ( http://www.oracle.com/technetwork/java/javase/downloads/index.html )
66[ ![ Android 3.0+] ( https://img.shields.io/badge/android-3.0%2b-green.svg )] ( http://developer.android.com/sdk/index.html )
77[ ![ PayPal donation] ( https://img.shields.io/badge/donation-PayPal-cyan.svg )] ( https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2 )
@@ -17,7 +17,7 @@ that for Java. So I developed the JBBP library.<br>
1717
1818# Change log
1919
20- - __ 2.0.3 (SNAPSHOT )__
20+ - __ 2.0.3 (03-jan-2021 )__
2121 - added service methods ` JBBPUtils.traceData ` to print dump of an input stream into a PrintStream
2222 - improved ` JBBPTokenizerException ` to show marked error
2323 position [ #30 ] ( https://github.com/raydac/java-binary-block-parser/issues/30 )
@@ -27,9 +27,6 @@ that for Java. So I developed the JBBP library.<br>
2727 - [ #28 ] ( https://github.com/raydac/java-binary-block-parser/issues/28 ) added ` JBBPOut#BinForceByteOrder ` to override
2828 byte order defined in ` @Bin ` annotations of written object.
2929
30- - __ 2.0.1 (04-feb-2020)__
31- - [ #26 ] ( https://github.com/raydac/java-binary-block-parser/issues/26 ) fixed bug in array write with MSB0
32-
3330[ Full changelog] ( https://github.com/raydac/java-binary-block-parser/blob/master/changelog.txt )
3431
3532# Maven dependency
@@ -40,12 +37,12 @@ The Framework has been published in the Maven Central and can be easily added as
4037<dependency>
4138 <groupId>com.igormaznitsa</groupId>
4239 <artifactId>jbbp</artifactId>
43- <version>2.0.2 </version>
40+ <version>2.0.3 </version>
4441</dependency>
4542```
4643
4744the precompiled library jar, javadoc and sources also can be downloaded directly
48- from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.2 /jar )
45+ from [ the Maven central.] ( https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.0.3 /jar )
4946
5047# Hello world
5148
@@ -118,7 +115,7 @@ in Maven it can be used through snippet:
118115<plugin >
119116 <groupId >com.igormaznitsa</groupId >
120117 <artifactId >jbbp-maven-plugin</artifactId >
121- <version >2.0.2 </version >
118+ <version >2.0.3 </version >
122119 <executions >
123120 <execution >
124121 <id >gen-jbbp-src</id >
0 commit comments