Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PaperStrike committed May 26, 2021
1 parent dcc1f65 commit f3d1bbf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# 0.8.0 - 2021.5.26

## 💥 Breaking Changes

- Combine `sendRequest`, `parseResponse`, and `switchNodes` into `switchDOM`.
- Remove `request` and `response` properties from status.

## ⭐ Features

- Make the whole navigate process abortable.
- New ECMAScript Module distributions.
- New `weakLoadURL` method.

# 0.7.1 - 2021-05-19

## 💥 Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sliphua/pjax",
"version": "0.7.1",
"version": "0.8.0",
"description": "Easily enable fast AJAX navigation (using Fetch + pushState)",
"keywords": [
"pjax",
Expand Down

0 comments on commit f3d1bbf

Please sign in to comment.