Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
d418140
commit gitignore
eatsjobs Nov 22, 2025
c6ceae8
remove dist
eatsjobs Nov 22, 2025
a95d568
Switch code to es module
eatsjobs Nov 22, 2025
a4cd938
migrate tests and samples
eatsjobs Nov 22, 2025
0c74344
add es module shim in index.htmls
eatsjobs Nov 22, 2025
a6758c1
Fix package.json
eatsjobs Nov 22, 2025
187bf04
Fix html import maps
eatsjobs Nov 22, 2025
cd2ae8f
update README.md
eatsjobs Nov 22, 2025
daafd0f
update package.json
eatsjobs Nov 22, 2025
74d5ba0
Simplify plugin API: remove enable/disable methods
eatsjobs Nov 22, 2025
d515b9b
reviewed plugin system
eatsjobs Nov 22, 2025
ea56e58
examples and tests
eatsjobs Nov 22, 2025
bf97cda
Add target browsers for ES module support in tsdown.config.ts
eatsjobs Nov 22, 2025
11f7745
Add lightweight user agent parser for browser/device detection
eatsjobs Nov 22, 2025
0af8f39
milestone. tests pass, examples working
eatsjobs Nov 22, 2025
b4fda7a
Update CHANGELOG and README for Howler.js v3.0 release
eatsjobs Nov 22, 2025
57597ec
Refactor HowlerGlobal and Sound classes for improved readability and …
eatsjobs Nov 22, 2025
157be96
Enhance Howler.js TypeScript types and improve audio handling
eatsjobs Nov 22, 2025
cea130e
Add biome configuration and update dependencies
eatsjobs Nov 23, 2025
db3f19d
Enhance Howler.js configuration and add size checking script
eatsjobs Nov 23, 2025
430f695
Refactor audio loading to use Fetch API and update TypeScript types
eatsjobs Nov 23, 2025
6e976d1
Remove outdated license headers and update versioning in source files…
eatsjobs Nov 23, 2025
636f7fe
add attw and publit checks for Howler.js v3.0.0-alpha.1
eatsjobs Nov 23, 2025
0178463
Update pull request template formatting for consistency
eatsjobs Nov 23, 2025
e0199f2
move global cache for decoded audio buffers into separate file
eatsjobs Nov 23, 2025
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
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Issue/Feature
# Issue/Feature
<!--
Describe the issue/feature resolved by this PR.
If a new feature, explain why this should be included in the core library.
-->

### Related Issues
## Related Issues
<!-- Link to any related issues here. -->

### Solution
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
dist/
153 changes: 149 additions & 4 deletions CHANGELOG.md

Large diffs are not rendered by default.

Loading