Skip to content

Releases: vapor-community/bits

Bits 1.1.1

24 May 16:58
0307947

Choose a tag to compare

Fixed:

  • Eliminate Swift 4.1 warnings.

Bits 1.1.0

01 Aug 16:06

Choose a tag to compare

New:

  • Support Swift 4.
  • < and > on Byte

Bits 1.0

16 May 22:40

Choose a tag to compare

🎉

This is a new package that helps with byte manipulation, particularly in arrays. Use import Bits to use it in your project!

Bits 1.0 Beta 6

01 May 19:36

Choose a tag to compare

Bits 1.0 Beta 6 Pre-release
Pre-release

New:

  • A few byte size conveniences

#10

Bits 1.0 Beta 5

28 Apr 13:35

Choose a tag to compare

Bits 1.0 Beta 5 Pre-release
Pre-release
Merge pull request #9 from vapor/string-speedup

Optimised String init from bytes

Bits 1.0 Beta 4

10 Apr 13:59

Choose a tag to compare

Bits 1.0 Beta 4 Pre-release
Pre-release

Fixed:

  • Temporarily revert to UTF-8 iterator decoding.

Bits 1.0 Beta 3

10 Apr 11:09

Choose a tag to compare

Bits 1.0 Beta 3 Pre-release
Pre-release

Tag fixes.

Bits 1.0 Beta 2

10 Apr 10:55

Choose a tag to compare

Bits 1.0 Beta 2 Pre-release
Pre-release

Better:

  • String performance boost.

Bits 1.0 Beta 1

27 Mar 10:18

Choose a tag to compare

Bits 1.0 Beta 1 Pre-release
Pre-release

Beta Candidate

Bits 0.3

19 Mar 14:18

Choose a tag to compare

Bits 0.3 Pre-release
Pre-release

New:

  • Added .percentEncoded/Decoded conveniences

Fixed:

  • Base64 decoding works with _ and -