Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

61 lines (32 loc) · 1.59 KB

Typed Preferences changelog

  • Published: 2015-12-09

Changes

  • Add support for short primitives (Thanks to Matthew Compton)
  • Modernize and simplify demo application.
  • Various updates to dependencies, plugins, API level, Gradle wrapper, build tools and what not. You are welcome to study the commit history if you are interested in details.
  • Published: 2014-08-30

Changes

  • Preferences are written out to persistent storage asynchronously. This change forces minimum SDK version 9. Use an v.1.x.x version of the library if you need to support API level 8.
  • Published: 2014-08-26

Changes

  • Add .jar packaging.
  • Set emulatedSdk to 18 for Robolectric.
  • Set fixed version for JUnit to 4.11.
  • Set fixed version for Robolectric to 2.3.
  • Increase targetSdkVersion to 20.
  • Published: 2014-03-04

Changes

  • Avoid boxing primitives to in wrapper objects. (Thanks to Jake Wharton for his feedback)
  • Published: 2014-02-24

Features

  • Hopefully this release solves problems resolving the library via Gradle.
  • Published: 2014-02-20

Features

  • This is the initial release. Have fun!