-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
## Changelog - Practical Server Side Swift | ||
|
||
Don't forget to check the sample code repository on [GitHub](https://github.com/tib/practical-server-side-swift). | ||
|
||
### Second edition - v1.4.0 | ||
|
||
- Swift async / await support | ||
- Xcode 13 support | ||
- Dropped Leaf / Tau | ||
- SwiftHtml DSL templates | ||
- Latest Vapor 4 version | ||
|
||
### Second edition - v1.3.1 | ||
|
||
- Content updated to support Vapor 4.34 & Leaf Tau | ||
- Fixed trailing slashes in URL paths | ||
- Updated Vapor & Leaf Tau dependency | ||
- Fixed some grammar mistakes | ||
|
||
|
||
### Second edition - v1.3.0 | ||
|
||
- Content updated to support Vapor 4.34 & Leaf Tau | ||
- Chapters from 10 until 16 are refactored | ||
- Simplified templates thanks to Leaf Tau | ||
- SPM tools v5.3 support | ||
- Updated Swift Package dependencies | ||
- Fixed some logical issues in code samples | ||
- It is now easier to follow the chapters | ||
- Pagination support for admin lists | ||
- Smaller fixes and improvements | ||
- New grammar mistakes & type-o-s | ||
|
||
|
||
### First edition - v1.2.0 | ||
|
||
- Content updated to support Vapor 4.14 | ||
- Fixed unowned reference issue | ||
- Fixed Blog migration issues using a dedicated seed | ||
- Sample .env.development file for Chapter 12 | ||
- Fixed some grammar mistakes | ||
|
||
|
||
### First edition - v1.1.0 | ||
|
||
- Better document format with screenshots | ||
- Fixed some grammar mistakes | ||
- Introduced FILE name comment blocks | ||
|
||
|
||
### First edition - v1.0.0 | ||
|
||
- First release | ||
|
||
|
||
### Early Bird edition v1.0.0-beta-6 | ||
|
||
- Chapter 16 | ||
|
||
|
||
### Early Bird edition v1.0.0-beta-5 | ||
|
||
- Chapter 15 | ||
|
||
|
||
### Early Bird edition v1.0.0-beta-4 | ||
|
||
- Chapter 13 | ||
- Chapter 14 | ||
|
||
### Early Bird edition v1.0.0-beta-3.1 | ||
|
||
- Added epub format | ||
|
||
|
||
### Early Bird edition v1.0.0-beta-3 | ||
|
||
- Chapter 12 | ||
|
||
|
||
### Early Bird edition v1.0.0-beta-2 | ||
|
||
- Chapter 11 | ||
|
||
|
||
### Early Bird edition v1.0.0-beta-1 | ||
|
||
- Chapter 1-10 | ||
|