版本化

  
提供穩定且精簡的二進位序列化格式,可在程序之間傳遞,或是以安全的方式保留。
最近更新時間 穩定版 發布候選版 測試版 Alpha版
2020年4月15日 1.1.1 - - -

意見回饋

您的意見回饋可協助我們改善Jetpack。發現新的問題或有改善這個程式庫的想法時,請告訴我們。請先查看此程式庫中的現有問題,再建立新的程式庫。只要點選星號按鈕,即可投票給現有的問題。

建立新期號

詳情請參閱Issue Tracker文件

1.1.1版本

1.1.1版本

2020年4月15日

androidx.versionedparcelable:versionedparcelable:1.1.1已釋出。1.1.1版包含下列修訂版本。

修正錯誤

  • 更新ProGuard規則,保留所有實作VersionedParcelable的類別,包括非公開類別(I480bf8)

1.1.0版本

1.1.0版本

2019年8月7日

androidx.versionedparcelable:versionedparcelable:1.1.0已釋出。這個版本包含的修訂版本,請按這裡

以下摘要說明1.0.01.1.0的異動:

新功能

  • 全新便利方法ParcelUtils.getVersionedParcelableList()ParcelUtils.putVersionedParcelableList()

API變更

  • 如果套裝組合中找不到金鑰,ParcelUtils.getVersionedParcelable()現在會傳回空值
  • ParcelUtils.putVersionedParcelable()現在可接受空值的VersionedParcelable物件

1.1.0-rc01版本

2019年6月5日

androidx.versionedparcelable:versionedparcelable:1.1.0-rc01」已發布,但1.1.0-beta01沒有任何變更。這個版本包含的修訂版本,請按這裡

1.1.0-beta01版本

2019年5月7日

androidx.versionedparcelable:versionedparcelable:1.1.0-alpha01已釋出。這個版本包含的修訂版本,請按這裡

API變更

  • Parcelutils.getVersionedParcelable和Parcelutils.putVersionedParcelable` 現已支援空值(aosp/940072)
  • RemoteActionCompat現在是VersionedParcelable`(aosp/928534)

1.1.0-alpha02版本

2019年3月13日

androidx.versionedparcelable:versionedparcelable:1.1.0-alpha02已釋出。此版本所包含的修訂版本完整清單位於這裡

修正錯誤

  • 更新至最新的註解版本。

1.1.0-alpha01版本

2018年11月5日

新功能

  • 在除了VersionedParcelStream之外的所有類別中新增了對CharSequence的支援。
  • 新增SuperClass、Set和Map支援功能。

修正錯誤

  • 已修正在繼承類別中檢查ID的錯誤。