rename FieldType to PbFieldType and bump version to 0.4.2

'FieldType' conflicts with classes and proto messages with the
same name. Renamed to PbFieldType to make this less likely.

(I'm breaking compatibility with 0.4.1 because leaving
'FieldType' around will prevent upgrades from 0.4.0
and below. Since I just released 0.4.1 on Friday, it
seems unlikely to affect many people.)

BUG=
R=cbracken@google.com

Review URL: https://chromiumcodereview.appspot.com//1312763005.
12 files changed
tree: c2cfb4d3555b3adeab0b6b9fc76a5004e6007912
  1. lib/
  2. test/
  3. .gitignore
  4. .status
  5. .test_config
  6. AUTHORS
  7. CHANGELOG.md
  8. codereview.settings
  9. CONTRIBUTING.md
  10. LICENSE
  11. PATENTS
  12. pubspec.yaml
  13. README.md
README.md

Provides runtime support for a Dart implementation of protobufs.

Typically one do not need to import this library–only libraries generated by the protoc plugin import this library directly.

If your library or application uses generated protobuf libraries, add this library as a dependency.

References