-
Release 1.0.78 on 2020-05-31
- Make exception handling in shallow conversions configurable: an
:exceptionsoption may be:group,:omit,:quaify, or:return. - Fix bug in shallow array handling.
- Make exception handling in shallow conversions configurable: an
-
Release 1.0.73 on 2020-05-31
- Add
from-java-shallowto provide functionality similar toclojure.core/bean(a shallow conversion) but with options to control behavior (so "dangerous" methods that appear as getters can be omitted). - Bump
org.clojure/tools.loggingto1.1.0. - Move change log to a separate file.
- Improve documentation around property naming and how it corresponds to setter function names.
- Add
-
Release 1.0.64 on 2020-02-18
- Switch to 1.0.x versioning.
- Bump
org.clojure/tools.loggingto0.6.0. - Add basic tests for the builder JDATA-20.
-
Release 0.2.0 on 2020-01-02
- Add
clojure.java.data.builder/to-javato construct Java objects from builders using hash maps of properties JDATA-18.
- Add
-
Release 0.1.5 on 2019-12-20
- Add
set-propertiesto populate an existing object JDATA-15. - Add
:clojure.java.data/constructormetadata support JDATA-16.
- Add
-
Release 0.1.4 on 2019-10-13
- Fix Clojure hash map conversion problems JDATA-14 (problems introduced in 0.1.3)
-
Release 0.1.3 on 2019-10-13
- Fix
java.util.Map/Clojure hash map setter handling JDATA-6. - Fix
Booleanconversion JDATA-10. - Fix
SQLExceptionhandling JDATA-12.
- Fix
-
Release 0.1.2 on 2019-10-12
- Fix reflection warnings JDATA-2 and JDATA-13.
-
Release 0.1.1 on 2012-04-29
- Initial release.
- Clojure 1.2 compatibility.