Skip to content

Commit 4a3fbac

Browse files
Release: 3.0.0-alpha.1 [skip ci]
## v3.0.0-alpha.1 **[`v2.0.0...v3.0.0-alpha.1`](v2.0.0...v3.0.0-alpha.1)** - **2023-10-20** ### 💥 Breaking - Add setter method on window.location [`4be68a0`](4be68a0) - Add spies and proxy for window.history to track its updates to the original window.location [`628a60d`](628a60d) ### 📄 Documentation - Add limitations, new features, alternative setup and configuration methods to readme [`51a65bf`](51a65bf) - Fix comma typos in readme [`8f9af49`](8f9af49) ### 📦 Package - **npm:** Bump jest-diff from 29.6.4 to 29.7.0 [`d592844`](d592844) - **npm:** npm update deep [`26652b8`](26652b8) ### 🧹 Internal - Downgrade semantic-release [`774ada3`](774ada3) - Improve tests for existing logic [`8ef5de8`](8ef5de8) - Remove extraneous eslint disables [`e3401af`](e3401af) - Simplify GitHub Actions npm cache [`0a0441c`](0a0441c) - Update GitHub Actions [`ed50b4d`](ed50b4d)
1 parent 774ada3 commit 4a3fbac

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

‎CHANGELOG.md‎

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## v3.0.0-alpha.1
4+
5+
**[`v2.0.0...v3.0.0-alpha.1`](https://github.com/evelynhathaway/jest-location-mock/compare/v2.0.0...v3.0.0-alpha.1)** - **2023-10-20**
6+
7+
### 💥 Breaking
8+
9+
- Add setter method on window.location [`4be68a0`](https://github.com/evelynhathaway/jest-location-mock/commit/4be68a0)
10+
- Add spies and proxy for window.history to track its updates to the original window.location [`628a60d`](https://github.com/evelynhathaway/jest-location-mock/commit/628a60d)
11+
12+
### 📄 Documentation
13+
14+
- Add limitations, new features, alternative setup and configuration methods to readme [`51a65bf`](https://github.com/evelynhathaway/jest-location-mock/commit/51a65bf)
15+
- Fix comma typos in readme [`8f9af49`](https://github.com/evelynhathaway/jest-location-mock/commit/8f9af49)
16+
17+
### 📦 Package
18+
19+
- **npm:** Bump jest-diff from 29.6.4 to 29.7.0 [`d592844`](https://github.com/evelynhathaway/jest-location-mock/commit/d592844)
20+
- **npm:** npm update deep [`26652b8`](https://github.com/evelynhathaway/jest-location-mock/commit/26652b8)
21+
22+
### 🧹 Internal
23+
24+
- Downgrade semantic-release [`774ada3`](https://github.com/evelynhathaway/jest-location-mock/commit/774ada3)
25+
- Improve tests for existing logic [`8ef5de8`](https://github.com/evelynhathaway/jest-location-mock/commit/8ef5de8)
26+
- Remove extraneous eslint disables [`e3401af`](https://github.com/evelynhathaway/jest-location-mock/commit/e3401af)
27+
- Simplify GitHub Actions npm cache [`0a0441c`](https://github.com/evelynhathaway/jest-location-mock/commit/0a0441c)
28+
- Update GitHub Actions [`ed50b4d`](https://github.com/evelynhathaway/jest-location-mock/commit/ed50b4d)
29+
330
## v2.0.0
431

532
**[`v1.0.10...v2.0.0`](https://github.com/evelynhathaway/jest-location-mock/compare/v1.0.10...v2.0.0)** - **2023-09-04**

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-location-mock",
3-
"version": "2.0.0",
3+
"version": "3.0.0-alpha.1",
44
"description": "Jest hooks for JSDOM location mock",
55
"keywords": [
66
"jest",

0 commit comments

Comments
 (0)