Skip to content

Releases: lukaskubanek/LoremSwiftum

2.2.1: Xcode Project Fix

28 May 09:23
v2.2.1

Choose a tag to compare

2.2.0: Swift Package Manager Support

21 May 11:19
v2.2.0

Choose a tag to compare

  • Added Swift Package Manager as an installation method with support for Swift starting with version 4.0.
  • Enabled a GitHub action for CI.

2.1.0: Range-based API & Support for Swift 5.0

29 Apr 12:09

Choose a tag to compare

  • Introduced range-based API (thanks to @sstadelman)
    • Lorem.words(_ range: {Closed}Range<Int>) -> String
    • Lorem.sentences(_ range: {Closed}Range<Int>) -> String
    • Lorem.paragraphs(_ range: {Closed}Range<Int>) -> String
  • Added support for Swift 5.0 by making changes necessary for Xcode 10.2
  • This version should still work with Swift 4.0 & 4.2

2.0.0: Swift 4 & API Improvements

15 Oct 10:17

Choose a tag to compare

  • Updated to Swift 4 and Xcode 10
  • Changes from version 2.0.0 β1
  • Added support for long tweets and HTTPS URL scheme (thanks to @sushinoya)
  • Some under the hood improvements

2.0.0 β1: Support for Swift 4

29 Aug 13:40

Choose a tag to compare

Pre-release
  • Updated to work with Swift 4 and Xcode 9 beta 6
  • Tweaked the API a bit
  • Removed support for generating Date and URL objects
  • Version 2.0.0 will be released once Swift 4 will be ready

1.1.0: Support for Swift 2.3

24 Sep 18:52

Choose a tag to compare

v1.1.0

Migrated the iOS target as well

1.0.0: Support for Swift 2.0

21 Oct 09:44

Choose a tag to compare

  • Updated to Swift 2.0
  • Added OS X target
  • Removed support for images
  • Cleaned up the API

0.1.0: Initial Release

28 Nov 14:25

Choose a tag to compare

v0.1.0

Recreated schema and updated file locations