This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
1.6.0
Fixed
- Bug when merging non-Map items into Map items (PR #32)
- Allow usernames containing "@" and adding escaping of "@" when building URL (PR #42)
Added
MapMergeMode.MERGE
,MapMergeMode.SKIP
andMapMergeMode.REPLACE
, see PR #32 and Configuration map merging