All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning
- Fixed bug for mappings with multiple keys and a default (resolves: #26)
VRT::Map#find_nodereturnsnilwhen passed an invalid vrt_id (resolves: #32)
- Removed
Gemfile.lockfrom source control
v0.5.1 - 2018-05-15
- Mappings with array values will no longer coalesce the mapping default. The mapping default will only be used in the case where no value is mapped.
v0.5.0 - 2018-05-01
- VRT 1.4 data
- Support for mappings with
keysmetadata - CWE mapping
- Bugcrowd Remediation Advice mapping
- Mappings with array values now coalesce downwards. Child VRT nodes will include values from parent nodes if a mapping provides node data as an array.
v0.4.6 - 2018-02-05
- Cache VRT::Map objects (#18)