node-yara-rs

git clone git://archive.git.mtrnord.blog/MTRNord/node-yara-rs.git
Log | Files | Refs | README | LICENSE

commit 4936a2fdd957564c3b5c82fba3aea82781fa782f
parent 3bbf253741a20a6cc2878a8856c1058c6db95144
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 13 Oct 2023 18:51:24 +0200

Update changelog

Diffstat:
MCHANGELOG.md | 13++++++++++++-
Dchangelog.d/+dotted_keys.feat | 2--
Dchangelog.d/+get_values.misc | 2--
Dchangelog.d/+npmignore.misc | 2--
Dchangelog.d/+overloaded_value_exists.feat | 2--
5 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,10 +1,21 @@ +# node-yara-rs 0.6.0 (2023-10-13) + +### Features + +- Make dots in keys of json objects work with the json module +- Overload the value_exists function to have less function duplication on the frontend of the json module +- Add get_X_value methods to json module to get the value of a key + +### Internal Changes + +- Ignore more unnessesary files in npmignore + # node-yara-rs 0.5.0 (2023-10-08) ### Features - Add a json module to the used yara version - # node-yara-rs 0.4.0 (2023-10-05) ### Features diff --git a/changelog.d/+dotted_keys.feat b/changelog.d/+dotted_keys.feat @@ -1 +0,0 @@ -Make dots in keys of json objects work with the json module -\ No newline at end of file diff --git a/changelog.d/+get_values.misc b/changelog.d/+get_values.misc @@ -1 +0,0 @@ -Add get_X_value methods to json module to get the value of a key -\ No newline at end of file diff --git a/changelog.d/+npmignore.misc b/changelog.d/+npmignore.misc @@ -1 +0,0 @@ -Ignore more unnessesary files in npmignore -\ No newline at end of file diff --git a/changelog.d/+overloaded_value_exists.feat b/changelog.d/+overloaded_value_exists.feat @@ -1 +0,0 @@ -Overload the value_exists function to have less function duplication on the frontend of the json module -\ No newline at end of file