Skip to content

Releases: ieedan/jsrepo

[email protected]

23 Nov 16:14
9f2bd09
Compare
Choose a tag to compare

Minor Changes

  • caff9cc: Add --include-blocks and --include-categories flags to build command. These allow you to only include the provided blocks or categories in the build.
  • fd66b24: Add error-on-warn flag so that you can choose to error on warnings during build.
  • e408c46: jsrepo now checks the manifest file before writing it to warn about potential issues.

[email protected]

23 Nov 14:21
c2ff5f3
Compare
Choose a tag to compare

Minor Changes

  • 5ac4967: Improves onboarding experience by adding a registry option when running init.

Patch Changes

  • 5ac4967: Fixed an issue where detect wasn't using the correct cwd in some cases.
  • c3cd417: Fixed an issue where subdirectories of a subdirectory would give a unhelpful warning.

[email protected]

22 Nov 21:15
620a625
Compare
Choose a tag to compare

Patch Changes

[email protected]

22 Nov 15:28
65e45ba
Compare
Choose a tag to compare

Patch Changes

  • 5b83b5b: Use pathe instead of node:path.

[email protected]

22 Nov 15:01
91cf020
Compare
Choose a tag to compare

Minor Changes

  • fb29892: vue support! 🎉
  • 48a17aa: Add --exclude-deps flag to build. This allows you to prevent certain dependencies from being added during the build.

Patch Changes

  • 48a17aa: When *.svelte files import 'svelte' it will not longer result in svelte being added as a dependency.

[email protected]

22 Nov 13:50
86ddea4
Compare
Choose a tag to compare

Patch Changes

  • 6a531fc: Fix arg ordering for test command.

[email protected]

22 Nov 13:09
a69d068
Compare
Choose a tag to compare

Minor Changes

  • 3d4d754: Add update command. update allows you to update components with a nice ui for seeing the differences.

[email protected]

21 Nov 21:31
b9bccf0
Compare
Choose a tag to compare

Patch Changes

  • 31921ab: Fixes line numbers on diff command. Previously there were issues when there were changes that add or removed multiple lines of whitespace now they are fixed.
  • 7bb7084: Adds different coloring for single line changes to make them more discernable in diff.

[email protected]

21 Nov 16:25
80afd8a
Compare
Choose a tag to compare

Patch Changes

  • 909d942: Fixed an issue where block subdeps would be added twice.

[email protected]

21 Nov 15:48
cac3498
Compare
Choose a tag to compare

Patch Changes