Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

v0.2.0 - K2

Pre-release
Pre-release
Compare
Choose a tag to compare
@jbate jbate released this 16 Sep 15:30
· 188 commits to master since this release

Complete re-write to support multiple instances using a constructor function. In other words, more than one address form on the same page.

This changes invocation from:
contactDataServices.init(options);
to:
var address = new ContactDataServices.address(options);

Also, the following has been dropped:

  • "Caching" - this was only happening on each page request
  • Merge settings - the base object is now built up from the user's options