Releases: sniperwolf/taggingJS
Releases · sniperwolf/taggingJS
v1.3.3
24 Oct 12:07
Compare
Sorry, something went wrong.
No results found
v1.3.1
28 Apr 18:37
Compare
Sorry, something went wrong.
No results found
1.3.1 - [Apr 28, 2014]
Radically changed the architecture of the plugin. Now we are more flexible to changes and pull requests.
Added basic methods.
Now you can add (and remove) custom special keys to add or remove tags (see Available Methods ).
Fix #6 , #8 , #16 , #17 , #19 issues.
v1.2.5
10 Apr 11:18
Compare
Sorry, something went wrong.
No results found
1.2.5 - [Apr 10, 2014]
Fix #5 issue;
Changed pre-tags-separator and no-spacebar default value;
Improved code formatting;
v1.2.3
06 Apr 22:19
Compare
Sorry, something went wrong.
No results found
1.2.3 - [Apr 06, 2014]
Add case-sensitive option;
Add forbidden-words option to block some words inside a tag, with callback and text;
Add callback and text to as forbidden-chars option;
Fixed i.handler.apply is not function bug;
Updated README.md with all Available Options;
Improved code formatting;
Passed to Semantic Versioning ;
Add taggingJS to jQuery Plugin Registry;
Minor fix;