=== (ongoing) (2020-)  ===

- add more ways of protection
- add ajax protection!
- add (re)captcha protection!


=== 0.2.1 ===

- remove whitespace in links, so tel: links can be display like +41 22 575 333 333, but work anyway
- new release mode (no git-flow anymore), master is now main


=== 0.2.0 ===

- MAILPROTECTOR_EMAIL_LINK_PATTERN and MAILPROTECTOR_PHONE_LINK_PATTERN are no more used,
    instead, a beautifulsoup based solution (more robust, can keep all attributes) is used.
- base for multiple protectors is made. for now, munger (as before) and munger_link_only are available
- django 3.0 is getting tested, removed django < 1.11 from tox


=== 0.1.5 ===

- support up to django 2.2
- switched to tox-travis for testing on travis


=== 0.1.4 ===

- phone protection
- regular expressions used for email/phone detection in mailprotector_textblock can be configured
  via settings


=== 0.1.3 ===

- cleanup release, mostly for having sane branches/tags/etc. (0.1.2 never on pypi)


=== 0.1 ===

- initial release
- mailprotector and mailprotector_textblock templatetags


# Suggested file syntax:
#
# === (ongoing) ===
# - this is always on top of the file
# - when you release a new version, you rename the last `(ongoing)` to the new
#   version and add a new `=== (ongoing) ===` to the top of the file
#
#
# === 1.0 ===
# - a major version is created when the software reached a milestone and is 
#   feature complete
#
#
# === 0.2 ===
# - a minor version is created when a lot of new features have bene added or
#   significant backwards incompatible changes have been made.
#
