Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

xpuz

turnerhayes60GPL-3.01.2.1

Parses and creates crossword puzzle files

puz, ipuz, puzzle, puzzles, crossword

readme

changelog

2.0.0

  • Significant refactor:
    • Replaced gulp tasks with npm scripts
    • Converted source files to ES6 classes, compiled via Babel
    • Added linting via ESLint
    • Added ImmutablePuzzle via Immutable.js and conversion functions to go back and forth between mutable and immutable versions
    • Switched from Q promises to Bluebird promises