Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2 KB

CHANGELOG.md

File metadata and controls

35 lines (23 loc) · 2 KB

Changelog

0.1.5

  • add lune package aliases to configuration files (#35)
  • fix luau-lsp analysis script to ignore node_modules (#30)
  • fix incorrect extension name used in roblox-test.sh script (#33)
  • avoid including dev-dependencies when building Roblox models (#32)

0.1.4

  • fix build script usage in workflows where no artifacts are actually built (in both the test and release workflows) (#28)
  • remove temp directory after build scripts are done (#27)
  • add GitHub actions and selene to recommended VSCode extensions (#26)
  • disable luau-lsp automatic Rojo sourcemap generation setting (#25)

0.1.3

  • fix prepare command and usages of yarn when npm is selected (#16)

0.1.2

  • remove the scope prefix from package names in generated READMEs and the built artifacts (#13)
  • fix duplicated extensions in build artifacts file names (#12)
  • fix build-roblox-asset.sh script (#11)
  • fix remove-tests.sh script to support both lua and luau extensions (#10)
  • move Roblox test-place.rbxl file into the temp directory (#9)

0.1.1

  • rename gitignore, gitattributes and npmignore templates to fix missing template issue (#1)

0.1.0

  • Initial version