shulkerscript-cli/CHANGELOG.md

32 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2024-06-10 16:55:05 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
2024-10-01 12:29:50 +02:00
### Changed
### Removed
## [0.1.0] - 2024-10-01
### Added
2024-06-10 16:55:05 +02:00
- Subcommand `init` to initialize a new project
- Creates a new project directory with default files
- Subcommand `build` to build a project
- Compiles the project to a datapack directory
- Allows changing the output directory and setting a assets directory
- Subcommand `clean` to clean the output directory
2024-06-12 22:43:57 +02:00
- Subcommand `watch` to watch for changes and run a command
2024-10-01 12:29:50 +02:00
- Subcommand `migrate` to migrate a datapack to a shulkerscript project
2024-06-10 16:55:05 +02:00
- Subcommand `lang-debug` to debug the language parser
- Allows to print the parsed tokens, AST and shulkerbox datapack representation
2024-10-01 12:29:50 +02:00
[unreleased]: https://github.com/moritz-hoelting/shulkerscript-cli/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/moritz-hoelting/shulkerscript-cli/releases/tag/v0.1.0