Skip to content

Commit 845ef23

Browse files
authored
Merge pull request #67 from kwonoj/refactor-preprocessor
refactor(loadmodule): refactor to use getmoduleloader
2 parents 4fd996c + e74314e commit 845ef23

25 files changed

+4564
-288
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ jest-hunspell-asm.json
1616
tsconfg.json
1717
tslint.json
1818
wallaby.js
19-
dist/src/lib/README.md
19+
dist/src/lib/README.md
20+
commitlint.config

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="0.0.11"></a>
2+
## [0.0.11](https://github.com/kwonoj/hunspell-asm/compare/v0.0.10...v0.0.11) (2017-09-15)
3+
4+
5+
### Features
6+
7+
* **hunspell:** bump up hunspell ([4e7b6d6](https://github.com/kwonoj/hunspell-asm/commit/4e7b6d6))
8+
* **loadmodule:** support environment override ([b79f7cf](https://github.com/kwonoj/hunspell-asm/commit/b79f7cf))
9+
* **logger:** wire wasm loader logger ([ba59165](https://github.com/kwonoj/hunspell-asm/commit/ba59165))
10+
11+
12+
113
<a name="0.0.10"></a>
214
## [0.0.10](https://github.com/kwonoj/hunspell-asm/compare/v0.0.9...v0.0.10) (2017-09-12)
315

examples/browser/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//tslint:disable:no-console
2+
import { isWasmEnabled } from 'emscripten-wasm-loader';
23
import { loadModule } from '../../src/index';
3-
import { isWasmEnabled } from '../../src/util/isWasmEnabled';
44
import { enableLogger } from '../../src/util/logger';
55
import { runHunspell } from '../runHunspell';
66

0 commit comments

Comments
 (0)