You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
+
## Added
22
+
- A new `CHANGELOG.md` to keep track of changes in the project. ([#385](https://github.com/httpswift/swifter/pull/385)) by [@Vkt0r](https://github.com/Vkt0r)
23
+
24
+
## Fixed
25
+
- 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)
26
+
27
+
# [1.4.6]
28
+
## Added
29
+
- The `.movedTemporarily` case (HTTP 307) to possibles HTTP responses. ([#352](https://github.com/httpswift/swifter/pull/352)) by [@csch](https://github.com/csch)
30
+
- 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)
31
+
- CircleCI for Continous Integration in the project. ([#364](https://github.com/httpswift/swifter/pull/364)) by [@Vkt0r](https://github.com/Vkt0r)
32
+
- Support for the Swift 5. ([#370](https://github.com/httpswift/swifter/pull/370)) by [@alanzeino](https://github.com/alanzeino)
33
+
34
+
## Changed
35
+
- The syntax to support Swift 3 and Swift 4. ([#347](https://github.com/httpswift/swifter/pull/347)) by [@fandyfyf](https://github.com/fandyfyf)
36
+
- 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)
37
+
- The process of reading of request body and headers. ([#362](https://github.com/httpswift/swifter/pull/362)) by [@adamkaplan](https://github.com/adamkaplan)
38
+
39
+
## Fixed
40
+
- 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)
0 commit comments