Releases: ieedan/jsrepo
Releases · ieedan/jsrepo
[email protected]
Minor Changes
- 3955aaf: feat: Dependency resolution support for css and sass 🎉
[email protected]
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]
Patch Changes
- d96f481: Improve verbose logging.
[email protected]
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]
Minor Changes
- 511c288: feat: Resolve remote dependencies for config files 🎉
[email protected]
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]
Minor Changes
- 673d300: feat: Use "✨ Update with AI ✨" to update your config files on
init
🎉 - 317fdc8: feat: 🎉 Specify config files to add on
init
fromjsrepo-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]
[email protected]
Minor Changes
- 8168f20: feat: Detect dependencies from dynamic imports in TypeScript and Svelte files. 🎉
[email protected]
Minor Changes
- 0424970: feat: Support for subdirectories 🎉