Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 758 Bytes

CHANGELOG.md

File metadata and controls

35 lines (18 loc) · 758 Bytes

Change Log

All notable changes to the "cidr-ip-ranges" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.0.1]

  • Initial release

[0.0.2]

  • Added optional codelens to copy info to clipboard

[0.0.4]

  • Added setting to package.json to enable codelens

[0.0.5]

  • Added formats to copy to clipboard (json/table)

[0.0.6]

  • Added configuration option to toggle the inline decoration

Issue #1 - Reported by Jake Ginnivan

[0.0.7]

  • Fixed configuration options defaults and removed typo in copy to table

[0.0.8]

  • Added strict mode, suggested by makeacode