node-yara-rs

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

CHANGELOG.md (836B)


      1 # node-yara-rs 0.6.2 (2023-10-17)
      2 
      3 ### Bugfixes
      4 
      5 - Also decode the utf8 bytes
      6 
      7 
      8 # node-yara-rs 0.6.1 (2023-10-13)
      9 
     10 ### Bugfixes
     11 
     12 - Fix windows build
     13 
     14 
     15 # node-yara-rs 0.6.0 (2023-10-13)
     16 
     17 ### Features
     18 
     19 - Make dots in keys of json objects work with the json module
     20 - Overload the value_exists function to have less function duplication on the frontend of the json module
     21 - Add get_X_value methods to json module to get the value of a key
     22 
     23 ### Internal Changes
     24 
     25 - Ignore more unnessesary files in npmignore
     26 
     27 # node-yara-rs 0.5.0 (2023-10-08)
     28 
     29 ### Features
     30 
     31 - Add a json module to the used yara version
     32 
     33 # node-yara-rs 0.4.0 (2023-10-05)
     34 
     35 ### Features
     36 
     37 - Improve the arguments by utilizing the napi Either type
     38 
     39 ### Internal Changes
     40 
     41 - Add Towncrier for changelog managment
     42 - Dependencies have been updated
     43 - Test coverage has been extended