История коммитов

Автор SHA1 Сообщение Дата
  Thomas Van Lenten e4c3a0c5f8 Build out the validation of google.protobuf.Any JSON support. (#1744) 1 год назад
  Thomas Van Lenten e876103227 During JSON parsing, validate `@type` to be minimally valid. (#1742) 1 год назад
  Thomas Van Lenten b164ab273a Swap String(bytes:encoding:)! for String(decoding:as:) 1 год назад
  Thomas Van Lenten ac8da77c93 Run `swift-format -p -r -i .` 1 год назад
  Gus Cairo 3062c69376 Fix docs 1 год назад
  Gus Cairo 330beeccd4 Keep existing errors and move only new ones to SwiftProtobufError 1 год назад
  Gus Cairo 76e20455c9 Add SourceLocation to SwiftProtobufError's description 2 лет назад
  Gus Cairo 1f4bdda2d8 Move all errors to extendable struct-based SwiftProtobufError 2 лет назад
  Thomas Van Lenten 0f3e371638 Add `enableUpcomingFeature("ExistentialAny")` and update accordingly. 2 лет назад
  Gus Cairo 4164652349 Rename JSON methods 2 лет назад
  Gus Cairo dfd9b7fa74 Change JSON encoding methods to use SwiftProtobufContiguousBytes 2 лет назад
  Thomas Van Lenten 9166640f3a Move SwiftProtobufCore -> SwiftProtobuf 2 лет назад
  Gus Cairo 5002f4cee6 Split SwiftProtobuf into SwiftProtobufCore & SwiftProtobufFoundationCompat 3 лет назад
  Tim Kientzle 96d2ce6f64 Update link to LICENSE.txt in the copyright block 4 лет назад
  Thomas Van Lenten 1d67ef1c29 Adds back some array helpers to maintain api compat. 5 лет назад
  Tim Kientzle 38274e875e Any + JSON + extensions 5 лет назад
  Tim Kientzle e56ffc39ff Basic test for nested messages with extension fields 5 лет назад
  Cory Benfield defcb54803 Use raw pointers instead of typed pointers. 6 лет назад
  Alan Zeino 48bf5a8b95 swift5 7 лет назад
  Thomas Van Lenten 9e324f8796 Use access modifiers directly on decls instead of on extensions. 7 лет назад
  Thomas Van Lenten 0b5770a96c Wire JSONEncodingOptions into the encoding api. 7 лет назад
  Thomas Van Lenten 56107162d8 Remove the comments about nil since the api changed. 8 лет назад
  Thomas Van Lenten 273aea222b Don't make the JSONDecodingOptions optional, just default them. 8 лет назад
  Thomas Van Lenten de620e1646 Add JSONDecodingOptions with a message depth limit and honor it. 8 лет назад
  Zachary Waldowski bd651fa5c7 Add encoding/decoding for top-level Arrays of Message types from JSON (#496) 9 лет назад