Skip to content

Tags: bimawa/swift-protobuf

Tags

1.2.0

Toggle 1.2.0's commit message
Add more tests to exercise boundary conditions parsing different size…

… integers

1.1.2

Toggle 1.1.2's commit message
Bump the version to 1.1.2 in preparation for a release.

1.1.1

Toggle 1.1.1's commit message
Version bump for a release.

1.1.0

Toggle 1.1.0's commit message
Remove reference to api that are "hookable".

These fall down in the face of modules. What's worse, is they
don't fail to build, the fail to apply in some cases, and to
understand it, a developer has to really understand how protocols
work/are resolved/etc.

We also were documenting the wrong method as a hook point.

So, rather than try to document all the things that do/don't work,
just stop documenting it, and allow future changes to not be
required to support it.

Issue apple#773 is open to look at provide better apis in the future for
customizing comparisons.

1.0.3

Toggle 1.0.3's commit message
Bump the version number to 1.0.3.

We'll need a release for Swift 4.1 because of the "near miss" warnings.

1.0.2

Toggle 1.0.2's commit message
Bump version to 1.0.2.

A release will be cut to pick up apple#702.

1.0.1

Toggle 1.0.1's commit message
Fix docs, our tags don't use a leading 'v'.

1.0.0

Toggle 1.0.0's commit message
Update version to 1.0.0

0.9.905

Toggle 0.9.905's commit message
Merge pull request apple#663 from tbkka/swift-4-truncating-init

Change `extendingOrTruncating` to `truncatingIfNeeded`

0.9.904

Toggle 0.9.904's commit message
Merge pull request apple#612 from tbkka/swift-4-linux-compat

Swift 4 linux compat