Skip to content

Commit 6967ae4

Browse files
committed
changelog
1 parent 1d98780 commit 6967ae4

File tree

1 file changed

+89
-0
lines changed

1 file changed

+89
-0
lines changed

Changelog.md

+89
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,89 @@
1+
## Changelog - Practical Server Side Swift
2+
3+
Don't forget to check the sample code repository on [GitHub](https://github.com/tib/practical-server-side-swift).
4+
5+
### Second edition - v1.4.0
6+
7+
- Swift async / await support
8+
- Xcode 13 support
9+
- Dropped Leaf / Tau
10+
- SwiftHtml DSL templates
11+
- Latest Vapor 4 version
12+
13+
### Second edition - v1.3.1
14+
15+
- Content updated to support Vapor 4.34 & Leaf Tau
16+
- Fixed trailing slashes in URL paths
17+
- Updated Vapor & Leaf Tau dependency
18+
- Fixed some grammar mistakes
19+
20+
21+
### Second edition - v1.3.0
22+
23+
- Content updated to support Vapor 4.34 & Leaf Tau
24+
- Chapters from 10 until 16 are refactored
25+
- Simplified templates thanks to Leaf Tau
26+
- SPM tools v5.3 support
27+
- Updated Swift Package dependencies
28+
- Fixed some logical issues in code samples
29+
- It is now easier to follow the chapters
30+
- Pagination support for admin lists
31+
- Smaller fixes and improvements
32+
- New grammar mistakes & type-o-s
33+
34+
35+
### First edition - v1.2.0
36+
37+
- Content updated to support Vapor 4.14
38+
- Fixed unowned reference issue
39+
- Fixed Blog migration issues using a dedicated seed
40+
- Sample .env.development file for Chapter 12
41+
- Fixed some grammar mistakes
42+
43+
44+
### First edition - v1.1.0
45+
46+
- Better document format with screenshots
47+
- Fixed some grammar mistakes
48+
- Introduced FILE name comment blocks
49+
50+
51+
### First edition - v1.0.0
52+
53+
- First release
54+
55+
56+
### Early Bird edition v1.0.0-beta-6
57+
58+
- Chapter 16
59+
60+
61+
### Early Bird edition v1.0.0-beta-5
62+
63+
- Chapter 15
64+
65+
66+
### Early Bird edition v1.0.0-beta-4
67+
68+
- Chapter 13
69+
- Chapter 14
70+
71+
### Early Bird edition v1.0.0-beta-3.1
72+
73+
- Added epub format
74+
75+
76+
### Early Bird edition v1.0.0-beta-3
77+
78+
- Chapter 12
79+
80+
81+
### Early Bird edition v1.0.0-beta-2
82+
83+
- Chapter 11
84+
85+
86+
### Early Bird edition v1.0.0-beta-1
87+
88+
- Chapter 1-10
89+

0 commit comments

Comments
 (0)