Skip to content

Releases: orchetect/SwiftASCII

1.1.5

27 Oct 23:47
Compare
Choose a tag to compare
  • Added Sendable conformance to types
  • Verified package is Swift 6 strict concurrency compatible

1.1.4

23 Sep 21:55
Compare
Choose a tag to compare
  • Added @_disfavoredOverload to publicly exported category methods
  • General cleanup and formatting

1.1.3

25 Jul 06:15
Compare
Choose a tag to compare
  • All initializers and extensions previously using String now allow any StringProtocol for greater flexibility.

1.1.2

24 Jul 02:56
Compare
Choose a tag to compare
  • Added Codable conformance to ASCIIString and ASCIICharacter

1.1.1

24 Jul 01:43
Compare
Choose a tag to compare

New

  • ASCIIString: Added init for ASCIICharacter
  • ASCIIString: Added init for ASCIICharacter sequence
  • ASCIIString: Added init for ASCIIString sequence
  • ASCIIString and ASCIICharacter: Added joined()
  • ASCIIString and ASCIICharacter: Added + concatenation operator between mixed instances
  • String: added init(_ asciiString:) initializer

Improvements

  • Better multi-platform resilience for unit tests
  • Inline docs updated

1.1.0

18 Jul 22:58
Compare
Choose a tag to compare
1.1.0 Pre-release
Pre-release

Re-released as version 1.1.1. See that release for details.

1.0.2

28 Jul 06:09
Compare
Choose a tag to compare
  • Added tvOS and watchOS platforms to Package.swift
  • Initial GitHub CI commit

1.0.1

30 Jan 10:44
Compare
Choose a tag to compare

Improved inits and added static inits

1.0.0

30 Jan 04:17
Compare
Choose a tag to compare

Initial release.