Skip to content

Commit ff1a781

Browse files
author
Patrick Sachs
authored
Update CHANGELOG.md
1 parent ce1eef4 commit ff1a781

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,38 @@
22

33
## Unreleased
44

5-
- Nothing so far
5+
- Invalid URL in Readme fixed.
6+
- Changelog typo fixes.
67

78
## 2.2.1
89

9-
- Fixed inavlid usage of `charset=utf-8` in the accept header when sending a JSON request
10+
- Fixed inavlid usage of `charset=utf-8` in the accept header when sending a JSON request.
1011

1112
## 2.2.0
1213

1314
- Allow setting default options for URLs. By @MatthiasDummler
1415

1516
## 2.1.0
1617

17-
- Allow calling the `json` and `ajax` functions with just a single parameter
18+
- Allow calling the `json` and `ajax` functions with just a single parameter.
1819

1920
## 2.0.1
2021

21-
- Recompiled the source code
22-
- License changed to Apache 2.0
22+
- Recompiled the source code.
23+
- License changed to Apache 2.0.
2324

2425
## 2.0.0
2526

26-
- Package name changed from `ajax` to `@sahnee/ajax`
27+
- Package name changed from `ajax` to `@sahnee/ajax`.
2728

2829
## 1.0.2
2930

3031
- Allow more flexible parameters in functions accepting URLs.
3132

32-
## 1.0.0
33+
## 1.0.1
3334

34-
- Fixed incrrect typescript definitions
35+
- Fixed incorrect typescript definitions.
3536

3637
## 1.0.0
3738

38-
- Initial release
39+
- Initial release.

0 commit comments

Comments
 (0)