Skip to content

Releases: defmethodinc/just-not-sorry

v2.0.0-beta.8

18 May 22:40
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release

2.0.0-beta.8 (2021-05-18)

Bug Fixes

  • ensure that "we believe" is highlighted as a warning (0797b29)
  • ensure that "we feel" is highlighted as a warning (a1cf47b)
  • warnings: fix issue with highlights not showing up in certain cases (0ee2810), closes #117

v2.0.0-beta.7

19 Mar 21:47
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release

2.0.0-beta.7 (2021-03-19)

Bug Fixes

  • outlook doesn't id its contenteditable divs (aa0f1cc)
  • performance: changes to improve performance (bca3ac9)

Alpha: Superhuman support testing

28 Feb 16:33
Compare
Choose a tag to compare
Pre-release

This alpha release will used for testing superhuman support (#112). If it works, then PR #113 can be completed.

v2.0.0-beta.6

10 Feb 00:07
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release

2.0.0-beta.6 (2021-02-10)

Bug Fixes

  • fix composing more than 1 email on outlook.live.com breaks warning checking
  • correctly trigger warnings when matched text is on separate lines (857847b)
  • fix leaky divs (836f1f1)
  • fixing increase in checkForWarnings function call (765260a)
  • reset wait time back to originaly value of 500 (6e811e6)
  • support multiline phrase highlighting (3d7281c)
  • warning not clearing after keyword is deleted (f55290d)

v2.0.0-beta.5

26 Jan 23:13
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release

2.0.0-beta.5 (2021-01-26)

Bug Fixes

  • keyword '!!!' was not working with plugin (3c28f94)
  • remove boundary conditions on regex for !!! (514b932)
  • remove extra space after sentence (1046cbd)

v2.0.0-beta.4

22 Dec 22:57
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release

2.0.0-beta.4 (2020-12-22)

Features

  • display list of warnings in options dialog (c6cbe22), closes #57
  • options: generate options dialog using a template (6c191b7)

v2.0.0-beta.3

22 Dec 15:01
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2020-12-22)

Bug Fixes

  • fix issue with line breaks not triggering warning detection in outlook.live.com (b22f8bf)
  • support contenteditable divs with no id (a7b9cbc)

Features

  • add support for outlook.live.com (2de1661), closes #102

v2.0.0

05 Aug 16:38
Compare
Choose a tag to compare

2.0.0 (2020-08-05)

Bug Fixes

  • fix for issue where tooltip text becomes matched and highlighted (8a80a49)
  • fix for warning highlight inconsistency (6e03493)
  • fix inconsistent highlighting of warnings (4fcf90d)
  • fix inconsistent highlighting when composing new email (a34c18c)
  • improvement on tooltip highlight fix (20c5173)
  • tooltip: positioning fix for tooltip (6c70242)
  • fix positioning of highlights when nodes spaces are added before flagged phrases (a579472)
  • package.sh: update script to run build as part of release process (d21e813)
  • webpack: display sourcemaps in dev and limit bundle size warnings to prod only (2b8f6c5)

Build System

  • convert just-not-sorry to use webpack (f4bc7a8)

Features

  • eslint: update eslint to work with React/preact-compat (45f7cc0)
  • change json back to top level array, modify tests (749a814)
  • modify WarningsSpec to read json file, add top level object to json, add eslint-plugin-jest (f699bd3)

BREAKING CHANGES

  • ES6 import/export is now required

v2.0.0-beta.2

05 Aug 15:43
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2020-08-05)

Bug Fixes

  • fix for issue where tooltip text becomes matched and highlighted (8a80a49)
  • fix for warning highlight inconsistency (6e03493)
  • fix inconsistent highlighting of warnings (4fcf90d)
  • fix inconsistent highlighting when composing new email (a34c18c)
  • improvement on tooltip highlight fix (20c5173)
  • tooltip: positioning fix for tooltip (6c70242)
  • fix positioning of highlights when nodes spaces are added before flagged phrases (a579472)
  • webpack: display sourcemaps in dev and limit bundle size warnings to prod only (2b8f6c5)

Features

  • eslint: update eslint to work with React/preact-compat (45f7cc0)
  • change json back to top level array, modify tests (749a814)
  • modify WarningsSpec to read json file, add top level object to json, add eslint-plugin-jest (f699bd3)

v2.0.0-beta.1

12 May 20:28
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2020-05-12)

Bug Fixes

  • package.sh: update script to run build as part of release process (d21e813)

Build System

  • convert just-not-sorry to use webpack (f4bc7a8)

BREAKING CHANGES

  • ES6 import/export is now required