forked from algolia/github-awesome-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
59 lines (42 loc) · 1.53 KB
/
Changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
CHANGELOG
2017-02-13 1.3.3
* Upgrade to jQuery 3.1.1
2017-02-13 1.3.2
* Updating style to fit GH's latest black-header design
2017-01-04 1.3.1
* Move to jQuery 2.0 to comply with Mozilla's new policies (https://github.com/mozilla/addons-linter/blob/master/docs/third-party-libraries.md)
2017-01-04 1.3.0
* Move to the compliant `Awesome Autocomplete for GitHub` naming :)
* Update the Algolia logo
* Fixed the `Refresh Private repositories` feature
* Add a `reset` button
2016-04-02 1.2.6
* Update the CSS to fit GH's recent DOM updates.
2016-03-24 1.2.5
* Update the code to the new GitHub CSS classes.
2016-03-17 1.2.4
* Handle the new `.scoped-search` feature (search in "This organization" or "This repository")
2016-02-20 1.2.3
* CSS fixes
2016-02-10 1.2.2
* Cannot use `require` in the content-script on Firefox
2016-01-20 1.2.1
* Firefox/Safari: remove remote font usage
* Sanitize every single inputs
2016-01-14 1.2.0
* Move to the new `users` and `repositories` indices which include projects & users created after 01/01/2015
* Code cleanup
2015-08-09 1.1.4
* Reflect GitHub's recent form changes
2015-05-14 1.1.3
* Reflect GitHub's recent form/id changes
2015-01-11 1.1.2
* Minor fixes
2015-01-08 1.1.1
* Use non-minified sources
* Removed JSONP support (security purpose)
2015-01-04 1.1.0
* Firefox port
* Private repositories & issues indexing using oauth
2014-12-23 1.0.0
* Initial release