Skip to content

Commit

Permalink
Released 0.3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
brianreavis committed Aug 1, 2014
1 parent a7b4c7e commit 1868155
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sifter",
"keywords": ["search","filter","sift","data","results","match","sort","autocomplete"],
"description": "A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.",
"version": "0.3.3",
"version": "0.3.4",
"license": "Apache License, Version 2.0",
"readmeFilename": "README.md",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"autocomplete"
],
"description": "A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete.",
"version": "0.3.3",
"version": "0.3.4",
"author": "Brian Reavis <brian@thirdroute.com>",
"main": "./sifter.js",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions sifter.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,17 +425,17 @@
};

var DIACRITICS = {
'a': '[aÀÁÂÃÄÅàáâãäå]',
'a': '[aÀÁÂÃÄÅàáâãäåĀā]',
'c': '[cÇçćĆčČ]',
'd': '[dđĐďĎ]',
'e': '[eÈÉÊËèéêëěĚ]',
'i': '[iÌÍÎÏìíîï]',
'e': '[eÈÉÊËèéêëěĚĒē]',
'i': '[iÌÍÎÏìíîïĪī]',
'n': '[nÑñňŇ]',
'o': '[oÒÓÔÕÕÖØòóôõöø]',
'o': '[oÒÓÔÕÕÖØòóôõöøŌō]',
'r': '[rřŘ]',
's': '[sŠš]',
't': '[tťŤ]',
'u': '[uÙÚÛÜùúûüůŮ]',
'u': '[uÙÚÛÜùúûüůŮŪū]',
'y': '[yŸÿýÝ]',
'z': '[zŽž]'
};
Expand Down
2 changes: 1 addition & 1 deletion sifter.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1868155

Please sign in to comment.