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

Releases: iZettle/Lift

Lift 2.0.1

15 May 08:26
0ea1c4a
Compare
Choose a tag to compare
  • Fixed a bug with forwarding the jar context when using some combinations of nested containers.

Lift 2.0

23 Apr 06:21
7974c10
Compare
Choose a tag to compare
  • Added support for Swift 4.1 conditional conformances by making Optional, Array and Dictionary to optionally conform to JarElement.
  • Conditional conformances make it easier to build nested jars without explicitly creating jars:
    Previously let jar: Jar = ["optional": Jar(optional), "array": Jar(array)] can now be written as: let jar: Jar = ["optional": optional, "array": array].
  • Removed all versions of Jar's map() methods as these do not play well with the adding of conditional conformances and you can easily get the same functionally without them.

Lift 1.0.1

04 Dec 13:27
482977a
Compare
Choose a tag to compare

Changes

  • Removed references to non-existing files in Xcode project (#6)

Lift v1.0 released!

01 Dec 08:48
8d990b5
Compare
Choose a tag to compare
Merge pull request #5 from iZettle/swift-package

Update Swift PackageDescription to v4 manifest format