Skip to content

Releases: cmnord/jeparser

v1.0.0

28 Feb 08:07
bc32749
Compare
Choose a tag to compare

1.0.0 (2023-02-28)

⚠ BREAKING CHANGES

  • package.json: remove lint and test commands
  • get typescript working according to readme
  • package.json: upgrade with breaking changes

Features

  • .github workflows release: use release-please (0652557)
  • .github workflows: update manifest.json version in action (35a4b3b)
  • get typescript working according to readme (1c8fe52)
  • package.json: alphabetize scripts, rename watch to dev (844bded)
  • package.json: remove lint and test commands (ed2fc95)
  • source content: add popup content, remove browse polyfill (9dabdee)
  • source: add browser polyfill back in (f7c857f)
  • source: lay out basics of content script and popup script (beddfcd)
  • src content-script: parse correct responses for clues (9c09bf5)
  • src content-script: parse correct responses for clues (dc6e40a)
  • src popup: apply some basic styles (5a50aeb)
  • src: move all files to src, start parsing out board w/ vanilla JS (4963025)

Bug Fixes

  • package.json: upgrade a bunch of dependencies (29271c2)
  • source popup: simplify popup (89c8553)
  • src content-script: coerce clue values to 0 instead of null (581092f)
  • src content-script: remove category from clue json (7d22305)
  • src content-script: remove order (7dc2476)
  • src content-script: rm logs, soup -> parser/divs (f2c8a8a)
  • src manifest: add description to manifest (2557d3d)
  • src popup popup: better handle errors on non-permissioned pages (f272502)

Miscellaneous Chores

  • package.json: upgrade with breaking changes (5c2edc5)