Files
Agent-n8n/backups/exhibition-demo-backup-20250928-210916/node_modules/@pkgjs/parseargs/CHANGELOG.md
Yep_Q 67f5dfbe50 feat: 实现多订单班支持系统
主要功能:
- 修改RequirementModal支持12个订单班选择
- 添加OrderClassIconMap图标映射组件
- Store中添加selectedOrderClass状态管理
- WorkflowPage支持传递orderClass参数
- web_result添加URL参数切换功能
- 创建order-class-handler.js动态处理页面主题

技术改进:
- 创建软链接关联订单班数据目录
- 生成wenlu.json和food.json数据结构
- 删除重复的web_result目录
- 添加测试页面test-order-class.html

影响范围:
- 展会策划系统现支持12个订单班
- 结果展示页面自动适配不同订单班主题
- 用户可选择不同行业生成对应方案

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-29 10:02:15 +08:00

6.8 KiB

Changelog

0.11.0 (2022-10-08)

Features

0.10.0 (2022-07-21)

Features

  • add parsed meta-data to returned properties (#129) (91bfb4d)

0.9.1 (2022-06-20)

Bug Fixes

0.9.0 (2022-05-23)

⚠ BREAKING CHANGES

  • drop handling of electron arguments (#121)

Code Refactoring

0.8.0 (2022-05-16)

⚠ BREAKING CHANGES

  • switch type:string option arguments to greedy, but with error for suspect cases in strict mode (#88)
  • positionals now opt-in when strict:true (#116)
  • create result.values with null prototype (#111)

Features

  • create result.values with null prototype (#111) (9d539c3)
  • positionals now opt-in when strict:true (#116) (3643338)
  • switch type:string option arguments to greedy, but with error for suspect cases in strict mode (#88) (c2b5e72)

0.7.1 (2022-04-15)

Bug Fixes

0.7.0 (2022-04-13)

Features

0.6.0 (2022-04-11)

⚠ BREAKING CHANGES

  • rework results to remove redundant flags property and store value true for boolean options (#83)
  • switch to existing ERR_INVALID_ARG_VALUE (#97)

Code Refactoring

  • rework results to remove redundant flags property and store value true for boolean options (#83) (be153db)
  • switch to existing ERR_INVALID_ARG_VALUE (#97) (084a23f)

0.5.0 (2022-04-10)

⚠ BREAKING CHANGES

  • Require type to be specified for each supplied option (#95)

Features

  • Require type to be specified for each supplied option (#95) (02cd018)

0.4.0 (2022-03-12)

⚠ BREAKING CHANGES

  • parsing, revisit short option groups, add support for combined short and value (#75)
  • restructure configuration to take options bag (#63)

Code Refactoring

  • parsing, revisit short option groups, add support for combined short and value (#75) (a92600f)
  • restructure configuration to take options bag (#63) (b412095)

0.3.0 (2022-02-06)

Features

  • parser: support short-option groups (#59) (882067b)

0.2.0 (2022-02-05)

Features

Bug Fixes

0.1.1 (2022-01-25)

Bug Fixes

  • only use arrays in results for multiples (#42) (c357584)

0.1.0 (2022-01-22)

Features

  • expand scenarios covered by default arguments for environments (#20) (582ada7)
  • update readme and include contributing guidelines (8edd6fc)

Bug Fixes

  • do not strip excess leading dashes on long option names (#21) (f848590)
  • name & readme (3f057c1)
  • package.json values (9bac300)
  • update readme name (957d8d9)

Build System