Skip to content

Latest commit

 

History

History
76 lines (58 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

76 lines (58 loc) · 2.24 KB

Change Log

All notable changes to the "vscode-random" extension are documented in this file.

[1.8.1] - 2020-08-23

Fixed

  • Fix minor issue while publishing v.1.8.0

[1.8.0] - 2020-08-23

Added

  • New random string generator command that match a given regular expression (Thanks to @ntsd for the suggestion & implementation!)

[1.7.0] - 2020-06-27

Added

  • New random string generator command that matches IBAN pattern (Thanks to @b-pagis for the suggestion & implementation!)

Changed

  • Update dependencies packages

[1.6.1] - 2019-09-29

Changed

  • Update dependencies packages

[1.6.0] - 2019-03-17

Added

  • New command which takes a comma-separated set of values as input and returns a random sample from the list (Thanks to @tannerwelsh for the suggestion & implementation!)

Changed

  • Update dependencies packages

  • Context menu with extensions commands (Thanks to @lnxbil for the suggestion & @johanhammar for the implementation!)

[1.5.0] - 2019-02-04

Added

  • Context menu with extensions commands (Thanks to @lnxbil for the suggestion & @johanhammar for the implementation!)

[1.4.0] - 2018-11-11

Changed

  • Update dependencies packages
  • Update to Babel 7
  • New extension icon

[1.3.2] - 2017-11-17

Changed

  • Update dependencies packages

[1.3.1] - 2017-07-02

Changed

  • Update dependencies packages

[1.3.0] - 2017-01-30

Added

  • New command to generate a random IP address
  • New command to generate a random IPv6 address
  • New command to generate a random Url
  • New command to generate a random hexadecimal color
  • New command to generate a random RGB color

[1.2.0] - 2017-01-18

Added

  • New command to generate a random integer within a given custom range

[1.1.0] - 2017-01-08

Added

  • New command to allow random seed reset
  • New command to return a random country code
  • New command to return a random country name

Changed

  • Code improvements

[1.0.2] - 2017-01-04

Fixed

  • Fix bug when generating random values with multiple editors

[1.0.1] - 2017-01-03

  • Initial release