Skip to content

Releases: org-kepe/beancp

2.0.12

07 Jan 14:02
Compare
Choose a tag to compare

1.add some support for VarSql
2.Optimization error prompt
3.Fix the issue of invalid constructor BeancpProperty annotation.
4.Added the registerPropertyGetAndSet API for custom property set and get

2.0.10

17 Dec 14:37
Compare
Choose a tag to compare

1.Slightly optimized the conversion efficiency when converting types
such as map, list, set, array, etc
2.Supports converting List, set, and Array types to non collection types
3.Supports converting non collection types to List, set, and Array types
4.Fix the bug where the set method converts errors when it returns a
value
5.Add some basic APIs for the future

2.0.9

11 Dec 11:48
Compare
Choose a tag to compare

1.getProperty and setProperty API support Map
2.Optimize performance issues for certain abnormal situations
3.Fix the issue of conversion failure when converting generics to entity classes in certain situations

2.0.7

06 Dec 14:06
Compare
Choose a tag to compare

1.Fix the bug where the clone API only returns the original object
2.Support maven-shade-plugin
3.Add new parameters for clone, setProperty, and getProperty for more
complex scenarios

2.0.6

04 Dec 13:25
Compare
Choose a tag to compare

add registerTypeConversion api for Custom Type Conversion

2.0.5

02 Dec 12:40
Compare
Choose a tag to compare

1.add annotation @BeancpIgnore @BeancpProperty
2.add api clone getProperty setProperty

2.0.4

30 Nov 15:17
Compare
Choose a tag to compare

type api suport array type

2.0.3

29 Nov 01:00
Compare
Choose a tag to compare

The basic function is to copy beans (copy from bean to bean), and and others also support converting beans to Maps, lists to lists, strings to dates...