Commit Graph

88 Commits

Author SHA1 Message Date
Dmitry Shirokov 64f6ad28a3 BREAKING CHANGE: Repo overhaul
- Deprecation of callbacks in favour of promises
- Deprecation of `detectAll`, `detectFileAll` and `detectFileAllSync` - use `analyse` fn instead.
- Typescript typings now included as part of distribution
- Modules support
- Travis CI org => com migration
- Lazy loading of `fs` module to enable usage in browser
2020-03-31 20:53:25 +11:00
Dmitry Shirokov c06f4dce7e
Merge pull request #26 from runk/revert-25-master
Revert "Compatilibilty for web and react-native"
2020-03-30 14:32:07 +11:00
Dmitry Shirokov 6536ece1ad
Revert "Compatilibilty for web and react-native" 2020-03-30 14:31:51 +11:00
Dmitry Shirokov 1b192fbb44
Merge pull request #25 from maximilize/master
Compatilibilty for web and react-native
2020-03-30 14:23:37 +11:00
max 84f87899b4 Compatilibilty for web and react-native
- Implemented own util.inherits function
- Moved functions which need the `fs` module to separate file
2020-03-28 15:45:16 +01:00
dependabot[bot] 365cffdad1 Bump npm from 6.10.1 to 6.13.4
Bumps [npm](https://github.com/npm/cli) from 6.10.1 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.10.1...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-03-28 15:45:13 +01:00
Dmitry Shirokov 2437c38ff5
Merge pull request #22 from runk/dependabot/npm_and_yarn/npm-6.13.4
Bump npm from 6.10.1 to 6.13.4
2019-12-30 09:13:33 +11:00
Dmitry Shirokov ea90320a36
Merge pull request #23 from runk/dependabot/npm_and_yarn/handlebars-4.5.3
Bump handlebars from 4.1.2 to 4.5.3
2019-12-30 09:13:10 +11:00
dependabot[bot] 52a19e7ba6
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-29 13:43:19 +00:00
dependabot[bot] ee60daf076
Bump npm from 6.10.1 to 6.13.4
Bumps [npm](https://github.com/npm/cli) from 6.10.1 to 6.13.4.
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/cli/compare/v6.10.1...v6.13.4)

Signed-off-by: dependabot[bot] <support@github.com>
2019-12-13 19:28:33 +00:00
Dmitry Shirokov bcad67258f
Merge pull request #21 from runk/semantic-release
feat(core): Semantic release
2019-07-12 09:22:12 +10:00
Dmitry Shirokov 14b78975bd feat(core): Semantic release 2019-07-12 09:18:44 +10:00
Dmitry Shirokov 5156e3063a 0.7.0 2018-08-18 08:58:15 +10:00
Dmitry Shirokov 34e09bd6ef
Merge pull request #19 from runk/fix-buffer-alloc
[minor] Update deps, fix deprecation warns
2018-08-18 08:57:50 +10:00
Dmitry Shirokov 6fa5c9b268 [minor] Update deps, fix deprecation warns 2018-08-18 08:54:25 +10:00
Dmitry Shirokov caa7f9964d
Merge pull request #17 from aduh95/patch-1
Use Buffer.allocUnsafe instead of deprecated Buffer API
2018-08-18 08:52:20 +10:00
Antoine du Hamel 4add1722fd
Use Buffer.allocUnsafe instead of deprecated Buffer API
Ref: nodejs/node#19079
Ref: https://nodejs.org/api/deprecations.html#deprecations_dep0005_buffer_constructor
Ref: https://nodejs.org/api/buffer.html#buffer_class_buffer
2018-07-29 21:01:21 +02:00
Dmitry Shirokov 6ff1aea137 0.6.0 2018-07-03 13:57:22 +10:00
Dmitry Shirokov 27c2359cb2
Merge pull request #16 from zevanty/use-wrapper-functions
Use wrapper functions for returning all matches
2018-07-02 16:00:45 +10:00
zevanty 78f44265e3 Use wrapper functions for returning all matches 2018-07-01 22:52:34 -07:00
Dmitry Shirokov 4987783a31 0.5.0 2018-04-23 09:25:09 +10:00
Dmitry Shirokov faa02efa45
Merge pull request #14 from runk/maintenance
Maintenance
2018-04-23 09:24:53 +10:00
Dmitry Shirokov d33a627c07 Maintenance 2018-04-23 09:22:32 +10:00
Dmitry Shirokov 2a24359f97
Merge pull request #13 from zevanty/return-all-matches
Add option to return all matches
2018-04-23 09:09:44 +10:00
zevanty 0c775fa651 Add option to return all matches 2018-04-22 00:57:54 -07:00
Dmitry Shirokov 049fe54fa1
Merge pull request #11 from wtgtybhertgeghgtwtg/npm-ignore
Add `yarn.lock` to `.npmignore`.
2018-01-29 07:49:44 +11:00
wtgtybhertgeghgtwtg fab9ef2296 Add `yarn.lock` to `.npmignore`. 2018-01-25 19:49:49 -07:00
Dmitry Shirokov 06ef1021ea 0.4.2 2017-11-27 08:03:17 +11:00
Dmitry Shirokov 68920c92c3
Merge pull request #9 from seangarner/reduce-package-size
test files published in release
2017-11-27 08:01:14 +11:00
Dmitry Shirokov f5d2ca5d34 0.4.1 2017-11-27 07:55:20 +11:00
Sean Garner 64fc90efc3 stopped shipping devel files in release 2017-11-23 17:56:58 +00:00
Dmitry Shirokov 120faa7b0f 0.4.0 2017-10-16 13:44:27 +11:00
Dmitry Shirokov 320e3899af Merge pull request #6 from runk/optimize-file-read
Optimize file read
2017-10-16 13:44:12 +11:00
Dmitry Shirokov 15a2547601 0.3.0 2017-10-16 13:42:22 +11:00
Dmitry Shirokov 95e6c3c322 remove npm-debug.log 2017-10-16 13:42:15 +11:00
Dmitry Shirokov 069ecfeebc add missing github-publish-release to dev deps 2017-10-16 13:41:50 +11:00
Dmitry Shirokov 8a3e8a2e32 0.2.0 2017-10-16 13:41:26 +11:00
Dmitry Shirokov d24a355fa0 remove npm-debug.log from git 2017-10-16 13:41:21 +11:00
Dmitry Shirokov 99c90fb08d Fix release script 2017-10-16 13:40:51 +11:00
Dmitry Shirokov 17f788b73f Update readme 2017-10-16 13:35:35 +11:00
Dmitry Shirokov 802964244f add sample size option 2017-10-16 13:35:35 +11:00
Dmitry Shirokov fa24e7778e Merge pull request #8 from runk/upgrade-deps
Upgrade deps, yarn lock
2017-10-16 13:34:43 +11:00
Dmitry Shirokov 26b6bb859b Typo in package.json 2017-10-16 13:29:32 +11:00
Dmitry Shirokov 1b191f7104 Merge pull request #7 from runk/release-script
Release script
2017-10-16 11:53:09 +11:00
Dmitry Shirokov 0797eb2093 Upgrade deps, yarn lock 2017-10-16 11:52:35 +11:00
Dmitry Shirokov cd4b748fdb Release script 2017-10-16 11:49:03 +11:00
Dmitry Shirokov 45564fbfbe v0.1.0 2015-11-30 08:51:34 +11:00
Dmitry Shirokov 9609ab4a7a Merge pull request #2 from spikying/master
declared variable '''' confidence '''' before use, to make it work in 'strict mode' environment.
2015-11-30 08:46:40 +11:00
Spiky 0d1eec1776 Merge remote-tracking branch 'origin/master'
Conflicts:
	encoding/unicode.js
2015-11-29 15:19:22 -05:00
Spiky ab6d6acc9f updated indentation to 2-spaces. Added some {} around if/else 1-liners expressions. 2015-11-29 15:18:49 -05:00