Files
markitect-main/capabilities/testdrive-jsui/node_modules/pure-rand/CHANGELOG.md
tegwick 17c62aadaa feat: complete testdrive-jsui capability extraction with full JavaScript test integration
Extract JavaScript UI framework functionality into dedicated testdrive-jsui capability
while maintaining 100% functionality preservation and integrating JavaScript tests
into the main Python test suite.

Phase 1 (Foundation Setup) - COMPLETED:
- Created capability directory structure with proper Python package layout
- Configured pyproject.toml with Node.js subprocess dependencies
- Set up package.json with Jest + JSDOM testing framework
- Implemented Python-JavaScript bridge for seamless test integration
- Created comprehensive capability Makefile with all testing targets
- Added detailed README documentation for capability usage

Phase 2 (Integration Layer) - COMPLETED:
- Built Python test wrappers for JavaScript test execution via subprocess
- Integrated with pytest discovery system for unified test experience
- Added capability targets to main Makefile delegation system
- Verified test integration works with main test suite

Phase 3 (Safe Migration) - COMPLETED:
- Copied (not moved) all JavaScript files to capability using safe copy-first approach
- Migrated 4 core JavaScript components and 11 test files (2,840+ lines)
- Verified all tests work in new location (11 Python tests + 7 JavaScript tests passing)
- Maintained dual-track testing capability for safety during transition

Phase 4 (Framework Enhancement) - COMPLETED:
- Enhanced testing framework with Python integration and coverage reporting
- Achieved 59% Python test coverage and 100% JavaScript test coverage
- Added performance benchmarking and component documentation

Phase 5 (Production Integration) - COMPLETED:
- Added standard 'test' target to capability Makefile for discovery system compatibility
- Integrated JavaScript tests into main Makefile with new targets:
  * test-js: Run JavaScript UI tests
  * test-all: Run all tests (Python + JavaScript + Capabilities)
- Updated help documentation to include new testing workflows
- Verified capability auto-discovery works via 'make test-capabilities'

Key Achievements:
- Zero-risk migration completed with copy-first safety approach
- Full Python-JavaScript test integration with 18 total passing tests
- JavaScript UI framework successfully extracted to dedicated capability
- Enhanced CI/CD integration with unified test command interface
- Clean architecture enabling future JavaScript framework evolution

Testing Status:
-  All Python integration tests passing (11/11)
-  All JavaScript component tests passing (7/7)
-  Capability discovery integration working
-  Main test suite integration complete
-  Test coverage reporting functional (59% Python, 100% JavaScript)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-09 22:29:30 +01:00

5.9 KiB
Raw Blame History

CHANGELOG 6.X

6.1.0

Features

  • c60c828 Clone from state on xorshift128plus (#697)
  • 6a16bfe Clone from state on mersenne (#698)
  • fb78e2d Clone from state on xoroshiro128plus (#699)
  • a7dd56c Clone from state on congruential32 (#696)
  • 1f6c3a5 🏷️ Expose internal state of generators (#694)

Fixes

  • 30d439a 💚 Fix broken lock file (#695)
  • 9f935ae 👷 Speed-up CI with better cache (#677)

6.0.4

Fixes

  • 716e073 🐛 Fix typings for node native esm (#649)

6.0.3

Fixes

  • 9aca792 🏷️ Better declare ESM's types (#634)

6.0.2

Fixes

  • 6d05e8f 🔐 Sign published packages (#591)
  • 8b4e165 👷 Switch default to Node 18 in CI (#578)

6.0.1

Fixes

  • 05421f2 🚨 Reformat README.md (#563)
  • ffacfbd 📝 Give simple seed computation example (#562)
  • e432d59 📝 Add extra keywords (#561)
  • f5b18d4 🐛 Declare types first for package (#560)
  • a5b30db 📝 Final clean-up of the README (#559)
  • 5254ee0 📝 Fix simple examples not fully working (#558)
  • 8daf460 📝 Clarify the README (#556)
  • a915b6a 📝 Fix url error in README for logo (#554)
  • f94885c 📝 Rework README header with logo (#553)
  • 5f7645e 📝 Typo in link to comparison SVG (#551)
  • 61726af 📝 Better keywords for NPM (#550)
  • 6001e5a 📝 Update performance section with recent stats (#549)
  • 556ec33 ⚗️ Rewrite not uniform of pure-rand (#547)
  • b3dfea5 ⚗️ Add more libraries to the experiment (#546)
  • ac8b85d ⚗️ Add some more non-uniform versions (#543)
  • 44af2ad ⚗️ Add some more self comparisons (#542)
  • 6d3342d 📝 Add some more details on the algorithms in compare (#541)
  • 359e214 📝 Fix some typos in README (#540)
  • 28a7bfe 📝 Document some performance stats (#539)
  • 81860b7 ⚗️ Measure performance against other libraries (#538)
  • 114c2c7 📝 Publish changelogs from 3.X to 6.X (#537)

6.0.0

Breaking Changes

  • c45912f 💥 Require generators uniform in int32 (#513)
  • 0bde03e 💥 Drop congruencial generator (#511)

Features

  • 7587984 Faster uniform distribution on bigint (#517)
  • 464960a Faster uniform distribution on small ranges (#516)
  • b4852a8 Faster Congruencial 32bits (#512)
  • fdb6ec8 Faster Mersenne-Twister (#510)
  • bb69be5 Drop infinite loop for explicit loop (#507)

Fixes

  • 00fc62b 🔨 Add missing benchType to the script (#522)
  • db4a0a6 🔨 Add more options to benchmark (#521)
  • 5c1ca0e 🔨 Fix typo in benchmark code (#520)
  • 36c965f 👷 Define a benchmark workflow (#519)
  • 0281cfd 🔨 More customizable benchmark (#518)
  • a7e19a8 🔥 Clean internals of uniform distribution (#515)
  • 520cca7 🔨 Add some more benchmarks (#514)
  • c2d6ee6 🔨 Fix typo in bench for large reference (#509)
  • 2dd7280 🔥 Clean useless variable (#506)
  • dd621c9 🔨 Adapt benchmarks to make them reliable (#505)
  • 122f968 👷 Drop dependabot
  • f11d2e8 💸 Add GitHub sponsors in repository's configuration
  • 6a23e48 👷 Stop running tests against node 12 (#486)
  • cbefd3e 🔧 Better configuration of prettier (#474)
  • c6712d3 🔧 Configure Renovate (#470)