Skip to content

Releases: allenluce/spellaphone

Security updates

27 Aug 21:00
Compare
Choose a tag to compare

This is getting to be a habit.

Security updates

25 Jun 18:27
Compare
Choose a tag to compare

In response to Github's security audit.

Security updates

25 Jun 18:30
Compare
Choose a tag to compare

Update packages to latest versions

To deal with security alerts for lodash, extend, and cached-path-relative.

Old browser fixin'

09 May 19:51
Compare
Choose a tag to compare

This oughta be the last of these!

Cache update release

09 May 19:18
Compare
Choose a tag to compare

To refresh jsdelivr's cache.

Initial release

09 May 19:16
Compare
Choose a tag to compare
Contains the initial files for SpellaPhone including:

- Node code:
  - Minimized Aho-Corasick implementation (ac.js)
  - Command line program (cli.js)
  - Trie implementation (trie.js)
  - Main file (index.js)
  - Unit tests (test/test-spellaphone.js)
- SCOWL size 70 dictionary of American and English words (words.txt)
- Browserify script (`npm run build`), produces spellphone.js
- ESLint setup (.eslintignore, .eslintrc,yml)
- Travis configuration (.travis.yml)
- Github pages setup (index.html, CNAME)
- Builder for Web-optimized min-data.js and Node optimized data.js
  (run with `node builder.js < words.txt`)
- Initial README + assets (README.md, docs/spellaphone.png)
- Prunage for NPM (.npmignore)