Skip to content

Commit 2455c6a

Browse files
authored
Merge pull request #60 from AegisJSProject/patch/updates
Updates & add `url` parser
2 parents 1752ddb + 3bbb0c4 commit 2455c6a

File tree

8 files changed

+295
-193
lines changed

8 files changed

+295
-193
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ test/
1111
importmap.json
1212
importmap.yaml
1313
*.config.js
14+
*.test.js
1415
*.gz
1516
*.tgz
1617
*.log

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v0.2.15] - 2024-09-25
11+
12+
### Added
13+
- Add `url` parser via `@aegisjsproject/parsers`
14+
15+
### Changed
16+
- Update dependencies and config
17+
1018
## [v0.2.14]
1119

1220
### Changed

eslint.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { ignoreFile } from '@shgysk8zer0/eslint-config/ignoreFile.js';
2-
import browser from '@shgysk8zer0/eslint-config/browser.js';
1+
import { browser } from '@shgysk8zer0/eslint-config';
32

4-
export default [ignoreFile, browser()];
3+
export default browser();

0 commit comments

Comments
 (0)