Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.31 KB

File metadata and controls

35 lines (27 loc) · 1.31 KB

Change Log

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

[Unreleased]

Added

Changed

  • Fixed bug for mappings with multiple keys and a default (resolves: #26)
  • VRT::Map#find_node returns nil when passed an invalid vrt_id (resolves: #32)

Removed

  • Removed Gemfile.lock from source control

v0.5.1 - 2018-05-15

Changed

  • 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

Added

  • VRT 1.4 data
  • Support for mappings with keys metadata
  • CWE mapping
  • Bugcrowd Remediation Advice mapping

Changed

  • 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

Changed

  • Cache VRT::Map objects (#18)