-
Notifications
You must be signed in to change notification settings - Fork 11
Changelog
Hans5958 edited this page Mar 31, 2021
·
9 revisions
- Add
allowTransparency
property onsettings
property withcolor
type (#31) - Add additional check for RGBA hex values (#31)
- Add
dynamicDisable
property (#27)
- Replace
warning
andnotice
properties with theinfo
property - Add
easterEgg
value on thetags
property (#20) - Add
popup
property (#18)
- Add
integer
type on settings (#16) - Set 0 as minimum for
positive_integer
settings type (#17)
- Add
l10n
property (#14) - Allow
potentialValues
items to be an object withname
andid
properties (#14) - Add forgotten
libraries
property
- 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
- 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 thetype
property - Add leading hash before color RegEx pattern again (#11)
- Change description on
preset.values
- Add
minimum
onpositive_integer
settings - Add
minLength
on most string values (more strict checks) - Change descriptions with
options
andoption
tosettings
andsetting
- Add URL RegEx on appropriate values
- Add
color
option onoption
type - Add RegEx check on default property with
color
type - Remove description of
potential_values
when thetype
is notselect
- Add
warning
property - Add
traps
property - Add leading hash before color RegEx pattern (#5)
- 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 onoptions
- Add
minItems
in multiple properties - Add
clipboardWrite
onpermissions
- Set
runAtComplete
as optional - Add
select
type onoptions
- 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