Skip to content

Refactored, API change.

Compare
Choose a tag to compare
@cxj cxj released this 13 May 21:45
· 9 commits to master since this release

Backward compatibility breaking change made to class Address construction. Default constructor has been removed, and replaced by 3 different factory methods: fromVars, fromArray and fromJson.

Miscellaneous changes including documentation improvements and code cleanups.