Minor Changes
-
#278
fe893e2Thanks @theoephraim! - allow multi-line fn calls, both in decorator and item values -
#273
15b9c81Thanks @copilot-swe-agent! - Add conditional@importwith namedenabledparameter
Patch Changes
-
#274
c872e71Thanks @copilot-swe-agent! - Add@publicitem decorator as the counterpart to@sensitive, matching the pattern of@required/@optionaldecorator pairs -
#262
e5c7d24Thanks @ya7010! - feat: add--compactflagvarlock load. -
#271
bcba478Thanks @copilot-swe-agent! - Improve CLI help text for all commands by adding detailed examples and usage guidance. Each command now includes comprehensive help information with usage examples, tips, and links to documentation. -
#270
558360aThanks @theoephraim! - - allow importing from ~- remove git ignore checks as part of core loading logic, we can re-add in specific commands where necessary
-
#281
50c4ad4Thanks @copilot-swe-agent! - Add allowMissing flag to @import decorator -
#275
c0d9942Thanks @copilot-swe-agent! - Fix package manager detection to handle multiple lockfiles gracefully. When multiple lockfiles are found (e.g., both package-lock.json and bun.lockb), the detection now:- First tries env var based detection (npm_config_user_agent) to respect the currently active package manager
- If that fails, returns the first detected package manager as a fallback
- No longer throws an error, preventing CLI crashes in monorepos or when switching package managers
-
Updated dependencies [
fe893e2]:- @env-spec/parser@0.1.0