@@ -19,45 +19,47 @@ So I do not use my json-smart anymore. I had fun with this project. If you want
1919
2020# Changelog
2121
22- ### * V 2.4.10*
22+ ### * V 2.4.10* (2023-03-17)
2323
2424* Fix unstacking issue with more than 400 elements in an array.
2525
2626### * V 2.4.9* (2023-03-07)
2727
2828* Add depth limit of 400 when parsing JSON.
2929
30- ### * V 2.4.8*
30+ ### * V 2.4.8* (2022-02-13)
3131
3232* Fix the incorrect double compare with e,E+,e+ [ PR 77] ( https://github.com/netplex/json-smart-v2/pull/77 )
3333
34- ### * V 2.4.7*
34+ ### * V 2.4.7* (2021-06-02)
3535* full timezone support in date parsing
3636* set default charset to UTF-8 when parsing byte[ ] contents
3737* overwride system default encoding when parssing bytes[ ] [ PR 71] ( https://github.com/netplex/json-smart-v2/pull/74 )
3838
39- ### * V 2.4.6*
39+ ### * V 2.4.6* (2021-04-23)
4040* Correct publish issue 3th time [ issue 69] ( https://github.com/netplex/json-smart-v2/issues/69 )
4141* Support latest asm in accessor-smart [ issue 70] ( https://github.com/netplex/json-smart-v2/issues/70 )
4242* Drop legacy parent pom
4343
44- ### * V 2.4.5*
44+ ### * V 2.4.5* (2021-04-19)
4545* Correct publish issue 2nd time [ issue 69] ( https://github.com/netplex/json-smart-v2/issues/69 )
4646
47- ### * V 2.4.4*
47+ ### * V 2.4.4* (2021-04-17)
4848* Correct publish issue 1st time [ issue 69] ( https://github.com/netplex/json-smart-v2/issues/69 )
4949* fix ArrayIndexOutOfBoundsException [ issue 68] ( https://github.com/netplex/json-smart-v2/pull/68 )
5050
51- ### * V 2.4*
51+ ### * V 2.4.2* (2021-04-04)
52+
53+ ### * V 2.4.2* (2021-04-03)
5254* add BIG_DIGIT_UNRESTRICTED to avoid BigDigit usage on some Double.
5355* fix CVE-2021 -27568
5456* java 11 build
5557
56- ### * V 2.3.1*
58+ ### * V 2.3.1* (2021-05-02)
5759* Fixes [ issue #60 ] ( https://github.com/netplex/json-smart-v2/issues/60 ) (CVE-2021 -27568)
5860* full timezone support in date parsing
5961
60- ### * V 2.3*
62+ ### * V 2.3* (2017-03-26)
6163* Patch 37 [ issue 37] ( http://code.google.com/p/json-smart/issues/detail?id=37 )
6264* Explicite support of char 127 [ issue 18] ( http://code.google.com/p/json-smart/issues/detail?id=18 )
6365* Integrate json-smart-action from Eitan Raviv [ PR 31] ( https://github.com/netplex/json-smart-v2/pull/31 )
@@ -68,42 +70,42 @@ So I do not use my json-smart anymore. I had fun with this project. If you want
6870 * Fix support for default java datetime format for US locale
6971 * Update my time Zone from Paris to San Francisco.
7072
71- ### * V 2.2.1*
73+ ### * V 2.2.1* (2015-10-08)
7274* Fix issue in strict mode [ issue gh-17 ] ( https://github.com/netplex/json-smart-v2/issues/17 )
7375* Add a licence Copy at the root project level [ issue gh-16 ] ( https://github.com/netplex/json-smart-v2/issues/16 )
7476* Change InputStream input reading to use UTF8. [ issue 48] ( http://code.google.com/p/json-smart/issues/detail?id=48 )
7577
76- ### * V 2.2*
78+ ### * V 2.2* (2015-07-29)
7779* Rename asm to accessors-smart due to conflict name with asm.ow2.org lib. fix [ PR-10] ( https://github.com/netplex/json-smart-v2/pull/10 )
7880* Fix OSGI error fix [ PR-2] ( https://github.com/netplex/json-smart-v2/pull/2 )
7981* Add support for BigDecimal
8082* Improve JSONObject.getAsNumber() helper
8183* Add a Field Remaper
8284
83- ### * V 2.1*
85+ ### * V 2.1.0 * (2014-10-19)
8486 * net.minidev.json.mapper renamed to net.minidev.json.writer
8587 * Add ACCEPT_TAILLING_SPACE Parssing Flag.
8688 * Mapper classes now non static.
8789 * Reader mapper are now available in net.minidev.json.reader.JsonReader class
8890 * Writer mapper are now available in net.minidev.json.writer.JsonWriter class
8991
90- ### * V 2.0*
92+ ### * V 2.0* (2014-08-12)
9193 * Fix Double Identification [ issue 44] ( http://code.google.com/p/json-smart/issues/detail?id=44 )
9294 * Fix Collection Interface Serialisation
9395 * Fix security Exception in ASM code
9496 * Project moved to GitHub
9597 * Fix [ issue 42] ( http://code.google.com/p/json-smart/issues/detail?id=42 )
9698
97- ### * V 2.0-RC3*
99+ ### * V 2.0-RC3* (2013-08-14)
98100 * Add custom data binding inside the ASM layer.
99101 * Add Date support
100102 * Add \x escape sequence support [ issue 39] ( http://code.google.com/p/json-smart/issues/detail?id=39 )
101103 * fix issue [ issue 37] ( http://code.google.com/p/json-smart/issues/detail?id=37 )
102104
103- ### * V 2.0-RC2*
105+ ### * V 2.0-RC2* (2012-04-03)
104106 * Fix critical [ issue 23] ( http://code.google.com/p/json-smart/issues/detail?id=23 )
105107 * Improve Javadoc in JSONStyle [ issue 24] ( http://code.google.com/p/json-smart/issues/detail?id=23 )
106108
107- ### * V 2.0-RC1*
109+ ### * V 2.0-RC1* (2012-02-18)
108110 * speed improvement in POJO manipulation
109111 * add JSONStyle.LT_COMPRESS predefined generate strct json, but ignoring / escapement.
0 commit comments