Skip to content

v3.6.0

Latest

Choose a tag to compare

@alexandercerutti alexandercerutti released this 09 Sep 22:23

What's changed

This version introduces support to iOS 27 changes. Along with it, introduces some deprecations and new patterns.

Root getters for fields (primaryFields, secondaryFields, ...) and transitType have been deprecated along with type getter and setter.
A new root getter .types is available to retrieve an array that will contain all the types supported in your pass.

This is the case of generic and posterGeneric for example.

A new class PassType has been added. It has all the fields accessors as root (transitType included), plus a new footerFields for posterGeneric.

Old .type setter, if used, will override the whole content of .types.
Old .type getter, if used, will retrieve the first PassType.

All the field getters, if used, will retrieve the first PassType.

Refer to documentation for more.

A big thanks to @pingtumiinc, @StewartM34, @cyrildurand!

Full Changelog: v3.5.7...v3.6.0