- Support to add, delete search parameters and change search parameter's values via ng-model, fixed issue #7, #9 and #10
- change main property of package.json to final build in dist folder, fixes #4
- use ng-if for search parameter input to avoid rendering issues and performance
- Hide in use search parameter suggestions, fixed issue #8
- correctly handle isolation scope of 'placeholder' attribute, fixed #15
- revert change for issue #3, click on container element enables focus, fixed #14
- update README with latest changes to dist files in bower package
- remove leading 'src/' path from template name
- Embed template into final build
- Remove setting focus on click on container element, fixed issue #3
- implement a make release target using grunt-bump
- Initial release