Skip to content

1.6.0

Choose a tag to compare

@cbaker6 cbaker6 released this 25 Apr 15:45
· 214 commits to main since this release
99b6196

Full Changelog

Improvements

  • Make AnyCodable internal. If developers want to use AnyCodable, AnyEncodable, or AnyDecodable for explain or ParseCloud, they should add the AnyCodable package to their app. In addition developers can create their own type-erased wrappers or use whatever they desire (#127), thanks to Corey Baker.