Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@dlin-me dlin-me released this 15 Jun 05:13
· 5 commits to master since this release

Change log:

  1. Added get, add, remove, set methods to the Client class
  2. Created concrete selector classes (UserListSelector and UserListClientSelector)
  3. Create Soap instant objects in Client class instead. As a result, Operation and selector class does not need a client instance before method build is called.

Breaking changes:

  1. The Selector class has become internal. Concrete classes UserListSelector and UserListClientSelector should be used instead.
  2. Selector classes constructors do not require a client object
  3. Client object will build the selector internally. There's no need to call the build method on selector objects.