v0.11.0
Pre-release
Pre-release
What's Changed
- improve html response error messages by @blake-mealey in #111
- Add issue templates by @blake-mealey in #121
- add support for reading roblosecurity from roblox studio user on macos by @blake-mealey in #120
- generate json schema of configuration file format by @blake-mealey in #123
- BREAKING: improve config schema consistency by @blake-mealey in #124
- generate schema in workflows by @blake-mealey in #125
Full Changelog: v0.10.8...v0.11.0
Migrating from 0.10.x
- Rename
environments.*.name
toenvironments.*.label
- Rename
environments.*.overrides
toenvironments.*.targetOverrides
- Move
target.experience.configuration.icon
totarget.experience.icon
- Move
target.experience.configuration.thumbnails
totarget.experience.thumbnails
- Replace
target.experience.configuration.paidAccessPrice
with new format:
# disabled
target:
experience:
configuration:
paidAccess: disabled
# enabled with price
target:
experience:
configuration:
paidAccess:
price: 50
- Replace
target.experience.configuration.privateServerPrice
with new format:
# disabled
target:
experience:
configuration:
privateServers: disabled
# enabled with price
target:
experience:
configuration:
privateServers:
price: 50
# free
target:
experience:
configuration:
privateServers: free