- tagsInput
- autocomplete
- Added debounce-delay option (1a6527f, #19)
- Added min-length option (c17d7a4, #21)
- Added match highlighting (ce73779, #22)
- Added maxResultsToShow option (b2ae61b, #23)
- Added tag filtering support (a27363d, #25)
- Changed tag addition behavior (4f868e0, #30)
- Fixed suggestions box visibility (84bb916, c2b43c6, #26)
- Changed source option to comply with Angular guidelines (00b8e71, #18)
- general
- Renamed autocomplete directive as auto-complete so it doesn't conflict with input's autocomplete attribute
- Changed 'restrict' property of both tags-input and auto-complete directives to 'E'
- Added basic autocomplete support
- Added onTagAdded and onTagRemoved callbacks
- Added support for one-time string interpolation to all options
- Fixed the CSS classes so the directive gets rendered consistently across different browsers
- Removed allowed-chars-pattern option since it wouldn't prevent invalid chars from being inserted by pasting data from the clipboard. The allowed-tags-pattern option is the correct way to validate input from now on