Implement sourcemap CLI command (#530)

* Initial implementation of sourcemap CLI command

* Update src/cli/sourcemap.rs

Co-authored-by: JohnnyMorganz <johnnymorganz@outlook.com>

* Update src/cli/sourcemap.rs

Co-authored-by: JohnnyMorganz <johnnymorganz@outlook.com>

* Tidy up sourcemap command

* Update CHANGELOG

Co-authored-by: JohnnyMorganz <johnnymorganz@outlook.com>
Co-authored-by: Lucien Greathouse <me@lpghatguy.com>
This commit is contained in:
Filip Tibell
2022-04-19 23:45:29 +02:00
committed by GitHub
parent 49f8845105
commit 256aba4bc1
3 changed files with 146 additions and 1 deletions

View File

@@ -3,9 +3,11 @@
## Unreleased Changes
* Added support for specifying an address to be used by default in the .project.json file ([#447])
* Added support for the new Open Cloud API when uploading. ([#486])
* Added `sourcemap` command for generating sourcemaps to feed into other tools. ([#530])
[#447]: https://github.com/rojo-rbx/rojo/issues/447
[#486]: https://github.com/rojo-rbx/rojo/issues/486
[#530]: https://github.com/rojo-rbx/rojo/pull/530
## [7.0.0] - December 10, 2021
* Fixed Rojo's interactions with properties enabled by FFlags that are not yet enabled. ([#493])
@@ -480,4 +482,4 @@ This is a general maintenance release for the Rojo 0.5.x release series.
* More robust syncing with a new reconciler
## [0.1.0](https://github.com/rojo-rbx/rojo/releases/tag/v0.1.0) (November 29, 2017)
* Initial release, functionally very similar to [rbxfs](https://github.com/LPGhatguy/rbxfs)
* Initial release, functionally very similar to [rbxfs](https://github.com/LPGhatguy/rbxfs)