Skip to content

Releases: wbotelhos/complety

v0.6.0

07 Jun 01:12
Compare
Choose a tag to compare

News

  • Adds support to different module loaders;
  • Adds support for deep highlight;

Updates

  • Drops Handlebar dependency since you can use anything you want;

v0.5.0

07 Jun 01:12
Compare
Choose a tag to compare

News

  • params option now can receive function as value.

v0.4.1

07 Jun 01:12
Compare
Choose a tag to compare

BigFix

  • cacheData option must be {} as default;
  • Fix cache conditional.

v0.4.0

07 Jun 01:12
Compare
Choose a tag to compare

News

  • Adds cacheData to keep the cache data. The URL is the key and the JSON content is the value. You can preload it.

Update

  • Option cache now enables true or disables false the cache having true as default;

v0.3.0

07 Jun 01:11
Compare
Choose a tag to compare

News

  • Adds params options to be possible pass params to URL query.

v0.2.1

07 Jun 01:11
Compare
Choose a tag to compare

Updates

  • Removes node lock from package.json.

v0.2.0

07 Jun 01:11
Compare
Choose a tag to compare

Changes

  • none and selected event now is prefixed with complety: complety:none and complety:selected;
  • Ajax callbacks now is complety:always, complety:done and complety:fail events;
  • Drops jQuery name of the files name;
  • Loading style now is .complety__field--loading by default;
  • Moves functions.getValue to the root options, now is just getValue.

Updates

  • The this element was added on complety:suggested parameters.

News

  • Adds search function;
  • Adds event complety:suggested;
  • Support to data attributes;
  • The field value now is saved on data for a better background manipulation.

v0.1.1

07 Jun 01:11
Compare
Choose a tag to compare

BigFixes

  • Fix NPM published version.

v0.1.0

07 Jun 00:08
Compare
Choose a tag to compare

First release.