CHANGES
=======

1.2
----

- Avoid deepcopy to improve speed

  - https://github.com/hirokiky/dripper/pull/6
  - Thanks @afiram

1.1
---

- ``None`` is default value of ``ValueDripper``

  - Before this change ``ValueDripper`` without ``default`` keyword argument
    will raise ``DrippingError``
  - In order to this behavior ``DictDripper`` will return empty dict
    when inner value dripper could not dig out values
  - Thanks for @bungoume to suggest this behavior

1.0
---

- Officially supported Python 3.5

0.3.1
-----

- ValueDripper now accepts ``default`` argument.

0.3
---

- Fixed to accept string or integer directly as source_root.

0.2
---

- Improved error handling.
- Added MixDripper.

0.1
---

-  Initial version
