Oliver Hamlet
d929ab9dab
Set version and changelog for 0.29.2
2026-03-27 13:56:04 +00:00
Oliver Hamlet
d869833742
Set version to 0.29.1
2026-03-13 18:40:53 +00:00
Oliver Hamlet
7de8bdb3a8
Set version to v0.29.0
2026-02-04 21:18:04 +00:00
dependabot[bot] and GitHub
a29036b985
Bump tar from 7.5.6 to 7.5.7 in /nodejs
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.6 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.6...v7.5.7 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.7
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-29 14:02:57 +00:00
Oliver Hamlet and GitHub
0bece6be3c
Merge pull request #213 from loot/dependabot/npm_and_yarn/nodejs/lodash-4.17.23
...
Bump lodash from 4.17.21 to 4.17.23 in /nodejs
2026-01-25 10:24:59 +00:00
dependabot[bot] and GitHub
b4019f3b36
Bump lodash from 4.17.21 to 4.17.23 in /nodejs
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.21 to 4.17.23.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23 )
---
updated-dependencies:
- dependency-name: lodash
dependency-version: 4.17.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-21 23:25:54 +00:00
dependabot[bot] and GitHub
f109e53770
Bump tar from 7.5.3 to 7.5.6 in /nodejs
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.5.3 to 7.5.6.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.5.3...v7.5.6 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-21 20:25:09 +00:00
Oliver Hamlet
f606f169a5
Add condition field to plugin cleaning data metadata
2026-01-21 17:55:14 +00:00
dependabot[bot] and GitHub
a99f394ead
Bump tar from 7.4.3 to 7.5.3 in /nodejs
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 7.4.3 to 7.5.3.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v7.4.3...v7.5.3 )
---
updated-dependencies:
- dependency-name: tar
dependency-version: 7.5.3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-01-17 14:06:22 +00:00
Oliver Hamlet
b7363b0a29
Replace WriteMode with MetadataWriteOptions
...
This is a breaking API change, but the addition of any future options won't be.
2026-01-03 13:26:52 +00:00
Oliver Hamlet
96b2ed2373
Add include_user_metadata parameter to Database::general_messages()
...
The C++ wrapper defaults it to true, so the behaviour hasn't changed for
existing callers that don't pass a value for the evaluateConditions
parameter, i.e. that call GetGeneralMessages().
Since the new parameter comes before evaluateConditions,
existing GetGeneralMessages(true) and GetGeneralMessages(false) calls
need to be replaced with GetGeneralMessages(true, true) and
GetGeneralMessages(true, false) to retain their existing behaviour. The
parameter order was chosen to match that of GetPluginMetadata(), at the
cost of this backwards incompatibility.
2026-01-02 16:41:43 +00:00
Oliver Hamlet
f582a513bc
Add Database::set_user_general_messages()
2026-01-02 16:41:42 +00:00
Oliver Hamlet
1d123c8b21
Add Database::user_general_messages()
2026-01-02 16:41:42 +00:00
Oliver Hamlet
744586fe96
Add include_user_metadata parameter to Database::known_bash_tags()
...
The C++ wrapper defaults it to true, so the behaviour hasn't changed for
existing callers.
2026-01-02 16:41:07 +00:00
Oliver Hamlet
db97a0786a
Add Database::set_user_known_bash_tags()
2026-01-02 15:30:40 +00:00
Oliver Hamlet
2fe107d66b
Add Database::user_known_bash_tags()
2026-01-02 15:30:24 +00:00
Oliver Hamlet
ee4188f917
Get read lock when retrieving general messages
...
Now that the Database::general_messages() function takes &self instead of &mut self, the wrappers don't need to take a write lock to call it.
2026-01-02 13:07:58 +00:00
Oliver Hamlet
46c3ddc884
Decouple clearing condition cache from evaluating general messages
2026-01-02 10:15:39 +00:00
Oliver Hamlet
10929878d9
Update version and changelog for v0.28.4
2025-12-31 19:21:17 +00:00
Oliver Hamlet
2c8ce8150b
Update NPM dependencies to fix vulnerabilities
...
As reported by npm audit, and fixed by running "npm audit fix". The updated dependencies are:
- glob
- js-yaml
2025-11-26 18:55:19 +00:00
Oliver Hamlet
6e010e12cf
Remove mentions of Yarn from Node.js wrapper
...
While I think it (or pnpm) is still necessary to generate a project template, I don't think it's needed now that's done, I'd rather just use npm since it's bundled with Node.js, and having the two lockfiles is causing confusion.
2025-11-26 18:54:13 +00:00
Oliver Hamlet
08b4de822c
Remove unused NAPI-RS-generated GitHub Actions workflow
...
It might be useful to adapt in the future, but I can just refer back to it in Git history if so.
2025-11-26 18:52:38 +00:00
dependabot[bot] and GitHub
fd0958e2b6
Bump glob from 10.4.5 to 10.5.0 in /nodejs
...
Bumps [glob](https://github.com/isaacs/node-glob ) from 10.4.5 to 10.5.0.
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md )
- [Commits](https://github.com/isaacs/node-glob/compare/v10.4.5...v10.5.0 )
---
updated-dependencies:
- dependency-name: glob
dependency-version: 10.5.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-19 01:34:53 +00:00
Oliver Hamlet
54604a0ec8
Update version and changelog for v0.28.3
2025-10-22 18:19:02 +01:00
Oliver Hamlet
f4a0917294
Update version and changelog for v0.28.2
2025-10-03 19:23:48 +01:00