This repository has been archived by the owner on Mar 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
/
History.txt
62 lines (61 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
=== 0.4.11 / 2011-05-21
* 0.4.11
* Bug fix.
* Compilation error for field options in Ruby 1.9
* 0.4.10
* Relaxed restriction for field values.
* Bug fix.
* Filename for import statements.
* 0.4.9
* Bug fixes.
* EnumValue object in Message#to_hash.
* Optimized for speed.
* 0.4.8
* Bug fixes.
* Compilation was failed when rpc service name was on top-level.
* Options for rpc service methods are silently ignored.
* Frozen message object causes an exception on inspect method.
* 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!