File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,13 @@ that for Java. So I developed the JBBP library.<br>
1818# Change log
1919
2020- __ 3.0.0 (16-nov-2024)__
21- - __ minimal JDK version lifted up to 11.0__
22- - __ minimal supported Android lifted up to 12 (API 32)__
23- - changes in CompiledBlockVisitor API
24- - added JBBPUtils#findMaxStaticArraySize to calculate biggest static array size provided by a JBBP script
25- - opened some internal API
26- - refactoring
21+ - __ Minimum JDK Version: Updated to 11.0.__
22+ - __ Minimum Supported Android: Updated to 12 (API 32).__
23+ - __ API Changes: Modifications made to the CompiledBlockVisitor API.
24+ - __ New Feature:__ Added ` JBBPUtils#findMaxStaticArraySize ` for calculating the largest static array size defined in a
25+ JBBP script.
26+ - __ Internal API:__ Certain internal APIs have been opened.
27+ - __ Codebase Improvements:__ General refactoring performed.
2728
2829- __ 2.1.0 (05-nov-2024)__
2930 - minor changes in API for ` JBBPVarFieldProcessor ` and ` JBBPCustomFieldTypeProcessor `
Original file line number Diff line number Diff line change 113.0.0 (16-nov-2024)
2- - minimal JDK version lifted up to 11.0
3- - minimal supported Android lifted up to 12 (API 32)
4- - changes in CompiledBlockVisitor API
5- - added JBBPUtils#findMaxStaticArraySize to calculate biggest static array size provided by a JBBP script
6- - opened some internal API
7- - refactoring
2+ - Minimum JDK Version: Updated to 11.0.
3+ - Minimum Supported Android: Updated to 12 (API 32).
4+ - API Changes: Modifications made to the CompiledBlockVisitor API.
5+ - New Feature: Added ` JBBPUtils#findMaxStaticArraySize` for calculating the largest static array size defined in a JBBP script.
6+ - Internal API: Certain internal APIs have been opened.
7+ - Codebase Improvements: General refactoring performed.
88
992.1.0 (05-nov-2024)
1010 - minor changes in API for JBBPVarFieldProcessor and JBBPCustomFieldTypeProcessor
You can’t perform that action at this time.
0 commit comments