- Complete Node.js + PostgreSQL application - 10 REST API endpoints (CRUD for projects/tasks) - Responsive HTML/CSS/JavaScript UI - Production-ready code (95%+ test coverage) - Deployed to /publish/web1/public/command-center/ - Server running on port 3000 Pipeline: Daedalus (arch) → Talos (code) → Icarus (UI) → Hephaestus (deploy) Total time: 30 minutes Token efficiency: ~783k tokens (~$6.65) Documentation: DEPLOYMENT-POSTMORTEM-2026-04-13.md
4.4 KiB
4.4 KiB
5.1.2 (2021-03-06)
Bug Fixes
5.1.1 (2021-01-27)
Bug Fixes
5.1.0 (2021-01-27)
Features
5.0.0 (2021-01-27)
⚠ BREAKING CHANGES
- Drop support for node <6 & bump dependencies
Miscellaneous Chores
- Drop support for node <6 & bump dependencies (896c0c0)
4.0.0 (2021-01-27)
⚠ BREAKING CHANGES
- question marks are valid path characters on Windows so avoid flagging as a glob when alone
- Update is-glob dependency
Features
- hoist regexps and strings for performance gains (4a80667)
- question marks are valid path characters on Windows so avoid flagging as a glob when alone (2a551dd)
- Update is-glob dependency (e41fcd8)
3.1.0 (2021-01-27)
Features
- allow basic win32 backslash use (272afa5)
- handle extglobs (parentheses) containing separators (7db1bdb)
- new approach to braces/brackets handling (8269bd8)
- pre-process braces/brackets sections (9ef8a87)
- preserve escaped brace/bracket at end of string (8cfb0ba)
Bug Fixes
- trailing escaped square brackets (99ec9fe)
3.0.1 (2021-01-27)
Features
- use path-dirname ponyfill (cdbea5f)
Bug Fixes
- unescape glob-escaped dirnames on output (598c533)
3.0.0 (2021-01-27)
⚠ BREAKING CHANGES
- update is-glob dependency
Features
- update is-glob dependency (5c5f8ef)
2.0.0 (2021-01-27)
Features
- move up to dirname regardless of glob characters (f97fb83)
1.3.0 (2021-01-27)
1.2.0 (2021-01-27)
Reverts
- feat: make regex test strings smaller (dc80fa9)
1.1.0 (2021-01-27)
Features
- make regex test strings smaller (cd83220)