From 6967ae470c4eba1d305b2968deadb1097d5fd61c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tibor=20B=C3=B6decs?= Date: Tue, 11 Jan 2022 15:42:36 +0100 Subject: [PATCH] changelog --- Changelog.md | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 Changelog.md diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..eaa0174 --- /dev/null +++ b/Changelog.md @@ -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 +