- remove all search params when triggered from the outside, fixed by #50 (Thanks to Ken Petti)
- allow multiple search parameters of the same key; output array of values, fixed #6
- fixed extra backspaces cause the browser to navigate back to previous page, fixed #52
- update to angular-ui-bootstrap 1.x, fixed #26, #36
- show auto complete dropdown from the beginning on suggested value parameters, fixed #33
- add data attribute (data-key) for better testability, fixed #35
- add support for events on adding and removing search params, fixed #32
- search parameter input does not close anymore when you click on it, fixed #38
- add support for suggested values for a search parameter with typeahead support, fixed #11
- fix optional parameters on AngularJS 1.4.9, fixed #31 and #34
- enter and leave edit mode methods and events was not called every time due ng-if directive, fixed #17
- workaround a small timing issue and enable edit mode explicit on newly added parameters
- allow to override the templateUrl, related to #19
- 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
- fixed entering the edit mode by clicking on a search parameter, fixed #3 #14 #21
- fixed browser back behaviour when removing queries, pull request #23
- add option to configure the suggested parameter label text
- allow to specify the display limit of search parameter suggestions
- allow to specify the search throttle time
- add certain events you can subscribe to (enter / leave edit mode, model update)
- 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