- fix some errors in test cases. - adding travis CI. - update document format to rst (re-Structure).
1.3.0
==================
- Using the ``deploy`` recipe to replace both ``plugins`` and ``extensions`` recipes. Both recipes pretty much do the same work.
1.2.0
==================
- Adding the ``action`` option for both ``plugins`` and ``extensions`` recipes. It has ``symlink`` as the default value and ``copy`` to do hardcopy instead.
1.1.1
==================
- Make sure to create symlinks during buildout updating.
1.1.0
==================
- Add the part directory to install result, so buildout will remove it during uninstalling.
- New symlinks recipe to create symlinks from target folder to link folder for all names.
1.0.1
==================
- Using os.path.lexists instead of os.path.exists to make sure the broken symlinks got removed.