Skip to content

Commit 337cb50

Browse files
committed
Add a CHANGELOG.md to keep track of changes int the project.
1 parent bdfd5f5 commit 337cb50

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. Changes notes typically follow this pattern:
3+
4+
> **Fixed**
5+
> * Something was fixed. (#pr-number) by @pr-author
6+
>
7+
> **Changed**
8+
> * Something was changed. (#pr-number) by @pr-author
9+
>
10+
> **Added**
11+
> * Something was added. (#pr-number) by @pr-author
12+
>
13+
> **Removed**
14+
> * Something was removed. (#pr-number) by @pr-author
15+
>
16+
> **Deprecated**
17+
> * Something was deprecated. (#pr-number) by @pr-author
18+
19+
# [Unreleased]
20+
21+
## Fixed
22+
- An issue in the `HttpRouter` causing issues to handle routes with overlapping in the tail. ([#379](https://github.com/httpswift/swifter/pull/359), [#382](https://github.com/httpswift/swifter/pull/382)) by [@Vkt0r](https://github.com/Vkt0r)
23+
24+
# [1.4.6]
25+
## Added
26+
- The `.movedTemporarily` case (HTTP 307) to possibles HTTP responses. ([#352](https://github.com/httpswift/swifter/pull/352)) by [@csch](https://github.com/csch)
27+
- An example to the `README` for `"How to load HTML by string?"`. ([#352](https://github.com/httpswift/swifter/pull/352)) by [@IvanovDeveloper]( https://github.com/IvanovDeveloper)
28+
- CircleCI for Continous Integration in the project. ([#364](https://github.com/httpswift/swifter/pull/364)) by [@Vkt0r](https://github.com/Vkt0r)
29+
- Support for the Swift 5. ([#370](https://github.com/httpswift/swifter/pull/370)) by [@alanzeino](https://github.com/alanzeino)
30+
31+
## Changed
32+
- The syntax to support Swift 3 and Swift 4. ([#347](https://github.com/httpswift/swifter/pull/347)) by [@fandyfyf](https://github.com/fandyfyf)
33+
- Set to `NO` the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` in the **tvOS** target to avoid App Store checks due to the _Frameworks_ directory. ([#361](https://github.com/httpswift/swifter/pull/361)) by [@Vkt0r](https://github.com/Vkt0r)
34+
- The process of reading of request body and headers. ([#362](https://github.com/httpswift/swifter/pull/362)) by [@adamkaplan](https://github.com/adamkaplan)
35+
36+
## Fixed
37+
- An issue in the `HttpRouter` causing issues to handle routes with overlapping. ([#359](https://github.com/httpswift/swifter/pull/359)) by [@Vkt0r](https://github.com/Vkt0r)
38+
39+
40+
[Unreleased]: https://github.com/httpswift/swifter/compare/1.4.6...HEAD
41+
[1.4.6]: https://github.com/httpswift/swifter/compare/1.4.5...1.4.6

0 commit comments

Comments
 (0)