Freddy v2.0.0.b1 Release Notes

Release Date: 2015-12-17 // over 8 years ago
  • Freddy 2.0 is a rewrite and rename of BNRSwiftJSON 1.x.

    • Revamped to use Swift 2 error handling (#24, #50)
      • Removes dependency on Result framework
    • ๐Ÿ“œ Give JSONParser a public API
      • Makes JSONParser safe to use between scopes (#50)
    • ๐Ÿ‘ Allows creating a JSON instance with a cast-like initializer, such as JSON(5) (#45)