Skip to content

Releases: Dano7/ScadBundler

v0.2.3

Choose a tag to compare

@Dano7 Dano7 released this 15 Jul 17:42
02a9521

Adds 256-character default line limit under minify and obfuscate for better compatibility with some site's custom parsers. You may set line-limit to 0 for an indefinite line limit to maximally minify.

What's Changed

  • feat(emit): --max-line-length hard wrapping (default 256 under --minify/--obfuscate) by @Dano7 in #28

Full Changelog: v0.2.2...v0.2.3

What's Changed

  • feat(emit): --max-line-length hard wrapping (default 256 under --minify/--obfuscate) by @Dano7 in #28

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@Dano7 Dano7 released this 06 Jul 04:43
c3affd6

What's Changed

  • build(deps): Bump MinVer from 5.0.0 to 7.0.0 by @dependabot[bot] in #22
  • feat(cli): add --parameters-first to hoist Customizer params above license header (Thingiverse compat) by @Dano7 in #23
  • ci: Bump the actions group across 1 directory with 3 updates by @dependabot[bot] in #24
  • build(deps): Bump the test-stack group with 1 update by @dependabot[bot] in #25
  • Set WASM performance expectations on ScadBundler Live; fix stale ScadCombiner references by @Dano7 with @Copilot in #27

New Contributors

  • @Dano7 with @Copilot made their first contribution in #27

Full Changelog: v0.2.1...v0.2.2

What's Changed

  • build(deps): Bump MinVer from 5.0.0 to 7.0.0 by @dependabot[bot] in #22
  • feat(cli): add --parameters-first to hoist Customizer params above license header (Thingiverse compat) by @Dano7 in #23
  • ci: Bump the actions group across 1 directory with 3 updates by @dependabot[bot] in #24
  • build(deps): Bump the test-stack group with 1 update by @dependabot[bot] in #25
  • Set WASM performance expectations on ScadBundler Live; fix stale ScadCombiner references by @Dano7 with @Copilot in #27

New Contributors

  • @Dano7 with @Copilot made their first contribution in #27

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@Dano7 Dano7 released this 17 Jun 00:39
cadb238

What's Changed

  • Distribution: automated cross-platform releases, portable binaries, dotnet tool & MSIX by @Dano7 in #19
  • fix(harden): keep Customizer parameter comments under minify/comment-drop by @Dano7 in #20

Full Changelog: v0.2.0...v0.2.1

What's Changed

  • Distribution: automated cross-platform releases, portable binaries, dotnet tool & MSIX by @Dano7 in #19
  • fix(harden): keep Customizer parameter comments under minify/comment-drop by @Dano7 in #20

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 15:16

What's Changed

  • feat(live): add W3 options panel, polish & GitHub Pages deploy (web) by @Dano7 in #1
  • fix(semantics): correct member-access and include/use scoping for real-world libraries by @Dano7 in #6
  • fix(bundler): recursive function literals + BOSL2 builtin-override recursion by @Dano7 in #7
  • Fix false SB3004/SB3005 warnings (opt-in --lint) + web large-project UX design by @Dano7 in #8
  • Fix --minify/--obfuscate dropping dynamically-scoped special-variable defaults by @Dano7 in #9
  • Fix Web file list marking loose sub-path-aliased files as unused by @Dano7 in #10
  • ci: add build/test/integration CI, CodeQL, and Dependabot by @Dano7 in #11
  • ci: bump the actions group with 7 updates by @dependabot[bot] in #12
  • build(deps): Bump the test-stack group with 4 updates by @dependabot[bot] in #13
  • build(deps): Bump Microsoft.AspNetCore.Components.WebAssembly from 10.0.0 to 10.0.9 by @dependabot[bot] in #14
  • build(deps): Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 10.0.0 to 10.0.9 by @dependabot[bot] in #15
  • feat(web): W5 §C1 — responsiveness (progress + off-thread) by @Dano7 in #16
  • fix(web): W5 §C1 review-feedback follow-up (dispose, reduced-motion, doc) by @Dano7 in #17
  • feat(web): W5 §C2/§C3 — responsive big-project options + one less load per bundle by @Dano7 in #18

New Contributors

Full Changelog: https://github.com/Dano7/ScadCombiner/commits/v0.2.0