--------------------------
* Added: ``audobject.Object.arguments()``,
``audobject.Object.hidden_arguments()``,
``audobject.Object.resolvers()``
* Added: ``hide`` to ``audobject.init_decorator()`` (replaces ``ignore_vars``)
* Changed: Serialize only arguments of ``__init__`` to YAML
* Changed: Raise error if user tries to hide argument without default value
* Changed: Raise error if argument that is not hidden is not assigned to a variable
* Removed: ``check_vars`` from ``audobject.init_decorator``