Skip to content

Changelog

Hans5958 edited this page Mar 31, 2021 · 9 revisions

1.8

  • Add allowTransparency property on settings property with color type (#31)
  • Add additional check for RGBA hex values (#31)

1.7

  • Add dynamicDisable property (#27)

1.6

  • Replace warning and notice properties with the info property
  • Add easterEgg value on the tags property (#20)
  • Add popup property (#18)

1.5

  • Add integer type on settings (#16)
  • Set 0 as minimum for positive_integer settings type (#17)

1.4

  • Add l10n property (#14)
  • Allow potentialValues items to be an object with name and id properties (#14)
  • Add forgotten libraries property

1.3

  • Add description on presets objects (#12)
  • Fix color RegEx pattern (Fix regex when validating a color string)
  • Fix typo on some property descriptions*
  • Add default on traps property*
  • Remove minLength rule from traps property*

* pushed after 1.4 started

1.2

  • Change property names for consistency changes on the main repository (#6, #7)
  • Add notice property (#9)
  • Add presets property (#8, #10)
  • Enforce type on default property based on the type property
  • Add leading hash before color RegEx pattern again (#11)
  • Change description on preset.values
  • Add minimum on positive_integer settings
  • Add minLength on most string values (more strict checks)
  • Change descriptions with options and option to settings and setting
  • Add URL RegEx on appropriate values

1.1

  • Add color option on option type
  • Add RegEx check on default property with color type
  • Remove description of potential_values when the type is not select
  • Add warning property
  • Add traps property
  • Add leading hash before color RegEx pattern (#5)

1.0

  • Initial release
  • Use draft-07 instead of 2019-09
  • Use an array instead of an object on credits property
  • Add schema $id
  • Add string type on options
  • Add minItems in multiple properties
  • Add clipboardWrite on permissions
  • Set runAtComplete as optional
  • Add select type on options
  • Complete description on properties
  • Disallow additional properties
  • Add pattern for URLs
  • Fix bug on potential_values (#3)
  • Add settings_match on userscripts and userstyles (#4)
  • Add final descriptions and change some
  • Add schema $schema
  • Add pattern on multiple properties
  • Remove accidental characters at the start
  • Fix indentation and description
Clone this wiki locally