Files
markitect-main/capabilities/testdrive-jsui/node_modules/is-finalizationregistry/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

8.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v1.1.1 - 2024-12-16

Commits

  • [actions] re-add finishers 0f41639
  • [Dev Deps] update @arethetypeswrong/cli, @ljharb/tsconfig, @types/tape 1467f11
  • [meta] sort package.json bd48b68
  • [Refactor] use call-bound directly ce9dcd4
  • [Deps] update call-bind 9b8daac
  • [meta] add sideEffects flag c5cb18b

v1.1.0 - 2024-11-23

Commits

  • [actions] reuse common workflows b9b56fe
  • [meta] use npmignore to autogenerate an npmignore file 4b65c3d
  • [New] add TS types 22c7c81
  • [actions] split out node 10-20, and 20+ b4bc95a
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, safe-publish-latest, tape 25d2e81
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, object-inspect, tape a045ec6
  • [actions] update rebase action to use reusable workflow 14ee45b
  • [actions] update codecov uploader d37bfcb
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, object-inspect, tape a36b69c
  • [meta] clean up exports 35b3562
  • [meta] add missing engines.node 0603193
  • [Tests] replace aud with npm audit 05b4596
  • [Deps] update call-bind 6482025
  • [Dev Deps] add missing peer dep 90f97dd

v1.0.2 - 2021-10-05

Commits

  • [meta] do not publish Github Actions workflows 5509e8c
  • [actions] use node/install instead of node/run; use codecov action b566204
  • [readme] fix markdown 02602dd
  • [Fix] use call-bind and obviate missing es-abstract dep 9d71846
  • [readme] add actions and codecov badges 75381a7
  • [Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog, object-inspect, tape 7a0f9d8
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, object-inspect, tape 962689f
  • [Dev Deps] update eslint, @ljharb/eslint-config, tape 762ebf2
  • [meta] add safe-publish-latest; use prepublishOnly script for npm 7+ fe0b226

v1.0.1 - 2020-12-04

Commits

  • [Tests] migrate tests to Github Actions b697250
  • [Tests] run nyc on all tests 9091806
  • [actions] add "Allow Edits" workflow 5d8c4f5
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, object-inspect 3af34c1
  • [actions] switch Automatic Rebase workflow to pull_request_target event d0720ff
  • [readme] remove travis badge 2757b27
  • [meta] add package.json to exports c680142

v1.0.0 - 2020-08-02

Commits