Skip to content

Releases: blake-mealey/mantle

v0.8.0

13 Nov 18:04
Compare
Choose a tag to compare
v0.8.0 Pre-release
Pre-release

⚠ Breaking change: move templates.experience.developerProducts to templates.products and rename resource types in state files: experienceDeveloperProduct -> developerProduct and experienceDeveloperProductIcon -> developerProductIcon

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

12 Nov 00:23
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

What's Changed

This release adds a few breaking changes:

  • Old state files are incompatible but can be easily migrated by changing all resource type names from snake_case to camelCase.
  • ROBLOX_API_KEY is no longer used for any operations. You must use ROBLOSECURITY now.
  • deployMode is no longer supported. All place deploys will now be in "publish" mode.

Full Changelog: v0.6.1...v0.7.0

v0.6.1

11 Nov 01:50
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

08 Nov 02:24
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

What's Changed

  • print succeeded no changes required message if no changes were made by @blake-mealey in #15
  • Add remote state management by @blake-mealey in #16
  • Breaking change: move placeFiles config into templates.places.file config by @blake-mealey in #17

Full Changelog: v0.5.1...v0.6.0

v0.5.1

07 Nov 22:27
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

07 Nov 01:09
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release

⚠ This release breaks multi-deployment configurations (the state file format does not support multiple deployments). Fixed in the next version.
⚠ This release breaks git tagging. Fixed in v0.6.1.

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

03 Nov 22:13
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

What's Changed

  • Added place configuration via configuration templates by @blake-mealey in #9
  • Breaking change: load place files relative to project path by @blake-mealey in #10

Full Changelog: v0.3.0...v0.4.0

v0.3.0

03 Nov 22:10
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

26 Oct 22:29
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

What's Changed

  • Breaking change: add support for multi-place projects by @blake-mealey in #6
    • See the updated readme for the new API

Full Changelog: v0.1.5...v0.2.0

v0.1.5

26 Oct 15:37
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.4...v0.1.5