forked from k-bx/protocol-buffers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
20 lines (13 loc) · 651 Bytes
/
Changes
File metadata and controls
20 lines (13 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Newest at the top.
2.3.1:
- add Generic deriving
2016-03-22 2.3.0:
- Dump to text as decimal instead of octal (PR #34)
- Oneof lenses
2008-09: 0.3.1:
- Change Parser.hs to allow negative enum values to match actual behavior of protoc.
- Use runST & castSTUArray for both Float and Double conversion to Word32 and Word64.
- Adding UnknownField support controlled by "-u" flag to hprotoc.
- Fix messageGet to use the new 'isReallyEmpty' and Parial Results get Nothing, to work better.
- Fix default instances of Descriptor messages to be Nothing instead of Just defaultValue.
2008-09 : version 0.2.9 released. This is the first working release.