Commit History

Author SHA1 Message Date
  Brian Bland 3e92d6a11b Fixes TypeError check in Unmarshal 10 years ago
  Jordan Liggitt d466437aa4 Use math constants as decode_test check values 10 years ago
  Jordan Liggitt 1dd72ac392 Add support for uint64 and 64-bit binary notation 10 years ago
  Gustavo Niemeyer eca94c41d9 Support encoding.TextMarshaler/Unmarshaler. 10 years ago
  Gustavo Niemeyer f5f5cc19d1 Only inherit map types if sufficiently flexible. 10 years ago
  Gustavo Niemeyer 79f5ef7c40 Trivial documentation fix. 10 years ago
  Gustavo Niemeyer b6b591a3c0 Marshal top-level nils correctly. 10 years ago
  Gustavo Niemeyer de3643d77b Allow non-ASCII characters in plain strings. 10 years ago
  Gustavo Niemeyer 91eb945ac0 Drop obsolete note. 10 years ago
  Gustavo Niemeyer 925f818e2c v1 => v2 10 years ago
  Gustavo Niemeyer c544d03421 Proper reporting of type errors. 10 years ago
  Gustavo Niemeyer b51f82a2e3 New marshaler and unmarshaler interfaces. 10 years ago
  Gustavo Niemeyer 3e542fbf7c Ordered map support with MapSlice. 10 years ago
  Gustavo Niemeyer 920b7d819b Update README. 10 years ago
  Gustavo Niemeyer c11897f0ba Better error on invalid map keys. 10 years ago
  Gustavo Niemeyer bc27649cd5 Support !!binary data. 10 years ago
  Gustavo Niemeyer 0cb32393eb Better unmarshalling for "null". 10 years ago
  Gustavo Niemeyer a6dc653f93 Whitelist good panics instead of bad ones. 10 years ago
  Gustavo Niemeyer 838f4ea961 Marshal base 60 floats quoted for YAML 1.1 compat. 10 years ago
  Roger Peppe 5206f6dd03 marshal top level nil correctly 10 years ago
  Gustavo Niemeyer fc7f19eff1 Add copyright notice to LICENSE file. 10 years ago
  Gustavo Niemeyer feb4ca7964 Fix handling of < in values, broken by map merging 10 years ago
  Gustavo Niemeyer 1b9791953b Note in LICENSE.libyaml the specific files covered. 10 years ago
  Gustavo Niemeyer b0c168ac0c Merge branch 'v1' of github.com:go-yaml/yaml into v1 10 years ago
  Gustavo Niemeyer 41c132e8ac Fix Setter handling on non-pointer fields. 10 years ago
  Gustavo Niemeyer 1ff37a7d30 Merge pull request #9 from shawnps/v1 10 years ago
  Shawn Smith 787afde64d Fix typo 10 years ago
  Gustavo Niemeyer a5844a8f8f Add support for marshaling durations. 10 years ago
  Gustavo Niemeyer 72c33f6840 Support map merging. 10 years ago
  Gustavo Niemeyer 81205292ab Call setter on explicitly quoted strings. 10 years ago