Releases: oplik0/nodebb-plugin-two-way-block
Releases · oplik0/nodebb-plugin-two-way-block
Update compatibility
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
I think it works either way, but this is preferred
Use nodebb cache wrapper
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
Full Changelog: v1.4.4...v1.4.5
small fixes
Full Changelog: v1.4.3...v1.4.4
fix the uid format correctly
Full Changelog: v1.4.2...v1.4.3
v1.4.2
v1.4.1
- 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
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
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)