toBinary is now non-static method and is called serializeBinary; fromBinary, fromBinaryReader and toBinaryWriter are renamed to deserializeBinary, deserializeBinaryFromReader and serializeBinaryToWriter correspondingly
protoc-gen-ng: generated enum values now fully reflect the way they are defined in proto file (the same name is used, unless it is not a reserved JS word)
protoc-gen-ng: protoc-gen-ng is tracked with the rest of the packages ecosystem and will follow the same versioning system