1
0

94 Commits

Author SHA1 Message Date
d11e8fae14 Add stringify function (from upstream PR #31, which now seems to have lost its original source). Run prettier to fix some coding style inconsistencies. 2020-11-16 15:33:42 +09:00
07da2043fa Fix dependency vulnerabilities. 2020-11-16 15:13:10 +09:00
James Pudson
7db53de3dd Fix dependencies vulnerabilities. 2020-03-14 21:28:25 +08:00
James Pudson
4abb8e7798 Merge pull request #41 from nepsilon/dependabot/npm_and_yarn/acorn-5.7.4
Bump acorn from 5.7.3 to 5.7.4
2020-03-14 21:22:29 +08:00
James Pudson
e7461655fb Bump version for handlebar security issue. 2020-03-14 21:21:23 +08:00
dependabot[bot]
8c74e1bf5b Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-14 13:16:08 +00:00
James Pudson
e66f7c92a9 Merge pull request #40 from nepsilon/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3
2020-03-14 21:15:41 +08:00
dependabot[bot]
d2216e467e Bump handlebars from 4.1.2 to 4.5.3
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-28 01:12:39 +00:00
nepsilon
d2568fa6b7 New version. 2019-10-31 13:49:30 +08:00
James Pudson
f08aebc208 Merge pull request #33 from nepsilon/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14
2019-10-31 13:41:01 +08:00
dependabot[bot]
f488a8adb8 Bump lodash from 4.17.11 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-12 19:38:41 +00:00
Julien Buty
19000f8855 Update to patch version 1.5.3. 2019-06-25 19:54:50 +08:00
Julien Buty
3eec7728c0 Remove shelljs due to vulnerability.
7a9f8e5b75
2019-06-25 19:54:01 +08:00
Julien Buty
bcbddbd59a Fix vulnerabilities. 2019-04-25 13:20:15 +08:00
Julien Buty
7fdc91b5ff Increase minor version to add alwaysArray option for exclusions. 2019-04-25 12:07:59 +08:00
Julien Buty
0852c54122 Update README. 2019-04-25 12:00:46 +08:00
James Pudson
3f2118ddff Merge pull request #29 from rschick/always-array-exclude
honor alwaysArray option for exclusions
2019-04-25 11:58:36 +08:00
Russell Schick
baa4353a1f honor alwaysArray option for exclusions 2019-04-24 12:23:40 -07:00
Julien Buty
60e8120929 New version. Add TypeScript types. 2019-03-06 11:43:20 +08:00
James Pudson
1886051dbe Merge pull request #26 from rtrvrtg/feature/ts-types
Typescript types
2019-03-06 11:38:45 +08:00
Geoffrey Roberts
4bc460cbf9 Removed module, tidied up docs 2019-03-06 11:52:19 +11:00
Geoffrey Roberts
e4a7ccc4c4 Default exports 2019-03-06 11:50:33 +11:00
Geoffrey Roberts
b1f62a7397 Added type documentation 2019-03-06 11:31:03 +11:00
Geoffrey Roberts
5612d18669 Updated README, fleshed out types doc a bit more 2019-03-06 11:06:50 +11:00
Geoffrey Roberts
fec29af546 Allow for tokenized string 2019-03-04 18:29:23 +11:00
Geoffrey Roberts
825db3e8d2 Bumped lockfile after installs 2019-03-01 15:41:39 +11:00
Geoffrey Roberts
ccc8e66adb Initial pass at typescript typings 2019-03-01 15:40:07 +11:00
James Pudson
60c81e2b69 Update search-query-parser.js 2018-12-23 23:36:03 +08:00
James Pudson
c8fdff92ce Update package.json 2018-12-23 22:26:07 +08:00
James Pudson
f661ae4b6f Update README.md 2018-10-21 17:56:13 +08:00
Julien Buty
d7e9ae90aa Merge pull request #20 from Mathspy/boolean-controls
New Boolean controls (alwaysArray, offsets)
2018-06-12 14:41:42 +08:00
Mathspy
5d47171b68 Updated readme to reflect additions! 2018-06-12 08:18:44 +02:00
Mathspy
69624744f7 Added offsets and alwaysArray boolean controls 2018-06-10 08:47:52 +02:00
Mathspy
d9386421a9 Created failing tests 2018-06-10 08:47:24 +02:00
Julien Buty
bd3cd783f4 Merge pull request #19 from jonestristand/token-terms
Updated README.md to reflect new functionality
2018-04-13 14:39:58 +08:00
Julien Buty
0797b8a9d7 Update node version for travis. 2018-04-13 14:36:15 +08:00
Tristan Jones
972a46d2f5 Updated README.md to reflect new functionality 2018-04-11 10:24:27 -07:00
Julien Buty
6ec2002085 Merge pull request #18 from jonestristand/token-terms
Add support for tokenized terms, quoted terms, and negation of terms.
2018-04-08 16:48:13 +08:00
Tristan Jones
02357ad02b Increase to version 1.4.0 for new tokenize term and quoted term features 2018-04-04 11:10:03 -07:00
Tristan Jones
d743961ac2 Added support for tokenizing terms, negating terms, and quoted terms 2018-04-04 11:09:38 -07:00
Julien Buty
fdcb6e7af3 Merge branch 'Gringill-master' 2016-11-02 09:09:19 +08:00
Julien Buty
62eb476b6f Release v1.3.0. v1.3.0 2016-11-02 09:06:03 +08:00
Julien Buty
4b4cfd1cf9 Merge pull request #14 from mixmaxhq/return-character-offsets
Return the character offsets of parsed search parts. The use case is …
2016-11-02 09:00:03 +08:00
Julien Buty
8935d0e74a Merge pull request #13 from mixmaxhq/remove-empty-file
Remove unused file
2016-10-29 16:07:46 +08:00
Brad Vogel
d72b16d255 Fix issue where keywords that aren't specified will show up as keywords in the response. 2016-10-28 14:27:07 -07:00
Brad Vogel
23b36fd086 Fix implicit global variable. 2016-10-28 13:11:38 -07:00
Brad Vogel
09a1110f40 Return the character offsets of parsed search parts. The use case is that browser code using the library might want to track the cursor position (eg in an HTML <input> element) to understand which part of the search query the user is editing. It could then show an editor specific to that keyboard, such as a calendar picker, and then splice in the edited value back into the search string. 2016-10-28 12:58:10 -07:00
Brad Vogel
917b349d09 Remove unused file 2016-10-28 11:59:10 -07:00
Julien Buty
5ca5b57ce2 Merge pull request #12 from mixmaxhq/fix-variable-error
Fix implicit global variable that threw an exception when used in str…
2016-10-28 13:35:49 +08:00
Brad Vogel
5482703b57 Fix implicit global variable that threw an exception when used in strict mode. 2016-10-27 18:09:45 -07:00