Skip to content

Releases: oplik0/nodebb-plugin-two-way-block

Update compatibility

19 May 19:24
ea738f6
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint from 8.18.0 to 8.23.1 by @dependabot in #126
  • chore(deps-dev): bump @commitlint/config-angular from 17.0.0 to 17.1.0 by @dependabot in #125
  • chore(deps-dev): bump eslint from 8.23.1 to 8.26.0 by @dependabot in #129
  • chore(deps-dev): bump eslint from 8.26.0 to 8.36.0 by @dependabot in #163
  • chore(deps-dev): bump lint-staged from 13.0.2 to 13.2.0 by @dependabot in #162
  • chore(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #146
  • chore(deps-dev): bump @commitlint/cli from 17.0.2 to 17.4.4 by @dependabot in #159
  • chore(deps-dev): bump @commitlint/config-angular from 17.1.0 to 17.4.4 by @dependabot in #160
  • chore(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 by @dependabot in #152
  • chore(deps-dev): bump husky from 8.0.1 to 8.0.3 by @dependabot in #143
  • chore(deps-dev): bump eslint-config-nodebb from 0.1.1 to 0.2.1 by @dependabot in #134

Full Changelog: v1.5.1...v1.5.2

don't use new for cache

11 Aug 21:19
b0fdab5
Compare
Choose a tag to compare

I think it works either way, but this is preferred

Use nodebb cache wrapper

11 Aug 20:47
491a7c9
Compare
Choose a tag to compare

What's Changed

  • now the plugin uses NodeBB cache wrapper instead of lru-cache directly, making it work across multiple processes
  • chore(deps-dev): bump lint-staged from 13.0.1 to 13.0.2 by @dependabot in #113
  • chore(deps-dev): bump eslint from 8.17.0 to 8.18.0 by @dependabot in #114

Full Changelog: v1.4.5...v1.5.0

bump devDependencies and compatibility

15 Jun 12:07
1f5ec11
Compare
Choose a tag to compare

small fixes

17 Jan 21:43
73d54e6
Compare
Choose a tag to compare

Full Changelog: v1.4.3...v1.4.4

fix the uid format correctly

16 Jan 19:00
0368963
Compare
Choose a tag to compare

v1.4.2

16 Jan 18:02
e38cad1
Compare
Choose a tag to compare

Fixed a bug with newer NodeBB versions caused by different format of user data in teasers

v1.4.1

29 Dec 13:16
cfbfd15
Compare
Choose a tag to compare
  • fix: don't process teasers if there are none
  • fix: add user field to teasers

Full Changelog: v1.4.0...v1.4.1

fix post teaser handling

28 Dec 23:02
a66b1f1
Compare
Choose a tag to compare

What's Changed

  • fix: stopped referencing data.blockedSet in teaser hook, as it's no longer there (will still work on older versions)
  • style: moved to nodebb eslint config

Full Changelog: v1.3.1...v1.4.0

Small fixes in teaser handling

20 May 13:49
Compare
Choose a tag to compare

Fixed teasers possibly showing user posts by users they blocked and a totally unnecessary promise wrapper (Promise.all will just leave values that aren't promises be - so it's possible to mix promises and values)