Commit Graph

111 Commits

Author SHA1 Message Date
Dmitry Shirokov 3fe63a19ac
Merge pull request #39 from runk/browser-like-env
feat: Make it work in browser
2020-09-25 21:40:44 +10:00
Dmitry Shirokov 1b40042222
feat: Make it work in browser 2020-09-25 21:33:45 +10:00
Dmitry Shirokov b1761347d5
Merge pull request #37 from runk/major-dev-deps
Major dev deps
2020-09-23 14:02:03 +10:00
Dmitry Shirokov edcfec1eae
chore: latest prettier 2020-09-23 13:10:34 +10:00
Dmitry Shirokov 5d99fd5252
chore: fix linting errors 2020-09-23 13:09:36 +10:00
Dmitry Shirokov f2aa0dc231
chore: Switch to eslint 2020-09-23 12:16:38 +10:00
Dmitry Shirokov bbb4fed4dd
Merge pull request #36 from runk/make-package-smaller
fix: Make npm package smaller
2020-09-23 12:04:33 +10:00
Dmitry Shirokov 985ece3cab
chore: up misc dev deps 2020-09-23 12:01:39 +10:00
Dmitry Shirokov bb6a6c8cbc
chore: Update typescript 2020-09-23 11:59:18 +10:00
Dmitry Shirokov abde2b2d34
fix: Make npm package smaller 2020-09-23 11:53:05 +10:00
Dmitry Shirokov 004aecc6a2
Merge pull request #35 from runk/dependabot/npm_and_yarn/node-fetch-2.6.1
Bump node-fetch from 2.6.0 to 2.6.1
2020-09-11 13:43:27 +10:00
dependabot[bot] 1d8e856d95
Bump node-fetch from 2.6.0 to 2.6.1
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-11 03:32:23 +00:00
Dmitry Shirokov 581acdc9ac
Merge pull request #34 from runk/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.14 to 4.17.19
2020-07-20 09:16:22 +10:00
dependabot[bot] b4d63f2f20
Bump lodash from 4.17.14 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.14...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 03:34:20 +00:00
Dmitry Shirokov 22e3553649
Merge pull request #33 from runk/dependabot/npm_and_yarn/npm-6.14.6
Bump npm from 6.14.4 to 6.14.6
2020-07-08 10:16:42 +10:00
dependabot[bot] be39302331
Bump npm from 6.14.4 to 6.14.6
Bumps [npm](https://github.com/npm/cli) from 6.14.4 to 6.14.6.
- [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.14.4...v6.14.6)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 20:18:19 +00:00
Dmitry Shirokov 6de3bc47d3
Merge pull request #32 from rqbazan/fix-shift-jis-mime-name
fix: change Shift-JIS MIME to Shift_JIS
2020-07-06 15:08:20 +10:00
Ricardo Alexis Quiroz Bazan d00c8cdd0d fix: change Shift-JIS mime name to Shift_JIS 2020-07-02 22:56:02 -05:00
Dmitry Shirokov 79457df59b
feat: Make type definitions compatible with browser
feat: Make type definitions compatible with browser
2020-07-02 10:52:46 +10:00
Fedor Nezhivoi f55ad61176 make type definitions compatible with browser 2020-06-24 14:54:43 +10:00
Dmitry Shirokov 28db00677d
Merge pull request #29 from runk/add-default-export
feat: Add default export that mimics named exports
2020-05-08 09:11:04 +10:00
Dmitry Shirokov 10284683a8 feat: Add default export that mimics named exports 2020-05-08 09:06:28 +10:00
Dmitry Shirokov a6fca620c8 Merge pull request #27 from runk/typescript
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 21:22:35 +11:00
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