Skip to content

v1.0.3: internal stability, automation, docs, and example upgrades

Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 05 Aug 03:36

Release

  • no actual API surface changes!!

  • add CHANGELOG.md that points to GH Releases page for now

  • slight changes to docs, including:

    • add a CodeSandbox playground (#32)
    • add a GIF to the README (4441868)
  • LOTS of internal stability and automation upgrades, including:

    • add tests and 100% code coverage!! (#34)
    • add Travis CI support (#31)
    • officially add Standard linting to devDeps (not just global) (#31)
    • and lint, test, and changelog scripts
    • auto-update outdated package-lock and audit devDeps

now that we're past the v1.0.0 boundary, really focusing on stability, automation, and quality!! 🙂

Changelog

  • [d449c18b5d] - (pub): publish v1.0.3 (Anton Gilgur)
  • [44418684be] - (docs): add a centered gif to the top (Anton Gilgur)
  • [05ac493333] - (docs): note some recent changes in the "about" section (Anton Gilgur)
  • [5dc5b2b29a] - (test/refactor): rewrite more to be closer to BDD-style (Anton Gilgur)
  • [36cf0abd69] - (fix/test): reset clearOnResize to true for size tests (Anton Gilgur)
  • [3bd83ac59e] - (test): ensure on & off methods work properly (Anton Gilgur)
  • [8943693f79] - (refactor/test): rewrite resize test output as more BDD (Anton Gilgur)
  • [58da3e5f39] - (test): ensure resizing works correctly (Anton Gilgur)
  • [1627a60040] - (refactor/test): export fixtures as objects named <prefix>F (Anton Gilgur)
  • [13e172cc30] - (test): ensure props are set and updated correctly (Anton Gilgur)
  • [de1999f6b2] - (ci/test): add CodeCov test coverage reporting (Anton Gilgur)
  • [94fb45be9f] - (test): add code coverage configuration (Anton Gilgur)
  • [64842d00e9] - (test): ensure getCanvas and getTrimmedCanvas work properly (Anton Gilgur)
  • [29dd1bb2d4] - (test): ensure wrapper methods have equivalent output (Anton Gilgur)
  • [a0dae66d9c] - (test): add initial test harness (Anton Gilgur)
  • [8f0ca6ae5a] - (docs/fix): only report build status for master branch (Anton Gilgur)
  • [efeeb6c669] - (pkg): add 'homepage' and 'bugs' fields (Anton Gilgur)
  • [54aded6184] - (pkg): reorder package.json fields (Anton Gilgur)
  • [5f1116e2a7] - (deps): replace internal changelog script with package (Anton Gilgur)
  • [42637c6063] - (security): run npm audit fix on devDeps (Anton Gilgur)
  • [8b46e04aa1] - (docs): add a CodeSandbox playground, reorg Example section (Anton Gilgur)
  • [c4db69d194] - (docs): vertically condense badges by reducing spacing (Anton Gilgur)
  • [a47718fc5f] - (pkg): add a Changelog that points to the GH Releases page (Anton Gilgur)
  • [e7ccfd8d05] - (pkg): replace .npmignore with files array (Anton Gilgur)
  • [b6944fdb1b] - (pkg): add script to generate changelog for each release (Anton Gilgur)
  • [8aad1a6210] - (docs): add comments for what the badge sections are (Anton Gilgur)
  • [d8a71e130e] - (docs): add a Travis CI build badge (Anton Gilgur)
  • [d8762a3850] - (ci): add Travis CI support (Anton Gilgur)
  • [6b2a880b16] - (format): update standard to latest v13 (Anton Gilgur)
  • [8538985cf7] - (format): actually add standard with lint scripts (Anton Gilgur)
  • [4ea247a294] - (security): run npm audit fix on devDeps (Anton Gilgur)
  • [760c91e3ff] - (deps): update package-lock.json (Anton Gilgur)

v1.0.2...v1.0.3