forked from macks/ruby-protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHistory.txt
46 lines (45 loc) · 1.22 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== 0.4.7 / 2010-09-28
* 0.4.7
* Bug fixes.
* Compilation error for importing message.
* Fixes for Ruby 1.9.2
* Compilation problem of string literals.
* 0.4.6
* Implement Message#to_hash method.
* Accept String value for enum fields.
* Optimizations.
* Bug fixes.
* Ignore "syntax = ...." in .proto.
* Empty packed field.
* 0.4.5
* Bug fixes. (enum value, frozen string)
* 0.4.4
* Bug fix. (rprotoc)
* 0.4.3
* Bug fixes.
* 0.4.1
* Switched to 'jeweler'.
* 0.4.0 alpha
* Change coding styles.
* Support packed repeated field.
* Incompatibility issues.
* Use camel case for a generated module name.
* Internal API changes.
* Enum values.
* 0.3.3 (rev.218)
* Support C-like comment.
* Optimize for speed.
* Bug fixes.
* 0.3.2 (rev.185)
* Bug fixes.
* 0.3.1 fixed bugs concerning RPC (rev.146)
* 0.3.0 RPC is available (rev.124)
* RPC is available
* New compiler using racc (ruby version of yacc)
* Rename `sample' directory to `example'
* 0.2.1 extensions and import are available (rev.82)
* 0.2.0 introduce descriptor (rev.75)
* Message structures can be restored from encoded data by means a descriptor object
* 0.1.0 fixed a small bug
* 0.0.1 major enhancement
* Birthday!