Skip to content

Releases: ieedan/jsrepo

[email protected]

17 Feb 14:30
0cc96da
Compare
Choose a tag to compare

Minor Changes

  • 3955aaf: feat: Dependency resolution support for css and sass 🎉

[email protected]

13 Feb 12:52
e7d028f
Compare
Choose a tag to compare

Minor Changes

  • 256456f: feat: Add additional instructions prompt to ✨ Update with AI ✨ to allow users to give more context to the model on how to update the file
  • 256456f: feat: Add iterate option for ✨ Update with AI ✨ so that you can reprompt with the context of past chats and iterate on the generated file.

Patch Changes

  • 256456f: feat: Remember model choice for ✨ Update with AI ✨

[email protected]

10 Feb 16:22
8ec13cd
Compare
Choose a tag to compare

Patch Changes

  • d96f481: Improve verbose logging.

[email protected]

10 Feb 14:56
d3d3d54
Compare
Choose a tag to compare

Minor Changes

  • 2260f3d: perf: Cache git provider state to improve time it takes to fetch the manifest. (This behavior can be disabled with the --no-cache flag)

[email protected]

08 Feb 14:08
c6678ca
Compare
Choose a tag to compare

Minor Changes

  • 511c288: feat: Resolve remote dependencies for config files 🎉

[email protected]

07 Feb 22:03
7a615b9
Compare
Choose a tag to compare

Patch Changes

  • cdd2486: feat: Autofix incorrect extension on (.ts|js|mjs|cjs) config files.
  • 3c7eeb4: fix: Ensure registries coming from args are always configured first.
  • 2bf2f5b: feat: Improve error messages when paths are incorrectly named or do not resolve.
  • 2bf2f5b: fix: Do not accept invalid path default blocks path on init.

[email protected]

07 Feb 19:22
3044d13
Compare
Choose a tag to compare

Minor Changes

  • 673d300: feat: Use "✨ Update with AI ✨" to update your config files on init 🎉
  • 317fdc8: feat: 🎉 Specify config files to add on init from jsrepo-build-config.json 🎉

Patch Changes

  • 673d300: updated: During project init you will now be prompted to initialize registries after being prompted for the formatter.
  • 34198ac: fix: Fix an issue where the same registry would be duplicated in the config if you ran init multiple times on that registry.
  • 34198ac: fix: Always configure registries provided as args on init.

[email protected]

06 Feb 21:20
4840863
Compare
Choose a tag to compare

Patch Changes

  • 63a1ccb: chore: Bump deps
  • 2f5cff4: fix: Fix regression where unused blocks were not removed from the manifest.

[email protected]

06 Feb 14:36
11eeece
Compare
Choose a tag to compare

Minor Changes

  • 8168f20: feat: Detect dependencies from dynamic imports in TypeScript and Svelte files. 🎉

[email protected]

04 Feb 11:43
60cd13c
Compare
Choose a tag to compare

Minor Changes

  • 0424970: feat: Support for subdirectories 🎉