Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/flash

Version 6.0.0 Beta 2

02 Sep 08:33
4e3e7c6
Compare
Choose a tag to compare
Version 6.0.0 Beta 2 Pre-release
Pre-release

Changed

Updated to Leaf 4.0.0 (thanks again @tonyarnold!)

Version 6.0.0 Beta 1

28 Apr 07:27
476b4d3
Compare
Choose a tag to compare
Version 6.0.0 Beta 1 Pre-release
Pre-release

Changed

  • Adjusted to Vapor 4 and Leaf (RC) (thanks @tonyarnold!)

Version 5.0.0 RC 2

07 May 11:18
b9fb42a
Compare
Choose a tag to compare
Version 5.0.0 RC 2 Pre-release
Pre-release

Fixed

  • Fixed Swift 5 compiler warnings related to redundant access modifiers

Version 5.0.0 RC 1

06 Mar 15:16
Compare
Choose a tag to compare
Version 5.0.0 RC 1 Pre-release
Pre-release

Changed

  • It is not necessary anymore to render on a privateContainer. But you have to add the request when rendering: req.view().render("path-to-template", on: req)

Version 4.0.0

11 Dec 09:23
de7d608
Compare
Choose a tag to compare

Changed

  • Correctly specified 4.1 as the minimum required Swift version.

Removed

  • This package no longer uses the MutableLeafTagConfig. Please use useFlashLeafTags() for registering this package's Leaf tags (see readme for more info).

Version 3.0.0

21 Jun 10:28
Compare
Choose a tag to compare

Changed

  • Uses Sugars new MutableLeafTagConfig to register the tag.
  • Removed the static tags from the FlashProvider.

Version 1.0.1

20 Jun 12:31
4527dd7
Compare
Choose a tag to compare

This release is compatible with Vapor 2

Fixes

  • Fixed strong reference cycle that lead to leaking Request and Helper

Version 2.0.0

11 Jun 09:21
1be609d
Compare
Choose a tag to compare

Changed

  • Flash has been rewritten to support Vapor 3.

Version 2.0.0 Beta 3

05 Jun 12:11
564bbf1
Compare
Choose a tag to compare
Version 2.0.0 Beta 3 Pre-release
Pre-release

Changed

  • bootstrapType renamed to bootstrapClass.

Version 2.0.0 Beta 2

04 May 16:28
71f1daf
Compare
Choose a tag to compare
Version 2.0.0 Beta 2 Pre-release
Pre-release

Fixed

  • Made the EventLoopFuture extension public (thanks @mcdappdev)