24 Commits

Author SHA1 Message Date
Kiro Risk
e58eea1e22 docs: add script to update version in installation 2020-07-26 10:53:51 -07:00
dependabot[bot]
66ac55f153
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-19 21:59:51 +00:00
Kiro Risk
0467de5bb9
chore: adopt convention commits (#453)
* chore: adopt conventional commits via standard-version

Conversation which stareted it all: #452

* docs(github): add DEVELOPERS.md

Add a DEVELOPERS.md file to denote:

(1) How to run tests
(2) Git Commit Guidelines

See #452 for history.

* docs(site): update deploy-docs

Two main things:

(1) Made it conform to convention commits
(2) Added script in package.json

* chore(package): made tests not spit out results during postbump

* chore(release): remove old release script to make way for standard-version

* docs(github): add details to dev contributions

* docs: update links in DEVELOPERS.md
2020-06-21 20:33:23 -07:00
Kiro Risk
37e4c8d469 Updated docs 2020-06-20 13:56:24 -07:00
Kiro Risk
8cce2481ff #438 2020-06-13 12:38:07 -07:00
Kirollos Risk
0f26d7c8d8
Removed unused deps 2020-05-10 19:25:22 -07:00
Kirollos Risk
e0c7aa5e80 Updated docs 2020-04-20 19:34:29 -07:00
Kirollos Risk
3c704b0f65
Fixed scoring for extended search 2020-04-12 20:28:20 -07:00
Kirollos Risk
ae2899983b Added new demo 2020-03-30 14:14:25 -07:00
Kirollos Risk
5f97c4c539 Added new documents 2020-03-29 14:17:33 -07:00
Kirollos Risk
0a90392121 Used prettier format 2020-03-27 17:04:50 -07:00
Kirollos Risk
e04afe8d86 Fixed definition file and linted tests 2020-03-25 12:20:10 -07:00
Kirollos Risk
5497e63aa4
Added eslint + testing 2020-03-23 20:31:02 -07:00
Kiro Risk
e74a9ef305
Changed bundler to Rollup (#367)
- Changed bundler to Rollup
- Added ES6 modules for bundlers and browsers (fixed #262)
- Added CommonJS builds
- Added UMD builds
- Name change so that .min actually reflects the minified version
2020-03-23 08:22:20 -07:00
Kirollos Risk
e015af121d Moved to GitHub Actions 2020-03-12 10:48:11 -07:00
Kirollos Risk
dbedadca01 Build version 4.0.1-beta 2020-03-11 16:50:33 -07:00
Kirollos Risk
26eb9da428 Upgrade deps 2020-03-11 10:44:44 -07:00
Kirollos Risk
af4e659c06 Fixed #341 2020-03-08 17:52:20 -07:00
Jeroen Claassens (Favna)
664a9ac86b Fix for IE11 (ES5) compatibility (#294)
* Upgrade Jest

* ES5 (IE11) compatibility

* Bump version

* Actually properly bump version
2019-03-09 21:16:29 -08:00
Kirollos Risk
87162f15ac
Fixed #293 (#295) 2019-03-09 21:07:11 -08:00
Jeroen Claassens (Favna)
48e55f7a7b Three improvements for the price of one (#291)
* Cleanup build

Partial: Requires next commit for a proper version!

* Port tests to the Jest framework

* Fix typings and cover them in a test

This should resolve #261 as long as the system of the test is being used. That being said, this system allows for a fully typed configuration with IDE support

TypeScript usage is further described in the documentation, so please accept that PR if this one is accepted.

* Run standard-format

* Remove duplicate types field from package
2019-03-06 21:06:27 -08:00
Kirollos Risk
290cfe49a5 Fixed #288 2019-02-10 14:07:51 -08:00
Kirollos Risk
4f240d8b65 upgraded to webpack 4 2019-02-06 22:34:43 -08:00
Kirollos Risk
297423d359 Upgraded to latest webpack 2019-02-06 21:42:05 -08:00