Releases: realtimetech-solution/opack
Releases · realtimetech-solution/opack
opack-0.0.13
What's Changed
- Add class transformer by @devjeonghwan in #34
- Add gradle libraries xmls by @devjeonghwan in #35
- Add default value provider and annotation by @devjeonghwan in #36
Full Changelog: 0.0.12...0.0.13
opack-0.0.12
What's Changed
- Add
WithType
annotation by @devjeonghwan in #29 - Add
WithType
description to README.md by @devjeonghwan in #30 - Reformat README.md usage and Add
of
method to create dense reader/writer by @devjeonghwan in #31 - Add test case in AnnotationWithTypeTest.java and Reformat code by @devjeonghwan in #32
- Add
WithType
description in README by @devjeonghwan in #33
Full Changelog: 0.0.11...0.0.12
opack-0.0.11
What's Changed
- Fix JSON empty object or array bug by @devjeonghwan in #28
Full Changelog: 0.0.10...0.0.11
opack-0.0.10
What's Changed
- Add transformers and Fix errors by @devjeonghwan in #27
- Upgrade performance by @devjeonghwan in c83423f
- Upgrade JSON codec performance by @devjeonghwan in 3a36223
Full Changelog: 0.0.9...0.0.10
opack-0.0.9
opack-0.0.8
- Fix recursive test and Add full stop in exception messages
opack-0.0.7
- Move maven central group id
- Cleanup Wrap/NoWrap transformer structures
opack-0.0.6
- Add classifier and version to dense format
- Add opack logo
opack-0.0.5
- Fix exception type and Add performance test
- Refactor opack codec strcuture
- Change stack and writer grow algorithm
- Rewrite javadocs
- Upgrade performance
opack-0.0.4
- Arrange words and names
- Fix tiny issues