Releases: snyk/rpm-parser
Releases · snyk/rpm-parser
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2022-12-13)
Code Refactoring
- Change return types (97485ff)
BREAKING CHANGES
- changes the returned type from the extracting function
getPackages
. So far a string has been returned, which delimited each
entry in the DB with a newline, and each part of the entry with a tab.
Instead, we now pass a proper type back to the caller, making it easier
to have (and parse) optional fields.
v2.3.2
v2.3.1
v2.3.0
v2.2.1
v2.2.0
v2.1.0
v2.0.0
2.0.0 (2020-06-08)
Features
- target node 8, better code generation (4bc8f40)
- upgrade event-loop-spinner, reducing waits (1b07555)
BREAKING CHANGES
- will no longer work on node 6
This was already set in the engines
field, and in
.nvmrc
, and CI, so is probably not too controversial.
As we have performance sensitive code which is async,
it's probably (untested) better to let the compiler
take advantage of the platform we actually support.