Files
markitect-main/capabilities/testdrive-jsui/node_modules/is-bigint/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.9 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.0 - 2024-12-02

Commits

  • [actions] reuse common workflows 0e63a44
  • [meta] use npmignore to autogenerate an npmignore file 47584ee
  • [Tests] use for-each and es-value-fixtures f226864
  • [New] add types 78e2c47
  • [actions] split out node 10-20, and 20+ 4395a8d
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, auto-changelog, has-symbols, object-inspect, tape c188501
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, safe-publish-latest, tape 5360d32
  • [actions] update rebase action to use reusable workflow d5c1775
  • [actions] update codecov uploader c7478c7
  • [Dev Deps] update @ljharb/eslint-config, auto-changelog, npmignore, object-inspect, tape 6fbce66
  • [meta] add missing engines.node 6f9ed42
  • [Tests] replace aud with npm audit 21846c3
  • [Dev Deps] remove unused has-symbols, add missing has-tostringtag b378d94
  • [Deps] update has-bigints f46c35b
  • [Dev Deps] add missing peer dep 2b9be16

v1.0.4 - 2021-08-11

Commits

  • [eslint] remove unnecessary eslintrc file 7220aa5
  • [readme] add github actions/codecov badges 053a071
  • [Deps] add has-bigints as a runtime dependency 0fc3c9d
  • [Dev Deps] update tape 145f11d

v1.0.3 - 2021-08-06

Commits

  • [Tests] use has-tostringtag for easier checking of Symbol.toStringTag 3b44080
  • [Dev Deps] update auto-changelog, eslint, object-inspect, tape e4d4a6c
  • [Fix] use has-bigints for more robust BigInt detection 7bb9d7a

v1.0.2 - 2021-05-04

Commits

  • [meta] do not publish github action workflow files 276d677
  • [actions] use node/install instead of node/run; use codecov action cea7fb6
  • [readme] fix repo URLs; remove travis badge c8e7c36
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud, has-symbols, object-inspect, tape 32f3d90
  • [Dev Deps] update eslint, @ljharb/eslint-config, object-inspect, tape c2f20f5
  • [meta] remove unneeded token; update checkout action 94e46e9
  • [meta] use prepublishOnly script for npm 7+ 3e663ec

v1.0.1 - 2020-11-30

Commits

  • [Tests] use shared travis-ci configs 28f1211
  • [Tests] migrate tests to Github Actions 0998c64
  • [meta] add auto-changelog 2352de6
  • [Tests] run nyc on all tests 9c16a9a
  • [Dev Deps] update eslint, @ljharb/eslint-config, auto-changelog, object-inspect, tape 4cd0edd
  • [actions] add automatic rebasing / merge commit blocking f0f4b91
  • [actions] add "Allow Edits" workflow 7f4f46e
  • [meta] create FUNDING.yml 2d0cb9a
  • [Dev Deps] update eslint, @ljharb/eslint-config, aud 0ee110e
  • [Dev Deps] update eslint, @ljharb/eslint-config, has-symbols, object-inspect, tape 5bb7f3a
  • [Dev Deps] update eslint, @ljharb/eslint-config, safe-publish-latest, tape d3d67d0
  • [Dev Deps] update auto-changelog, tape 54e270f
  • [Dev Deps] update @ljharb/eslint-config, tape d82bfe7
  • [Dev Deps] update auto-changelog; add aud 9c34bd1
  • [Tests] add missing posttest script 0690bd9
  • [meta] add funding field 7ca36d0
  • [actions] switch Automatic Rebase workflow to pull_request_target event 5ffa8da
  • [Dev Deps] update eslint 8512c2f
  • [Tests] only audit prod deps f2147dc
  • [readme] fix header d6eff75

v1.0.0 - 2018-09-20

Commits