Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ All notable changes to `what.js` will be documented in this file.

### Migration

+ Support for cjs and iief has been dropped for now.
+ If you are interested in re-adding it, feel free to get in contact.

+ Please check your import paths. While no features were added or removed, some paths are not up to date anymore, especially anything containing 'src'
- Support for cjs and iief has been dropped for now.
- If you are interested in re-adding it, feel free to get in contact.
- Please check your import paths. While no features were added or removed, some paths are not up to date anymore, especially anything containing 'src'

**Full Changelog**: https://github.com/Hexafuchs/what.js/compare/v1.0.2...v2.0.0

Expand Down
263 changes: 244 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.12",
"@typescript-eslint/eslint-plugin": "^8.28.0",
"@typescript-eslint/eslint-plugin": "^8.29.0",
"@typescript-eslint/parser": "^8.27.0",
"@vitest/coverage-v8": "^3.0.9",
"copyfiles": "^2.4.1",
Expand Down